Home
last modified time | relevance | path

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

/arch/x86/boot/
Dmkcpustr.c29 for (i = 0; i < NCAPINTS; i++) { in main()
33 if (i == NCAPINTS-1 && j == 31) { in main()
Dcpucheck.c33 static u32 err_flags[NCAPINTS];
37 static const u32 req_flags[NCAPINTS] =
163 for (i = 0; i < NCAPINTS; i++) { in check_flags()
Dcpu.c58 for (i = 0; i < NCAPINTS; i++) { in validate_cpu()
Dboot.h315 u32 flags[NCAPINTS];
/arch/x86/kernel/cpu/
Dcommon.c367 __u32 cpu_caps_cleared[NCAPINTS] __cpuinitdata;
368 __u32 cpu_caps_set[NCAPINTS] __cpuinitdata;
848 for (i = 0; i < NCAPINTS; i++) { in identify_cpu()
908 for (i = 0; i < NCAPINTS; i++) { in identify_cpu()
921 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
925 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
1063 if (get_option(&arg, &bit) && bit < NCAPINTS*32) in setup_disablecpuid()
Dmatch.c67 for (i = 0; i < NCAPINTS*32; i++) { in arch_print_cpu_modalias()
Dproc.c99 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
/arch/x86/include/asm/
Dcpufeature.h11 #define NCAPINTS 10 /* N 32-bit words worth of info */ macro
226 #define X86_BUG(x) (NCAPINTS*32 + (x))
239 extern const char * const x86_cap_flags[NCAPINTS*32];
Dprocessor.h107 __u32 x86_capability[NCAPINTS + NBUGINTS];
151 extern __u32 cpu_caps_cleared[NCAPINTS];
152 extern __u32 cpu_caps_set[NCAPINTS];
/arch/x86/kernel/
Dalternative.c274 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()