Lines Matching refs:arg

106 	struct ftmn_func_arg arg;  member
227 void ___ftmn_callee_done(struct ftmn_func_arg *arg, unsigned long my_hash,
229 void ___ftmn_callee_done_not_zero(struct ftmn_func_arg *arg,
232 void ___ftmn_callee_done_memcmp(struct ftmn_func_arg *arg,
236 void ___ftmn_callee_done_check(struct ftmn_func_arg *arg, unsigned long my_hash,
240 void ___ftmn_callee_update_not_zero(struct ftmn_func_arg *arg,
253 struct ftmn_func_arg *arg, unsigned long res);
295 *ftmn->arg_pp = &ftmn->arg; in __ftmn_push_linked_call()
296 ftmn->arg.hash = my_hash; in __ftmn_push_linked_call()
311 assert(f->arg.hash == (f->my_hash ^ f->called_hash)); in __ftmn_copy_linked_call_res()
312 assert(&f->arg == *f->arg_pp); in __ftmn_copy_linked_call_res()
313 assert((f->arg.hash ^ f->arg.res) == res); in __ftmn_copy_linked_call_res()
314 ___ftmn_copy_linked_call_res(&f->check, incr, &f->arg, res); in __ftmn_copy_linked_call_res()
318 static inline void __ftmn_calle_swap_hash(struct ftmn_func_arg *arg, in __ftmn_calle_swap_hash() argument
322 if (IS_ENABLED(CFG_FAULT_MITIGATION) && arg) in __ftmn_calle_swap_hash()
323 arg->hash ^= my_old_hash ^ my_new_hash; in __ftmn_calle_swap_hash()
326 static inline void __ftmn_callee_done(struct ftmn_func_arg *arg, in __ftmn_callee_done() argument
329 if (IS_ENABLED(CFG_FAULT_MITIGATION) && arg) in __ftmn_callee_done()
330 ___ftmn_callee_done(arg, my_hash, res); in __ftmn_callee_done()
333 static inline void __ftmn_callee_done_not_zero(struct ftmn_func_arg *arg, in __ftmn_callee_done_not_zero() argument
337 if (IS_ENABLED(CFG_FAULT_MITIGATION) && arg) in __ftmn_callee_done_not_zero()
338 ___ftmn_callee_done_not_zero(arg, hash, res); in __ftmn_callee_done_not_zero()
342 __ftmn_callee_done_memcmp(struct ftmn_func_arg *arg, unsigned long hash, in __ftmn_callee_done_memcmp() argument
348 if (IS_ENABLED(CFG_FAULT_MITIGATION) && arg) in __ftmn_callee_done_memcmp()
349 ___ftmn_callee_done_memcmp(arg, hash, res, my_memcmp, in __ftmn_callee_done_memcmp()
366 static inline void __ftmn_callee_update_not_zero(struct ftmn_func_arg *arg, in __ftmn_callee_update_not_zero() argument
369 if (IS_ENABLED(CFG_FAULT_MITIGATION) && arg) in __ftmn_callee_update_not_zero()
370 ___ftmn_callee_update_not_zero(arg, res); in __ftmn_callee_update_not_zero()