Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h180 struct bpf_reg_state spilled_ptr; member
310 ? &frame->stack[slot].spilled_ptr : NULL)
/linux/kernel/bpf/
A Dverifier.c729 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
2527 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_precise()
2571 reg = &func->stack[spi].spilled_ptr; in __mark_chain_precision()
2670 reg = &func->stack[i].spilled_ptr; in __mark_chain_precision()
2783 state->stack[spi].spilled_ptr = *reg; in save_register_state()
3079 reg = &reg_state->stack[spi].spilled_ptr; in check_stack_read_fixed_off()
10349 live = st->stack[i].spilled_ptr.live; in clean_func_state()
10764 state_reg = &state->stack[i].spilled_ptr; in propagate_liveness()
10800 state_reg = &state->stack[i].spilled_ptr; in propagate_precision()
11048 frame->stack[i].spilled_ptr.parent = in is_state_visited()
[all …]

Completed in 37 milliseconds