Searched refs:old_insns (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 859 u32 old_insns[RV_FENTRY_NINSNS], new_insns[RV_FENTRY_NINSNS]; in bpf_arch_text_poke() local 868 ret = gen_jump_or_nops(old_addr, ip, old_insns, is_call); in bpf_arch_text_poke() 872 if (memcmp(ip, old_insns, RV_FENTRY_NBYTES)) in bpf_arch_text_poke()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1401 u32 old_insns[LOONGARCH_LONG_JUMP_NINSNS] = {[0 ... 4] = INSN_NOP}; in bpf_arch_text_poke() local 1422 ret = emit_jump_or_nops(old_addr, ip, old_insns, is_call); in bpf_arch_text_poke() 1426 if (memcmp(ip, old_insns, LOONGARCH_LONG_JUMP_NBYTES)) in bpf_arch_text_poke()
|