Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf_verifier.h189 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/linux-5.19.10/kernel/bpf/
Dverifier.c586 [STACK_MISC] = 'm',
811 *stype = STACK_MISC; in scrub_spilled_slot()
3061 u8 type = STACK_MISC; in check_stack_write_fixed_off()
3175 new_type = STACK_MISC; in check_stack_write_var_off()
3307 if (type == STACK_MISC) in check_stack_read_fixed_off()
3342 if (type == STACK_MISC) in check_stack_read_fixed_off()
5120 if (*stype == STACK_MISC) in check_stack_range_initialized()
5125 *stype = STACK_MISC; in check_stack_range_initialized()
11481 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()