Searched refs:old_insn (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 83 lui a5,%hi(old_insn) 84 sw a0,%lo(old_insn)(a5) 92 old_insn:
|
| /linux-6.15/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2658 u32 old_insn; in bpf_arch_text_poke() local 2704 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke() 2739 if (old_insn == new_insn) in bpf_arch_text_poke() 2748 if (replaced != old_insn) { in bpf_arch_text_poke()
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 603 u8 old_insn[X86_PATCH_SIZE]; in __bpf_arch_text_poke() local 608 memcpy(old_insn, nop_insn, X86_PATCH_SIZE); in __bpf_arch_text_poke() 610 prog = old_insn; in __bpf_arch_text_poke() 630 if (memcmp(ip, old_insn, X86_PATCH_SIZE)) in __bpf_arch_text_poke()
|