Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/x86/include/asm/
Dcpufeature.h15 #define NCAPINTS 13 /* N 32-bit words worth of info */ macro
258 #define X86_BUG(x) (NCAPINTS*32 + (x))
276 extern const char * const x86_cap_flags[NCAPINTS*32];
595 #define MAX_CPU_FEATURES (NCAPINTS * 32)
Dprocessor.h106 __u32 x86_capability[NCAPINTS + NBUGINTS];
153 extern __u32 cpu_caps_cleared[NCAPINTS];
154 extern __u32 cpu_caps_set[NCAPINTS];
/linux-4.1.27/arch/x86/kernel/cpu/
Dproc.c96 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
102 unsigned int bug_bit = 32*NCAPINTS + i; in show_cpuinfo()
Dcommon.c386 __u32 cpu_caps_cleared[NCAPINTS];
387 __u32 cpu_caps_set[NCAPINTS];
908 for (i = 0; i < NCAPINTS; i++) { in identify_cpu()
969 for (i = 0; i < NCAPINTS; i++) { in identify_cpu()
982 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
986 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
1148 if (get_option(&arg, &bit) && bit < NCAPINTS*32) in setup_disablecpuid()
/linux-4.1.27/arch/x86/kernel/
Dalternative.c372 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()