Lines Matching refs:STACK_MISC
649 [STACK_MISC] = 'm',
1315 case STACK_MISC: in is_stack_slot_special()
1341 *stype = STACK_MISC; in scrub_spilled_slot()
1492 case STACK_MISC: in print_verifier_state()
4325 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
4377 u8 type = STACK_MISC; in check_stack_write_fixed_off()
4484 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
4505 new_type = STACK_MISC; in check_stack_write_var_off()
4640 if (type == STACK_MISC) in check_stack_read_fixed_off()
4677 if (type == STACK_MISC) in check_stack_read_fixed_off()
6896 if (*stype == STACK_MISC) in check_stack_range_initialized()
6902 *stype = STACK_MISC; in check_stack_range_initialized()
15667 old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC) in stacksafe()
15680 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()
15734 case STACK_MISC: in stacksafe()