Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dcpuid-deps.c91 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
Dproc.c106 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
Dcommon.c569 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];
570 __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
829 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()
1712 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
/arch/x86/include/asm/
Dprocessor.h97 __u32 x86_capability[NCAPINTS + NBUGINTS];
162 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];
163 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
Dcpufeature.h51 extern const char * const x86_bug_flags[NBUGINTS*32];
Dcpufeatures.h17 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
/arch/x86/kernel/
Dalternative.c403 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()