Lines Matching refs:frameno
552 return cur->frame[reg->frameno];
566 if (state->frameno) {
567 verbose(env, " frame%d:", state->frameno);
1327 reg->frameno = 0;
1392 regs[BPF_REG_FP].frameno = state->frameno;
1396 static void init_func_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int callsite, int frameno,
1400 state->frameno = frameno;
5127 *insn_idx /* callsite */, state->curframe + 1 /* frameno within this callchain */,
8998 return equal && rold->frameno == rcur->frameno;
11609 init_func_state(env, state->frame[0], BPF_MAIN_FUNC /* callsite */, 0 /* frameno */, subprog);