Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Djump_label.c49 nop = x86_nops[size]; in __jump_label_patch()
54 nop = x86_nops[size]; in __jump_label_patch()
H A Dstatic_call.c76 code = x86_nops[5]; in __static_call_transform()
130 !memcmp(insn, x86_nops[5], 5) || in __static_call_validate()
H A Dftrace.c67 return x86_nops[5]; in ftrace_nop_replace()
377 ret = copy_from_kernel_nofault(ip, x86_nops[2], 2); in create_trampoline()
H A Dalternative.c108 const unsigned char * const x86_nops[ASM_NOP_MAX+1] = variable
143 memcpy(instr, x86_nops[len], len); in add_nop()
1433 memcpy(insns, x86_nops[noplen], noplen); in add_nops()
2375 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init()
2381 BUG_ON(memcmp(emulate, x86_nops[len], len)); in text_poke_loc_init()
/openbmc/linux/arch/x86/include/asm/
H A Dnops.h86 extern const unsigned char * const x86_nops[];
/openbmc/linux/tools/arch/x86/include/asm/
H A Dnops.h86 extern const unsigned char * const x86_nops[];
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c352 memcpy(prog, x86_nops[5], X86_PATCH_SIZE); in emit_prologue()
409 const u8 *nop_insn = x86_nops[5]; in __bpf_arch_text_poke()
628 memcpy(prog, x86_nops[5], X86_PATCH_SIZE); in emit_bpf_tail_call_direct()
1003 EMIT1(x86_nops[noplen][i]); in emit_nops()
2586 memcpy(prog, x86_nops[5], X86_PATCH_SIZE); in arch_prepare_bpf_trampoline()
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dcore.c232 memcpy(buf, x86_nops[5], 5); in __recover_probed_insn()