Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h173 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/linux/kernel/bpf/
A Dverifier.c579 [STACK_MISC] = 'm',
620 *stype = STACK_MISC; in scrub_spilled_slot()
2866 u8 type = STACK_MISC; in check_stack_write_fixed_off()
2979 new_type = STACK_MISC; in check_stack_write_var_off()
3111 if (type == STACK_MISC) in check_stack_read_fixed_off()
3146 if (type == STACK_MISC) in check_stack_read_fixed_off()
4709 if (*stype == STACK_MISC) in check_stack_range_initialized()
4714 *stype = STACK_MISC; in check_stack_range_initialized()
10578 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()

Completed in 28 milliseconds