Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dftrace.c68 return x86_nops[5]; in ftrace_nop_replace()
373 ret = copy_from_kernel_nofault(ip, x86_nops[2], 2); in create_trampoline()
H A Dalternative.c85 const unsigned char * const x86_nops[ASM_NOP_MAX+1] = variable
327 memcpy(buf, x86_nops[len], len); in add_nop()
3016 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add()
3022 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add()
/linux/arch/x86/kernel/kprobes/
H A Dcore.c242 memcpy(buf, x86_nops[5], 5); in __recover_probed_insn()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c435 EMIT1(x86_nops[noplen][i]); in emit_nops()
625 const u8 *nop_insn = x86_nops[5]; in __bpf_arch_text_poke()