Searched refs:x86_nops (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/ |
| A D | static_call.c | 37 code = x86_nops[5]; in __static_call_transform() 74 !memcmp(insn, x86_nops[5], 5) || in __static_call_validate()
|
| A D | jump_label.c | 49 nop = x86_nops[size]; in __jump_label_patch() 54 nop = x86_nops[size]; in __jump_label_patch()
|
| A D | alternative.c | 91 const unsigned char * const x86_nops[ASM_NOP_MAX+1] = variable 111 memcpy(insns, x86_nops[noplen], noplen); in add_nops() 1409 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init() 1415 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init()
|
| A D | ftrace.c | 69 return x86_nops[5]; in ftrace_nop_replace() 375 ret = copy_from_kernel_nofault(ip, x86_nops[2], 2); in create_trampoline()
|
| /linux/arch/x86/include/asm/ |
| A D | nops.h | 74 extern const unsigned char * const x86_nops[];
|
| /linux/tools/arch/x86/include/asm/ |
| A D | nops.h | 74 extern const unsigned char * const x86_nops[];
|
| /linux/arch/x86/net/ |
| A D | bpf_jit_comp.c | 289 memcpy(prog, x86_nops[5], X86_PATCH_SIZE); in emit_prologue() 336 const u8 *nop_insn = x86_nops[5]; in __bpf_arch_text_poke() 531 memcpy(prog, x86_nops[5], X86_PATCH_SIZE); in emit_bpf_tail_call_direct() 861 EMIT1(x86_nops[noplen][i]); in emit_nops() 2071 memcpy(prog, x86_nops[5], X86_PATCH_SIZE); in arch_prepare_bpf_trampoline()
|
| /linux/arch/x86/kernel/kprobes/ |
| A D | core.c | 238 memcpy(buf, x86_nops[5], 5); in __recover_probed_insn()
|
Completed in 16 milliseconds