Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c740 bpf_mark_reg_not_init(env, &stack[0].spilled_ptr); in invalidate_dynptr()
741 bpf_mark_reg_not_init(env, &stack[1].spilled_ptr); in invalidate_dynptr()
770 bpf_mark_reg_not_init(env, reg); in mark_reg_invalid()
984 bpf_mark_reg_not_init(env, st); in unmark_stack_slots_iter()
1146 bpf_mark_reg_not_init(env, st); in unmark_stack_slot_irq_flag()
2226 void bpf_mark_reg_not_init(const struct bpf_verifier_env *env, in bpf_mark_reg_not_init() function
2269 bpf_mark_reg_not_init(env, &regs[i]); in init_reg_state()
9545 bpf_mark_reg_not_init(env, &regs[caller_saved[i]]); in clear_caller_saved_regs()
9557 bpf_mark_reg_not_init(env, &state->stack_arg_regs[i]); in invalidate_outgoing_stack_args()
9988 bpf_mark_reg_not_init(env, &callee->regs[BPF_REG_5]); in map_set_for_each_callback_args()
[all …]
H A Dstates.c410 bpf_mark_reg_not_init(env, &st->regs[i]); in __clean_func_state()
466 bpf_mark_reg_not_init(env, spill); in __clean_func_state()
/linux/include/linux/
H A Dbpf_verifier.h1212 void bpf_mark_reg_not_init(const struct bpf_verifier_env *env,