Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h110 __u32 x86_capability[NCAPINTS + NBUGINTS];
171 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];
172 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
H A Dcpufeature.h52 extern const char * const x86_bug_flags[NBUGINTS*32];
H A Dcpufeatures.h17 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
/openbmc/linux/arch/um/include/asm/
H A Dprocessor-generic.h87 __u32 x86_capability[NCAPINTS + NBUGINTS];
H A Dcpufeature.h21 extern const char * const x86_bug_flags[NBUGINTS*32];
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c104 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
H A Dproc.c118 for (i = 0; i < 32*NBUGINTS; i++) { in show_cpuinfo()
H A Dcommon.c707 __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));
708 __u32 cpu_caps_set[NCAPINTS + NBUGINTS] __aligned(sizeof(unsigned long));
985 for (i = 0; i < NCAPINTS + NBUGINTS; i++) { in apply_forced_caps()
1984 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h17 #define NBUGINTS 2 /* N 32-bit bug flags */ macro
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c442 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()