Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dcpufeatures.h9 #define NCAPINTS (FSCAPINTS + 1) /* N 32-bit words worth of info */ macro
A Dprocessor.h130 unsigned int x86_capability[NCAPINTS];
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c56 static unsigned int cleared_caps[NCAPINTS];
57 static unsigned int forced_caps[NCAPINTS];
441 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
470 for (i = 0 ; i < NCAPINTS ; ++i) { in identify_cpu()
489 for (i = 0; i < NCAPINTS; i++) in identify_cpu()
502 for ( i = 0 ; i < NCAPINTS ; i++ ) in identify_cpu()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dalternative.c172 BUG_ON(a->cpuid >= NCAPINTS * 32); in apply_alternatives()

Completed in 6 milliseconds