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
306 __exception_cb(throwing_exception_cb) in __exception_cb() function
314 __exception_cb(exception_cb1) in __exception_cb() function
322 __exception_cb(exception_cb1) in __exception_cb() function
330 __exception_cb(exception_cb1) in __exception_cb() function
331 __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()
404 __exception_cb(exception_cb_sa)
420 __exception_cb(exception_cb_sa)
440 __exception_cb(exception_cb_sa)
459 __exception_cb(exception_cb_sa)
151 __exception_cb(exception_cb_mod) __exception_cb() function
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h95 #define __exception_cb(name) __attribute__((btf_decl_tag("exception_callback:" #name))) macro