Lines Matching refs:STACK_MISC
633 [STACK_MISC] = 'm',
1038 *stype = STACK_MISC; in scrub_spilled_slot()
3518 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
3567 u8 type = STACK_MISC; in check_stack_write_fixed_off()
3674 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
3695 new_type = STACK_MISC; in check_stack_write_var_off()
3827 if (type == STACK_MISC) in check_stack_read_fixed_off()
3862 if (type == STACK_MISC) in check_stack_read_fixed_off()
5755 if (*stype == STACK_MISC) in check_stack_range_initialized()
5760 *stype = STACK_MISC; in check_stack_range_initialized()
13949 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()
13991 case STACK_MISC: in stacksafe()