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.c58 __exception_cb(exception_cb_bad_ret_type) in __exception_cb() function
67 __exception_cb(exception_cb_bad_arg_0) in __exception_cb() function
76 __exception_cb(exception_cb_bad_arg_2) in __exception_cb() function
85 __exception_cb(exception_cb_ok_arg_small) in __exception_cb() function
271 __exception_cb(throwing_exception_cb) in __exception_cb() function
279 __exception_cb(exception_cb1) in __exception_cb() function
287 __exception_cb(exception_cb1) in __exception_cb() function
295 __exception_cb(exception_cb1) in __exception_cb() function
296 __exception_cb(exception_cb2) in __exception_cb()
310 __exception_cb(exception_cb_bad_ret) in __exception_cb() function
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.c151 __exception_cb(exception_cb_mod) in __exception_cb() function
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h178 * callback is set using the '__exception_cb(callback)' declaration tag
232 * __exception_cb(exception_cb)
242 #define __exception_cb(name) __attribute__((btf_decl_tag("exception_callback:" #name))) macro