Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h156 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c535 [STACK_INVALID] = '?',
668 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
2329 if (state->stack[spi].slot_type[i] == STACK_INVALID) { in check_stack_write_fixed_off()
2496 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
9130 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
9338 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()