Searched refs:NCAPINTS (Results 1 – 4 of 4) sorted by relevance
9 #define NCAPINTS (FSCAPINTS + 1) /* N 32-bit words worth of info */ macro
130 unsigned int x86_capability[NCAPINTS];
56 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()
172 BUG_ON(a->cpuid >= NCAPINTS * 32); in apply_alternatives()
Completed in 6 milliseconds