Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h155 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c532 [STACK_INVALID] = '?',
659 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
2309 if (state->stack[spi].slot_type[i] == STACK_INVALID) { in check_stack_write_fixed_off()
2473 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
9044 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
9253 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()