Searched refs:STACK_MISC (Results 1 – 2 of 2) sorted by relevance
158 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
537 [STACK_MISC] = 'm',2366 u8 type = STACK_MISC; in check_stack_write_fixed_off()2373 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write_fixed_off()2462 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()2483 new_type = STACK_MISC; in check_stack_write_var_off()2631 if (type == STACK_MISC) in check_stack_read_fixed_off()4121 if (*stype == STACK_MISC) in check_stack_range_initialized()4126 *stype = STACK_MISC; in check_stack_range_initialized()4141 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_range_initialized()9351 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()