Lines Matching defs:cookie
130 __noinline int exception_cb_mod_global(u64 cookie) in exception_cb_mod_global()
145 __noinline int exception_cb_mod(u64 cookie) in exception_cb_mod()
203 volatile u64 cookie = c; in assert_nz_gfunc() local
211 volatile u64 cookie = c; in assert_zero_gfunc() local
219 volatile s64 cookie = c; in assert_neg_gfunc() local
227 volatile s64 cookie = c; in assert_pos_gfunc() local
235 volatile s64 cookie = c; in assert_negeq_gfunc() local
243 volatile s64 cookie = c; in assert_poseq_gfunc() local
251 volatile u64 cookie = c; in assert_nz_gfunc_with() local
259 volatile u64 cookie = c; in assert_zero_gfunc_with() local
267 volatile s64 cookie = c; in assert_neg_gfunc_with() local
275 volatile s64 cookie = c; in assert_pos_gfunc_with() local
283 volatile s64 cookie = c; in assert_negeq_gfunc_with() local
291 volatile s64 cookie = c; in assert_poseq_gfunc_with() local
297 #define check_assert(name, cookie, tag) \ argument