Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c688 static void __mark_dynptr_reg(struct bpf_reg_state *reg,
702 __mark_dynptr_reg(sreg1, type, true, id); in mark_dynptr_stack_regs()
703 __mark_dynptr_reg(sreg2, type, false, id); in mark_dynptr_stack_regs()
710 __mark_dynptr_reg(reg, type, true, ++env->id_gen); in mark_dynptr_cb_reg()
2038 static void __mark_dynptr_reg(struct bpf_reg_state *reg, enum bpf_dynptr_type type, in __mark_dynptr_reg() function
22227 __mark_dynptr_reg(reg, BPF_DYNPTR_TYPE_LOCAL, true, ++env->id_gen); in do_check_common()