Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/boot/
Dmkcpustr.c30 for (i = 0; i < NCAPINTS; i++) { in main()
34 if (i == NCAPINTS-1 && j == 31) { in main()
Dcpucheck.c32 static u32 err_flags[NCAPINTS];
36 static const u32 req_flags[NCAPINTS] =
85 for (i = 0; i < NCAPINTS; i++) { in check_cpuflags()
Dcpu.c42 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
64 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
Dcpuflags.h10 u32 flags[NCAPINTS];
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h15 #define NCAPINTS 14 /* N 32-bit words worth of info */ macro
265 #define X86_BUG(x) (NCAPINTS*32 + (x))
283 extern const char * const x86_cap_flags[NCAPINTS*32];
602 #define MAX_CPU_FEATURES (NCAPINTS * 32)
Dprocessor.h112 __u32 x86_capability[NCAPINTS + NBUGINTS];
159 extern __u32 cpu_caps_cleared[NCAPINTS];
160 extern __u32 cpu_caps_set[NCAPINTS];
/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c97 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
103 unsigned int bug_bit = 32*NCAPINTS + i; in show_cpuinfo()
Dcommon.c368 __u32 cpu_caps_cleared[NCAPINTS];
369 __u32 cpu_caps_set[NCAPINTS];
893 for (i = 0; i < NCAPINTS; i++) { in identify_cpu()
954 for (i = 0; i < NCAPINTS; i++) { in identify_cpu()
967 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
971 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
1133 if (get_option(&arg, &bit) && bit < NCAPINTS*32) in setup_disablecpuid()
/linux-4.4.14/arch/x86/kernel/
Dalternative.c385 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()