Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/boot/
Dmkcpustr.c28 for (i = 0; i < NCAPINTS; i++) { in main()
32 if (i == NCAPINTS-1 && j == 31) { in main()
Dcpucheck.c32 static u32 err_flags[NCAPINTS];
36 static const u32 req_flags[NCAPINTS] =
94 for (i = 0; i < NCAPINTS; i++) { in check_cpuflags()
Dcpuflags.h12 u32 flags[NCAPINTS];
Dcpu.c37 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
/linux-6.6.21/arch/x86/include/asm/
Dcpufeature.h41 extern const char * const x86_cap_flags[NCAPINTS*32];
95 BUILD_BUG_ON_ZERO(NCAPINTS != 21))
120 BUILD_BUG_ON_ZERO(NCAPINTS != 21))
204 #define MAX_CPU_FEATURES (NCAPINTS * 32)
Dprocessor.h110 __u32 x86_capability[NCAPINTS + NBUGINTS];
171 extern __u32 cpu_caps_cleared[NCAPINTS + NBUGINTS];
172 extern __u32 cpu_caps_set[NCAPINTS + NBUGINTS];
Drequired-features.h102 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
Dcpufeatures.h16 #define NCAPINTS 21 /* N 32-bit words worth of info */ macro
458 #define X86_BUG(x) (NCAPINTS*32 + (x))
Ddisabled-features.h146 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
/linux-6.6.21/arch/um/include/asm/
Dcpufeature.h12 extern const char * const x86_cap_flags[NCAPINTS*32];
134 #define MAX_CPU_FEATURES (NCAPINTS * 32)
Dprocessor-generic.h87 __u32 x86_capability[NCAPINTS + NBUGINTS];
/linux-6.6.21/arch/x86/kvm/
Dreverse_cpuid.h15 CPUID_12_EAX = NCAPINTS,
21 NKVMCAPINTS = NR_KVM_CPU_CAPS - NCAPINTS,
Dcpuid.c559 BUILD_BUG_ON(leaf < NCAPINTS); in kvm_cpu_cap_init_kvm_defined()
569 BUILD_BUG_ON(leaf >= NCAPINTS); in kvm_cpu_cap_mask()
/linux-6.6.21/arch/x86/kernel/cpu/
Dproc.c102 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
119 unsigned int bug_bit = 32*NCAPINTS + i; in show_cpuinfo()
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()
1530 if (bit < NCAPINTS * 32) { in cpu_parse_early_param()
1548 for (bit = 0; bit < 32 * NCAPINTS; bit++) { in cpu_parse_early_param()
1937 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
1941 for (i = NCAPINTS; i < NCAPINTS + NBUGINTS; i++) in identify_cpu()
Dcpuid-deps.c104 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)
/linux-6.6.21/tools/arch/x86/include/asm/
Dcpufeatures.h16 #define NCAPINTS 21 /* N 32-bit words worth of info */ macro
449 #define X86_BUG(x) (NCAPINTS*32 + (x))
Drequired-features.h102 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
Ddisabled-features.h134 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
/linux-6.6.21/arch/um/kernel/
Dum_arch.c85 for (i = 0; i < 32*NCAPINTS; i++) in show_cpuinfo()
286 for (i = 0; i < 32*NCAPINTS; i++) { in parse_host_cpu_flags()
/linux-6.6.21/arch/x86/kernel/
Dalternative.c442 BUG_ON(a->cpuid >= (NCAPINTS + NBUGINTS) * 32); in apply_alternatives()