Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c710 bpf_mark_reg_not_init(env, &state->stack[spi].spilled_ptr); in invalidate_dynptr()
711 bpf_mark_reg_not_init(env, &state->stack[spi - 1].spilled_ptr); in invalidate_dynptr()
775 bpf_mark_reg_not_init(env, reg); in mark_reg_invalid()
845 bpf_mark_reg_not_init(env, &state->stack[spi].spilled_ptr); in destroy_if_dynptr_stack_slot()
846 bpf_mark_reg_not_init(env, &state->stack[spi - 1].spilled_ptr); in destroy_if_dynptr_stack_slot()
996 bpf_mark_reg_not_init(env, st); in unmark_stack_slots_iter()
1143 bpf_mark_reg_not_init(env, st); in unmark_stack_slot_irq_flag()
2510 void bpf_mark_reg_not_init(const struct bpf_verifier_env *env, in bpf_mark_reg_not_init() function
2554 bpf_mark_reg_not_init(env, &regs[i]); in init_reg_state()
9241 bpf_mark_reg_not_init(env, &regs[caller_saved[i]]); in clear_caller_saved_regs()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h1092 void bpf_mark_reg_not_init(const struct bpf_verifier_env *env,