Lines Matching refs:NCPU
73 #define NCPU 64 macro
75 #ifndef NCPU
76 #define NCPU 32
80 #if (NCPU <= 1)
82 #elif (NCPU <= 2)
84 #elif (NCPU <= 4)
86 #elif (NCPU <= 8)
88 #elif (NCPU <= 16)
90 #elif (NCPU <= 32)
92 #elif (NCPU <= 64)
94 #elif (NCPU <= 128)
96 #elif (NCPU <= 256)
98 #elif (NCPU <= 512)
100 #elif (NCPU <= 1024)
115 #define MAX_CPU_CHIPID NCPU
265 #define PPMAP_FAST_SIZE (MAXPP_SLOTS * PAGESIZE * NCPU)