Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h171 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/linux/kernel/bpf/
A Dverifier.c577 [STACK_INVALID] = '?',
619 if (*stype != STACK_INVALID) in scrub_spilled_slot()
718 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
2829 if (state->stack[spi].slot_type[i] == STACK_INVALID) { in check_stack_write_fixed_off()
2992 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
10355 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
10565 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()

Completed in 27 milliseconds