Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_verifier.h180 struct bpf_reg_state spilled_ptr; member
310 ? &frame->stack[slot].spilled_ptr : NULL)
/Linux-v5.15/kernel/bpf/
Dverifier.c719 print_liveness(env, state->stack[i].spilled_ptr.live); in print_verifier_state()
721 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
2378 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_precise()
2422 reg = &func->stack[spi].spilled_ptr; in __mark_chain_precision()
2521 reg = &func->stack[i].spilled_ptr; in __mark_chain_precision()
2633 state->stack[spi].spilled_ptr = *reg; in save_register_state()
2634 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()
2714 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_fixed_off()
2729 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write_fixed_off()
2821 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_var_off()
[all …]