Home
last modified time | relevance | path

Searched refs:NBUGINTS (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h16 #define NBUGINTS 1 /* N 32-bit bug flags */ macro
296 extern const char * const x86_bug_flags[NBUGINTS*32];
Dprocessor.h112 __u32 x86_capability[NCAPINTS + NBUGINTS];
/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c102 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
Dcommon.c971 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
/linux-4.4.14/arch/x86/kernel/
Dalternative.c385 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()