Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf_verifier.h188 STACK_SPILL, /* register spilled into stack */ enumerator
331 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
/linux-5.19.10/kernel/bpf/
Dverifier.c585 [STACK_SPILL] = 'r',
805 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in is_spilled_reg()
2982 state->stack[spi].slot_type[i - 1] = STACK_SPILL; in save_register_state()
3010 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write_fixed_off()
3280 for (i = BPF_REG_SIZE - 1; i > 0 && stype[i - 1] == STACK_SPILL; i--) in check_stack_read_fixed_off()
3305 if (type == STACK_SPILL) in check_stack_read_fixed_off()