Searched refs:STACK_MISC (Results 1 – 4 of 4) sorted by relevance
448 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()
500 [STACK_MISC] = 'm',775 case STACK_MISC: in print_verifier_state()
1220 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 …]
232 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator