Lines Matching refs:frameno
282 return cur->frame[reg->frameno]; in func()
292 if (state->frameno) in print_verifier_state()
293 verbose(env, " frame%d:", state->frameno); in print_verifier_state()
690 reg->frameno = 0; in __mark_reg_unknown()
740 regs[BPF_REG_FP].frameno = state->frameno; in init_reg_state()
750 int callsite, int frameno, int subprogno) in init_func_state() argument
753 state->frameno = frameno; in init_func_state()
1140 int slot, int frameno) in mark_stack_slot_read() argument
1145 if (parent->frame[frameno]->allocated_stack <= slot * BPF_REG_SIZE) in mark_stack_slot_read()
1154 if (writes && state->frame[frameno]->stack[slot].spilled_ptr.live & REG_LIVE_WRITTEN) in mark_stack_slot_read()
1157 parent->frame[frameno]->stack[slot].spilled_ptr.live |= REG_LIVE_READ; in mark_stack_slot_read()
1202 reg_state->frameno); in check_stack_read()
1219 reg_state->frameno); in check_stack_read()
1912 spi, state->frameno); in check_stack_boundary()
4381 equal = memcmp(rold, rcur, offsetof(struct bpf_reg_state, frameno)) == 0; in regsafe()
4387 return equal && rold->frameno == rcur->frameno; in regsafe()