Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_verifier.h173 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/Linux-v5.15/kernel/bpf/
Dverifier.c585 [STACK_MISC] = 'm',
2711 u8 type = STACK_MISC; in check_stack_write_fixed_off()
2718 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write_fixed_off()
2824 new_type = STACK_MISC; in check_stack_write_var_off()
2972 if (type == STACK_MISC) in check_stack_read_fixed_off()
4507 if (*stype == STACK_MISC) in check_stack_range_initialized()
4512 *stype = STACK_MISC; in check_stack_range_initialized()
4527 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_range_initialized()
10348 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()