Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c1469 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
1482 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
1492 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
1506 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
4007 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_precise()
4037 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_imprecise()
4101 reg = &func->stack[i].spilled_ptr; in mark_precise_scalar_ids()
4123 reg = &func->stack[i].spilled_ptr; in mark_precise_scalar_ids()
4398 reg = &func->stack[i].spilled_ptr; in __mark_chain_precision()
7837 &fold->stack[i].spilled_ptr, in widen_imprecise_scalars()
[all …]
/openbmc/linux/include/linux/
H A Dbpf_verifier.h252 struct bpf_reg_state spilled_ptr; member
419 ? &frame->stack[slot].spilled_ptr : NULL)
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst373 struct bpf_reg_state spilled_ptr;