Searched refs:org_inst (Results 1 – 1 of 1) sorted by relevance
1034 ppc_inst_t org_inst; in bpf_modify_inst() local1036 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()