Home
last modified time | relevance | path

Searched refs:FRAME_PTR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/kernel/bpf/
Dverifier.c136 FRAME_PTR, /* reg == frame_pointer */ enumerator
236 [FRAME_PTR] = "fp",
473 regs[BPF_REG_FP].type = FRAME_PTR; in init_reg_state()
670 } else if (state->regs[regno].type == FRAME_PTR) { in check_mem_access()
1034 regs[insn->dst_reg].type == FRAME_PTR && in check_alu_op()
/linux-4.1.27/Documentation/networking/
Dfilter.txt1043 are PTR_TO_CTX, PTR_TO_MAP, FRAME_PTR. They are bounds and alignment checked.
1062 If R6=FRAME_PTR, then access should be aligned and be within
1073 Though R10 is correct read-only register and has type FRAME_PTR