Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c1034 ppc_inst_t org_inst; in bpf_modify_inst() local
1036 if (copy_inst_from_kernel_nofault(&org_inst, ip)) { in bpf_modify_inst()
1041 if (!ppc_inst_equal(org_inst, old_inst)) { in bpf_modify_inst()
1043 (unsigned long)ip, ppc_inst_as_ulong(old_inst), ppc_inst_as_ulong(org_inst)); in bpf_modify_inst()