Searched refs:caller_saved (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | annotate-data.c | 165 state->regs[0].caller_saved = true; in init_type_state() 166 state->regs[1].caller_saved = true; in init_type_state() 167 state->regs[2].caller_saved = true; in init_type_state() 168 state->regs[4].caller_saved = true; in init_type_state() 169 state->regs[5].caller_saved = true; in init_type_state() 170 state->regs[8].caller_saved = true; in init_type_state() 171 state->regs[9].caller_saved = true; in init_type_state() 172 state->regs[10].caller_saved = true; in init_type_state() 173 state->regs[11].caller_saved = true; in init_type_state()
|
D | annotate-data.h | 177 bool caller_saved; member
|
/linux-6.12.1/tools/perf/arch/x86/annotate/ |
D | instructions.c | 241 if (state->regs[i].caller_saved) in update_insn_state_x86()
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 1749 static const int caller_saved[CALLER_SAVED_REGS] = { variable 9504 mark_reg_not_init(env, regs, caller_saved[i]); in clear_caller_saved_regs() 9505 __check_reg_arg(env, regs, caller_saved[i], DST_OP_NO_MARK); in clear_caller_saved_regs() 10738 mark_reg_not_init(env, regs, caller_saved[i]); in check_helper_call() 10739 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_helper_call() 12611 mark_reg_not_init(env, regs, caller_saved[i]); in check_kfunc_call() 15787 mark_reg_not_init(env, regs, caller_saved[i]); in check_ld_abs() 15788 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK); in check_ld_abs() 16308 for (i = 1, off = lowest_off; i <= ARRAY_SIZE(caller_saved); ++i, off += BPF_REG_SIZE) { in mark_fastcall_pattern_for_call()
|