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() function
71 __exception_cb(exception_cb_bad_arg_0) in __exception_cb() function
80 __exception_cb(exception_cb_bad_arg_2) in __exception_cb() function
89 __exception_cb(exception_cb_ok_arg_small) in __exception_cb() function
98 __exception_cb(exception_cb_bad_ret_type2) in __exception_cb() function
284 __exception_cb(throwing_exception_cb) in __exception_cb() function
292 __exception_cb(exception_cb1) in __exception_cb() function
300 __exception_cb(exception_cb1) in __exception_cb() function
308 __exception_cb(exception_cb1) in __exception_cb() function
309 __exception_cb(exception_cb2) in __exception_cb()
[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