Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h214 STACK_SPILL, /* register spilled into stack */ enumerator
533 bpf_for_each_reg_in_vstate_mask(__vst, __state, __reg, 1 << STACK_SPILL, __expr)
1130 return stack->slot_type[BPF_REG_SIZE - 1] == STACK_SPILL; in bpf_is_spilled_reg()
/linux/kernel/bpf/
H A Dverifier.c1210 case STACK_SPILL: in is_stack_slot_special()
3752 state->stack[spi].slot_type[i - 1] = STACK_SPILL; in save_register_state()
4004 if (writing_zero && *stype == STACK_SPILL && in check_stack_write_var_off()
4123 for (i = BPF_REG_SIZE - 1; i > 0 && stype[i - 1] == STACK_SPILL; i--) in check_stack_read_fixed_off()
4162 if (type == STACK_SPILL) { in check_stack_read_fixed_off()
8452 for (i = off; i >= 0 && stype[i] == STACK_SPILL; i--) in get_constant_map_key()
13114 u32 clear_mask = (1 << STACK_SPILL) | (1 << STACK_ITER); in check_kfunc_call()