Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c18778 u16 struct_meta_reg, in __fixup_collection_insert_kfunc() argument
18785 struct bpf_insn addr[2] = { BPF_LD_IMM64(struct_meta_reg, (long)kptr_struct_meta) }; in __fixup_collection_insert_kfunc()
18851 int struct_meta_reg = BPF_REG_3; in fixup_kfunc_call() local
18856 struct_meta_reg = BPF_REG_4; in fixup_kfunc_call()
18866 __fixup_collection_insert_kfunc(&env->insn_aux_data[insn_idx], struct_meta_reg, in fixup_kfunc_call()