Lines Matching refs:caller_saved
1825 static const int caller_saved[CALLER_SAVED_REGS] = { variable
1835 bpf_diag_record_scrub(env, ®s[caller_saved[i]], in bpf_diag_record_caller_saved()
9545 bpf_mark_reg_not_init(env, ®s[caller_saved[i]]); in clear_caller_saved_regs()
9546 __check_reg_arg(env, regs, caller_saved[i], DST_OP_NO_MARK); in clear_caller_saved_regs()
11000 bpf_mark_reg_not_init(env, ®s[caller_saved[i]]); in check_helper_call()
11001 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_helper_call()
13711 bpf_mark_reg_not_init(env, ®s[caller_saved[i]]); in check_kfunc_call()
13897 u32 regno = caller_saved[i]; in check_kfunc_call()
17198 bpf_mark_reg_not_init(env, ®s[caller_saved[i]]); in check_ld_abs()
17199 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_ld_abs()
17661 for (i = 1, off = lowest_off; i <= ARRAY_SIZE(caller_saved); ++i, off += BPF_REG_SIZE) { in mark_fastcall_pattern_for_call()