Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c448 u8 val = STACK_MISC; in __clean_func_state()
680 if ((stack->slot_type[i] == STACK_MISC) || in is_stack_misc_after()
737 old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC) in stacksafe()
767 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()
830 case STACK_MISC: in stacksafe()
H A Dlog.c500 [STACK_MISC] = 'm',
775 case STACK_MISC: in print_verifier_state()
H A Dverifier.c1220 case STACK_MISC: in is_stack_slot_special()
1250 *stype = STACK_MISC; in mark_stack_slot_misc()
1256 *stype = STACK_MISC; in scrub_spilled_slot()
3550 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
3598 u8 type = STACK_MISC; in check_stack_write_fixed_off()
3696 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
3735 new_type = STACK_MISC; in check_stack_write_var_off()
3918 if (type == STACK_MISC) in check_stack_read_fixed_off()
3979 if (type == STACK_MISC) in check_stack_read_fixed_off()
6910 if (*stype == STACK_MISC) in check_stack_range_initialized()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h232 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator