Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c534 [STACK_INVALID] = '?',
789 if (slot_type != STACK_INVALID) in print_verifier_state()
H A Dverifier.c789 state->stack[spi].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
790 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
907 state->stack[spi].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
908 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
1086 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
1237 slot->slot_type[i] = STACK_INVALID; in unmark_stack_slot_irq_flag()
1306 case STACK_INVALID: in is_stack_slot_special()
1349 if (*stype == STACK_INVALID) in mark_stack_slot_misc()
1356 if (*stype != STACK_INVALID) in scrub_spilled_slot()
18220 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
[all …]
/linux-6.15/include/linux/
H A Dbpf_verifier.h235 STACK_INVALID, /* nothing was stored in this stack slot */ enumerator
/linux-6.15/Documentation/bpf/
H A Dverifier.rst539 without ``REG_LIVE_READ{32,64}`` marks as ``NOT_INIT`` or ``STACK_INVALID``.
567 or ``STACK_INVALID``