Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dcommon.c54 static unsigned int cleared_caps[NCAPINTS];
55 static unsigned int forced_caps[NCAPINTS];
459 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
488 for (i = 0 ; i < NCAPINTS ; ++i) { in identify_cpu()
506 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
543 for ( i = 0 ; i < NCAPINTS ; i++ ) in identify_cpu()
/xen/xen/include/asm-x86/
A Dcpufeatures.h50 #define NCAPINTS (FSCAPINTS + X86_NR_SYNTH + X86_NR_BUG) /* N 32-bit words worth of info */ macro
A Dprocessor.h121 unsigned int x86_capability[NCAPINTS];
/xen/xen/arch/x86/
A Dalternative.c212 BUG_ON(a->cpuid >= NCAPINTS * 32); in _apply_alternatives()
A Dcpuid.c542 for ( i = 0; i < NCAPINTS; ++i ) in recheck_cpu_features()

Completed in 10 milliseconds