Home
last modified time | relevance | path

Searched refs:NCAPINTS (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/boot/
H A Dmkcpustr.c28 for (i = 0; i < NCAPINTS; i++) { in main()
32 if (i == NCAPINTS-1 && j == 31) { in main()
H A Dcpucheck.c31 static u32 err_flags[NCAPINTS];
35 static const u32 req_flags[NCAPINTS] =
93 for (i = 0; i < NCAPINTS; i++) { in check_cpuflags()
H A Dcpu.c40 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
62 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
H A Dcpuflags.h12 u32 flags[NCAPINTS];
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dmkcpustr.c28 for (i = 0; i < NCAPINTS; i++) { in main()
32 if (i == NCAPINTS-1 && j == 31) { in main()
H A Dcpucheck.c32 static u32 err_flags[NCAPINTS];
36 static const u32 req_flags[NCAPINTS] =
94 for (i = 0; i < NCAPINTS; i++) { in check_cpuflags()
H A Dcpuflags.h12 u32 flags[NCAPINTS];
H A Dcpu.c37 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeature.h39 extern const char * const x86_cap_flags[NCAPINTS*32];
50 * X86_BUG_<name> - NCAPINTS*32.
69 * following BUILD_BUG_ON_ZERO() check but when NCAPINTS gets changed, all
70 * header macros which use NCAPINTS need to be changed. The duplicated macro
98 BUILD_BUG_ON_ZERO(NCAPINTS != 22))
124 BUILD_BUG_ON_ZERO(NCAPINTS != 22))
218 #define MAX_CPU_FEATURES (NCAPINTS * 32)
H A Dcpufeatures.h16 #define NCAPINTS 22 /* N 32-bit words worth of info */ macro
415 #define X86_BUG(x) (NCAPINTS*32 + (x))
H A Drequired-features.h107 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 22)
H A Ddisabled-features.h107 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 22)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeature.h41 extern const char * const x86_cap_flags[NCAPINTS*32];
48 * X86_BUG_<name> - NCAPINTS*32.
67 * following BUILD_BUG_ON_ZERO() check but when NCAPINTS gets changed, all
68 * header macros which use NCAPINTS need to be changed. The duplicated macro
95 BUILD_BUG_ON_ZERO(NCAPINTS != 21))
120 BUILD_BUG_ON_ZERO(NCAPINTS != 21))
204 #define MAX_CPU_FEATURES (NCAPINTS * 32)
H A Dcpufeatures.h16 #define NCAPINTS 21 /* N 32-bit words worth of info */ macro
458 #define X86_BUG(x) (NCAPINTS*32 + (x))
H A Drequired-features.h102 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dcpufeature.h12 extern const char * const x86_cap_flags[NCAPINTS*32];
19 * X86_BUG_<name> - NCAPINTS*32.
134 #define MAX_CPU_FEATURES (NCAPINTS * 32)
H A Dprocessor-generic.h87 __u32 x86_capability[NCAPINTS + NBUGINTS];
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dproc.c105 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
122 unsigned int bug_bit = 32*NCAPINTS + i; in show_cpuinfo()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dproc.c102 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
119 unsigned int bug_bit = 32*NCAPINTS + i; in show_cpuinfo()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dreverse_cpuid.h15 CPUID_12_EAX = NCAPINTS,
22 NKVMCAPINTS = NR_KVM_CPU_CAPS - NCAPINTS,
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h16 #define NCAPINTS 20 /* N 32-bit words worth of info */ macro
403 #define X86_BUG(x) (NCAPINTS*32 + (x))
H A Drequired-features.h105 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 20)
H A Ddisabled-features.h108 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 20)
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h16 #define NCAPINTS 21 /* N 32-bit words worth of info */ macro
449 #define X86_BUG(x) (NCAPINTS*32 + (x))
H A Drequired-features.h102 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)

Completed in 14 milliseconds

12