Home
last modified time | relevance | path

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

/linux/arch/x86/boot/
H A Dcpu.c37 for (i = 0; i < NCAPINTS; i++) { in show_cap_strs()
/linux/arch/um/include/asm/
H A Dprocessor-generic.h76 __u32 x86_capability[NCAPINTS + NBUGINTS];
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h8 #define NCAPINTS 22 /* N 32-bit words worth of info */ macro
524 #define X86_BUG(x) (NCAPINTS*32 + (x))
/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c115 #define MAX_FEATURE_BITS ((NCAPINTS + NBUGINTS) * sizeof(u32) * 8)