Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf_verifier.h163 struct bpf_reg_state spilled_ptr; member
278 ? &frame->stack[slot].spilled_ptr : NULL)
/Linux-v5.10/kernel/bpf/
Dverifier.c668 print_liveness(env, state->stack[i].spilled_ptr.live); in print_verifier_state()
670 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
2011 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_precise()
2055 reg = &func->stack[spi].spilled_ptr; in __mark_chain_precision()
2154 reg = &func->stack[i].spilled_ptr; in __mark_chain_precision()
2262 state->stack[spi].spilled_ptr = *reg; in save_register_state()
2263 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()
2330 register_is_const(&state->stack[spi].spilled_ptr)) in check_stack_write()
2366 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write()
2381 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write()
[all …]