Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dstatic_call.c84 code = x86_nops[5]; in __static_call_transform()
138 !memcmp(insn, x86_nops[5], 5) || in __static_call_validate()
H A Dalternative.c91 const unsigned char * const x86_nops[ASM_NOP_MAX+1] = variable
333 memcpy(buf, x86_nops[len], len); in add_nop()
3148 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add()
3154 BUG_ON(memcmp(emulate, x86_nops[len], len)); in __smp_text_poke_batch_add()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c405 EMIT1(x86_nops[noplen][i]); in emit_nops()
595 const u8 *nop_insn = x86_nops[5]; in __bpf_arch_text_poke()