Home
last modified time | relevance | path

Searched refs:STACK_INVALID (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h213 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/linux/kernel/bpf/
H A Dverifier.c706 state->stack[spi].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
707 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
828 state->stack[spi].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
829 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
999 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
1146 slot->slot_type[i] = STACK_INVALID; in unmark_stack_slot_irq_flag()
1215 case STACK_INVALID: in is_stack_slot_special()
1245 if (*stype == STACK_INVALID || *stype == STACK_POISON) in mark_stack_slot_misc()
1252 if (*stype != STACK_INVALID && *stype != STACK_POISON) in scrub_spilled_slot()
4037 if ((*stype == STACK_INVALID || *stype == STACK_POISON) && in check_stack_write_var_off()
[all …]