Home
last modified time | relevance | path

Searched refs:__exception_cb (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dexceptions_fail.c62 __exception_cb(exception_cb_bad_ret_type1) in __exception_cb()
71 __exception_cb(exception_cb_bad_arg_0) in __exception_cb()
80 __exception_cb(exception_cb_bad_arg_2) in __exception_cb()
89 __exception_cb(exception_cb_ok_arg_small) in __exception_cb()
98 __exception_cb(exception_cb_bad_ret_type2) in timer_cb()
284 __exception_cb(throwing_exception_cb) in __exception_cb()
292 __exception_cb(exception_cb1) in __exception_cb()
300 __exception_cb(exception_cb1) in __exception_cb()
308 __exception_cb(exception_cb1)
309 __exception_cb(exception_cb
58 __exception_cb(exception_cb_bad_ret_type) __exception_cb() function
67 __exception_cb(exception_cb_bad_arg_0) __exception_cb() function
76 __exception_cb(exception_cb_bad_arg_2) __exception_cb() function
85 __exception_cb(exception_cb_ok_arg_small) __exception_cb() function
271 __exception_cb(throwing_exception_cb) __exception_cb() function
279 __exception_cb(exception_cb1) __exception_cb() function
287 __exception_cb(exception_cb1) __exception_cb() function
295 __exception_cb(exception_cb1) __exception_cb() function
310 __exception_cb(exception_cb_bad_ret) __exception_cb() function
[all...]
H A Dexceptions_ext.c31 __exception_cb(exception_cb) in __exception_cb() function
39 __exception_cb(exception_cb) in __exception_cb() function
H A Dexceptions.c165 __exception_cb(exception_cb_mod) in throwing_subprog()
151 __exception_cb(exception_cb_mod) __exception_cb() function
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h30 * callback is set using the '__exception_cb(callback)' declaration tag
84 * __exception_cb(exception_cb)
94 #define __exception_cb(name) __attribute__((btf_decl_tag("exception_callback:" #name)))
242 #define __exception_cb( global() macro