Searched refs:ASM_NOP_MAX (Results 1 – 2 of 2) sorted by relevance
139 #define ASM_NOP_MAX 8 macro140 #define NOP_ATOMIC5 (ASM_NOP_MAX+1) /* Entry for the 5-byte atomic NOP */
96 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()