Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dverifier.c137 PTR_TO_STACK, /* reg == frame_pointer + imm */ enumerator
238 [PTR_TO_STACK] = "fp",
252 if (t == CONST_IMM || t == PTR_TO_STACK) in print_verifier_state()
539 case PTR_TO_STACK: in is_spillable_regtype()
679 if (state->regs[regno].type == PTR_TO_STACK) in check_mem_access()
712 state->regs[regno].type == PTR_TO_STACK) { in check_mem_access()
779 if (regs[regno].type != PTR_TO_STACK) in check_stack_boundary()
825 expected_type = PTR_TO_STACK; in check_func_arg()
1167 regs[insn->dst_reg].type = PTR_TO_STACK; in check_alu_op()