Home
last modified time | relevance | path

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

/arch/um/include/asm/
A Dprocessor-generic.h77 __u32 x86_capability[NCAPINTS + NBUGINTS];
A Dcpufeature.h21 extern const char * const x86_bug_flags[NBUGINTS*32];
/arch/x86/include/asm/
A Dprocessor.h162 __u32 x86_capability[NCAPINTS + NBUGINTS];
212 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];
213 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
A Dcpufeature.h48 extern const char * const x86_bug_flags[NBUGINTS*32];
A Dcpufeatures.h9 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
/arch/x86/kernel/cpu/
A Dcpuid-deps.c111 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
A Dproc.c121 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
A Dcommon.c708 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));
709 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));
926 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()
1620 for (bit = 0; bit < 32 * (NCAPINTS + NBUGINTS); bit++) { in parse_set_clear_cpuid()
2045 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
/arch/x86/kernel/
A Dalternative.c662 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()

Completed in 24 milliseconds