Searched refs:STACK_MISC (Results 1 – 2 of 2) sorted by relevance
157 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
534 [STACK_MISC] = 'm',2346 u8 type = STACK_MISC; in check_stack_write_fixed_off()2353 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write_fixed_off()2460 new_type = STACK_MISC; in check_stack_write_var_off()2608 if (type == STACK_MISC) in check_stack_read_fixed_off()4071 if (*stype == STACK_MISC) in check_stack_range_initialized()4076 *stype = STACK_MISC; in check_stack_range_initialized()4091 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_range_initialized()9266 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()