Home
last modified time | relevance | path

Searched refs:ASM_NOP_MAX (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dnops.h139 #define ASM_NOP_MAX 8 macro
140 #define NOP_ATOMIC5 (ASM_NOP_MAX+1) /* Entry for the 5-byte atomic NOP */
/Linux-v5.4/arch/x86/kernel/
Dalternative.c96 static const unsigned char * const intel_nops[ASM_NOP_MAX+2] =
124 static const unsigned char * const k8_nops[ASM_NOP_MAX+2] =
152 static const unsigned char * const k7_nops[ASM_NOP_MAX+2] =
180 static const unsigned char * const p6_nops[ASM_NOP_MAX+2] =
260 if (noplen > ASM_NOP_MAX) in add_nops()
261 noplen = ASM_NOP_MAX; in add_nops()