Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h232 STACK_SPILL, /* register spilled into stack */ enumerator
418 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
/openbmc/linux/kernel/bpf/
H A Dverifier.c659 [STACK_SPILL] = 'r',
1321 case STACK_SPILL: in is_stack_slot_special()
1340 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in is_spilled_reg()
1345 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL && in is_spilled_scalar_reg()
1468 case STACK_SPILL: in print_verifier_state()
4531 state->stack[spi].slot_type[i - 1] = STACK_SPILL; in save_register_state()
4861 for (i = BPF_REG_SIZE - 1; i > 0 && stype[i - 1] == STACK_SPILL; i--) in check_stack_read_fixed_off()
4886 if (type == STACK_SPILL) in check_stack_read_fixed_off()
16167 case STACK_SPILL: in stacksafe()