Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h231 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/openbmc/linux/kernel/bpf/
H A Dverifier.c658 [STACK_INVALID] = '?',
960 state->stack[spi].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
961 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
1078 state->stack[spi].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
1079 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
1246 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
1325 case STACK_INVALID: in is_stack_slot_special()
1351 if (*stype != STACK_INVALID) in scrub_spilled_slot()
1458 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
4775 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
[all …]
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst539 without ``REG_LIVE_READ{32,64}`` marks as ``NOT_INIT`` or ``STACK_INVALID``.
567 or ``STACK_INVALID``