Searched refs:x86_nops (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | jump_label.c | 49 nop = x86_nops[size]; in __jump_label_patch() 54 nop = x86_nops[size]; in __jump_label_patch()
|
| H A D | static_call.c | 84 code = x86_nops[5]; in __static_call_transform() 138 !memcmp(insn, x86_nops[5], 5) || in __static_call_validate()
|
| H A D | ftrace.c | 68 return x86_nops[5]; in ftrace_nop_replace() 373 ret = copy_from_kernel_nofault(ip, x86_nops[2], 2); in create_trampoline()
|
| H A D | alternative.c | 91 const unsigned char * const x86_nops[ASM_NOP_MAX+1] = variable 333 memcpy(buf, x86_nops[len], len); in add_nop() 3136 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add() 3142 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add()
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | nops.h | 86 extern const unsigned char * const x86_nops[];
|
| /linux/arch/x86/include/asm/ |
| H A D | nops.h | 86 extern const unsigned char * const x86_nops[];
|
| /linux/arch/x86/kernel/kprobes/ |
| H A D | core.c | 242 memcpy(buf, x86_nops[5], 5); in __recover_probed_insn()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 405 EMIT1(x86_nops[noplen][i]); in emit_nops() 595 const u8 *nop_insn = x86_nops[5]; in __bpf_arch_text_poke()
|