Lines Matching refs:STACK_MISC
1152 case STACK_MISC: in is_stack_slot_special()
1193 *stype = STACK_MISC; in mark_stack_slot_misc()
1199 *stype = STACK_MISC; in scrub_spilled_slot()
4644 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
4692 u8 type = STACK_MISC; in check_stack_write_fixed_off()
4804 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
4838 new_type = STACK_MISC; in check_stack_write_var_off()
4975 if (type == STACK_MISC) in check_stack_read_fixed_off()
5025 if (type == STACK_MISC) in check_stack_read_fixed_off()
7381 if (*stype == STACK_MISC) in check_stack_range_initialized()
7387 *stype = STACK_MISC; in check_stack_range_initialized()
17361 if ((stack->slot_type[i] == STACK_MISC) || in is_stack_all_misc()
17414 old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC) in stacksafe()
17441 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()
17495 case STACK_MISC: in stacksafe()