Searched refs:STACK_MISC (Results 1 – 2 of 2) sorted by relevance
156 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
534 [STACK_MISC] = 'm',2333 if (state->stack[spi].slot_type[i] == STACK_MISC) { in check_stack_write()2363 u8 type = STACK_MISC; in check_stack_write()2370 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write()2463 if (stype[(slot - i) % BPF_REG_SIZE] == STACK_MISC) in check_stack_read()3747 if (*stype == STACK_MISC) in check_stack_boundary()3751 *stype = STACK_MISC; in check_stack_boundary()3763 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_boundary()8750 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()