Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_verifier.h189 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/Linux-v6.1/kernel/bpf/
Dverifier.c595 [STACK_MISC] = 'm',
833 *stype = STACK_MISC; in scrub_spilled_slot()
3093 u8 type = STACK_MISC; in check_stack_write_fixed_off()
3207 new_type = STACK_MISC; in check_stack_write_var_off()
3339 if (type == STACK_MISC) in check_stack_read_fixed_off()
3374 if (type == STACK_MISC) in check_stack_read_fixed_off()
5152 if (*stype == STACK_MISC) in check_stack_range_initialized()
5157 *stype = STACK_MISC; in check_stack_range_initialized()
11646 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()