Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_verifier.h171 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/Linux-v5.15/kernel/bpf/
Dverifier.c583 [STACK_INVALID] = '?',
710 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
2674 if (state->stack[spi].slot_type[i] == STACK_INVALID) { in check_stack_write_fixed_off()
2837 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
10125 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
10335 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()