Home
last modified time | relevance | path

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

/linux/Documentation/arch/riscv/
H A Dcmodx.rst115 lui a5,%hi(old_insn)
116 sw a0,%lo(old_insn)(a5)
124 old_insn:
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2874 u32 old_insn; in bpf_arch_text_poke() local
2920 if (gen_branch_or_nop(branch_type, ip, old_addr, plt, &old_insn) < 0) in bpf_arch_text_poke()
2955 if (old_insn == new_insn) in bpf_arch_text_poke()
2964 if (replaced != old_insn) { in bpf_arch_text_poke()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c603 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()