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

/linux-4.4.14/arch/x86/include/asm/
H A Dnops.h138 #define ASM_NOP_MAX 8 macro
139 #define NOP_ATOMIC5 (ASM_NOP_MAX+1) /* Entry for the 5-byte atomic NOP */
/linux-4.4.14/arch/x86/kernel/
H A Dalternative.c102 static const unsigned char * const intel_nops[ASM_NOP_MAX+2] =
130 static const unsigned char * const k8_nops[ASM_NOP_MAX+2] =
158 static const unsigned char * const k7_nops[ASM_NOP_MAX+2] =
186 static const unsigned char * const p6_nops[ASM_NOP_MAX+2] =
262 if (noplen > ASM_NOP_MAX) add_nops()
263 noplen = ASM_NOP_MAX; add_nops()

Completed in 45 milliseconds