Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c672 u32 old_insns[RV_FENTRY_NINSNS], new_insns[RV_FENTRY_NINSNS]; in bpf_arch_text_poke() local
680 ret = gen_jump_or_nops(old_addr, ip, old_insns, is_call); in bpf_arch_text_poke()
684 if (memcmp(ip, old_insns, RV_FENTRY_NINSNS * 4)) in bpf_arch_text_poke()