Lines Matching defs:caller_saved
2172 static const int caller_saved[CALLER_SAVED_REGS] = {
10626 mark_reg_not_init(env, regs, caller_saved[i]);
10627 __check_reg_arg(env, regs, caller_saved[i], DST_OP_NO_MARK);
11948 mark_reg_not_init(env, regs, caller_saved[i]);
11949 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK);
14155 mark_reg_not_init(env, regs, caller_saved[i]);
14343 u32 regno = caller_saved[i];
17922 mark_reg_not_init(env, regs, caller_saved[i]);
17923 check_reg_arg(env, caller_saved[i], DST_OP_NO_MARK);
18502 for (i = 1, off = lowest_off; i <= ARRAY_SIZE(caller_saved); ++i, off += BPF_REG_SIZE) {