Searched refs:STACK_MISC (Results 1 – 2 of 2) sorted by relevance
146 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
408 [STACK_MISC] = 'm',1945 if (state->stack[spi].slot_type[i] == STACK_MISC) { in check_stack_write()1975 u8 type = STACK_MISC; in check_stack_write()1982 state->stack[spi].slot_type[i] = STACK_MISC; in check_stack_write()2065 if (stype[(slot - i) % BPF_REG_SIZE] == STACK_MISC) in check_stack_read()3049 if (*stype == STACK_MISC) in check_stack_boundary()3053 *stype = STACK_MISC; in check_stack_boundary()3060 state->stack[spi].slot_type[j] = STACK_MISC; in check_stack_boundary()6961 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()