Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf_verifier.h187 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/linux-6.1.9/kernel/bpf/
Dverifier.c593 [STACK_INVALID] = '?',
749 state->stack[spi].slot_type[i] = STACK_INVALID; in unmark_stack_slots_dynptr()
750 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in unmark_stack_slots_dynptr()
832 if (*stype != STACK_INVALID) in scrub_spilled_slot()
937 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
3236 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
11446 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
11655 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()