Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h158 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c537 [STACK_MISC] = 'm',
2366 u8 type = STACK_MISC; in check_stack_write_fixed_off()
2373 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write_fixed_off()
2462 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
2483 new_type = STACK_MISC; in check_stack_write_var_off()
2631 if (type == STACK_MISC) in check_stack_read_fixed_off()
4121 if (*stype == STACK_MISC) in check_stack_range_initialized()
4126 *stype = STACK_MISC; in check_stack_range_initialized()
4141 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_range_initialized()
9351 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()