Searched defs:NCPU (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h134 #define NCPU _mdb_ks_ncpu macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachparam.h57 #define NCPU 256 macro
60 #define NCPU 32 macro
64 /* NCPU_P2 is NCPU rounded to a power of 2 */
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h69 * Maximum cpuid value that we support. NCPU can be defined in a platform's
73 #define NCPU 64 macro
75 #ifndef NCPU
76 #define NCPU 32 macro
80 #if (NCPU <= 1)
82 #elif (NCPU <= 2)
84 #elif (NCPU <= 4)
86 #elif (NCPU <= 8)
88 #elif (NCPU <= 16)
90 #elif (NCPU <
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h56 * Maximum cpuid value that we support. NCPU can be defined in a platform's
59 #ifndef NCPU
60 #define NCPU 512 macro
63 #error "Must define NCPU_LOG2 together with NCPU"
66 /* NCPU_P2 is NCPU rounded to a power of 2 */
75 #define MAX_CPU_CHIPID NCPU
225 #define PPMAP_FAST_SIZE (MAXPP_SLOTS * PAGESIZE * NCPU)
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h396 #define NCPU _ncpu macro

Completed in 49 milliseconds