Lines Matching refs:STACK_MISC
1307 case STACK_MISC: in is_stack_slot_special()
1351 *stype = STACK_MISC; in mark_stack_slot_misc()
1357 *stype = STACK_MISC; in scrub_spilled_slot()
5027 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
5075 u8 type = STACK_MISC; in check_stack_write_fixed_off()
5187 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
5221 new_type = STACK_MISC; in check_stack_write_var_off()
5358 if (type == STACK_MISC) in check_stack_read_fixed_off()
5408 if (type == STACK_MISC) in check_stack_read_fixed_off()
7992 if (*stype == STACK_MISC) in check_stack_range_initialized()
7998 *stype = STACK_MISC; in check_stack_range_initialized()
18452 if ((stack->slot_type[i] == STACK_MISC) || in is_stack_all_misc()
18505 old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC) in stacksafe()
18532 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()
18593 case STACK_MISC: in stacksafe()