Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h232 STACK_SPILL, /* register spilled into stack */ enumerator
390 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
/Linux-v6.6/kernel/bpf/
Dverifier.c648 [STACK_SPILL] = 'r',
1310 case STACK_SPILL: in is_stack_slot_special()
1329 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in is_spilled_reg()
1334 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL && in is_spilled_scalar_reg()
1457 case STACK_SPILL: in print_verifier_state()
4276 state->stack[spi].slot_type[i - 1] = STACK_SPILL; in save_register_state()
4310 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write_fixed_off()
4613 for (i = BPF_REG_SIZE - 1; i > 0 && stype[i - 1] == STACK_SPILL; i--) in check_stack_read_fixed_off()
4638 if (type == STACK_SPILL) in check_stack_read_fixed_off()
15695 case STACK_SPILL: in stacksafe()