Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c1119 ppc_inst_t org_inst; in bpf_modify_inst() local
1121 if (copy_inst_from_kernel_nofault(&org_inst, ip)) { in bpf_modify_inst()
1126 if (!ppc_inst_equal(org_inst, old_inst)) { in bpf_modify_inst()
1128 (unsigned long)ip, ppc_inst_as_ulong(old_inst), ppc_inst_as_ulong(org_inst)); in bpf_modify_inst()