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',2339 u8 type = STACK_MISC; in check_stack_write_fixed_off()2346 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write_fixed_off()2453 new_type = STACK_MISC; in check_stack_write_var_off()2601 if (type == STACK_MISC) in check_stack_read_fixed_off()4089 if (*stype == STACK_MISC) in check_stack_range_initialized()4094 *stype = STACK_MISC; in check_stack_range_initialized()4109 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_range_initialized()9320 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()