Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c1041 if (!ppc_inst_equal(org_inst, old_inst)) { in bpf_modify_inst()
1047 if (ppc_inst_equal(old_inst, new_inst)) in bpf_modify_inst()
1101 ppc_inst_t old_inst, new_inst; in bpf_arch_text_poke() local
1127 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()
1129 if (create_branch(&old_inst, ip, (unsigned long)old_addr, 0)) in bpf_arch_text_poke()
1136 ret = bpf_modify_inst(ip, old_inst, new_inst); in bpf_arch_text_poke()
1155 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()
1188 ret = bpf_modify_inst(ip, old_inst, new_inst); in bpf_arch_text_poke()
1196 old_inst = ppc_inst(PPC_RAW_NOP()); in bpf_arch_text_poke()
1200 create_branch(&old_inst, ip, bpf_func_end - bpf_jit_ool_stub, 0); in bpf_arch_text_poke()
[all …]