Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c593 u8 old_insn[X86_PATCH_SIZE]; in __bpf_arch_text_poke() local
598 memcpy(old_insn, nop_insn, X86_PATCH_SIZE); in __bpf_arch_text_poke()
600 prog = old_insn; in __bpf_arch_text_poke()
620 if (memcmp(ip, old_insn, X86_PATCH_SIZE)) in __bpf_arch_text_poke()