Searched refs:STACK_MISC (Results 1 – 2 of 2) sorted by relevance
94 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
1054 if (state->stack[spi].slot_type[i] == STACK_MISC && in check_stack_write()1081 u8 type = STACK_MISC; in check_stack_write()1208 if (stype[(slot - i) % BPF_REG_SIZE] == STACK_MISC) in check_stack_read()1896 if (*stype == STACK_MISC) in check_stack_boundary()1900 *stype = STACK_MISC; in check_stack_boundary()4504 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_MISC && in stacksafe()