Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dalternative.c92 static const unsigned char * const intel_nops[ASM_NOP_MAX+2] =
120 static const unsigned char * const k8_nops[ASM_NOP_MAX+2] =
148 static const unsigned char * const k7_nops[ASM_NOP_MAX+2] =
176 static const unsigned char * const p6_nops[ASM_NOP_MAX+2] =
252 if (noplen > ASM_NOP_MAX) in add_nops()
253 noplen = ASM_NOP_MAX; in add_nops()
/Linux-v4.19/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 */