Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c1175 st = &slot->spilled_ptr; in mark_stack_slot_irq_flag()
1203 st = &slot->spilled_ptr; in unmark_stack_slot_irq_flag()
1279 st = &slot->spilled_ptr; in is_irq_flag_reg_valid_init()
4530 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_precise()
4560 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_imprecise()
4797 reg = &func->stack[i].spilled_ptr; in __mark_chain_precision()
8789 &fold->stack[i].spilled_ptr, in widen_imprecise_scalars()
8790 &fcur->stack[i].spilled_ptr, in widen_imprecise_scalars()
9495 reg = &state->stack[spi].spilled_ptr; in get_constant_map_key()
16316 reg = &func->stack[j].spilled_ptr; in collect_linked_regs()
[all …]
H A Dlog.c797 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
814 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
/linux-6.15/include/linux/
H A Dbpf_verifier.h257 struct bpf_reg_state spilled_ptr; member
479 ? &frame->stack[slot].spilled_ptr : NULL)
/linux-6.15/Documentation/bpf/
H A Dverifier.rst373 struct bpf_reg_state spilled_ptr;