Home
last modified time | relevance | path

Searched refs:NCPU_LOG2 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h73 #define NCPU_LOG2 0 macro
75 #define NCPU_LOG2 1
77 #define NCPU_LOG2 2
79 #define NCPU_LOG2 3
81 #define NCPU_LOG2 4
83 #define NCPU_LOG2 5
85 #define NCPU_LOG2 6
87 #define NCPU_LOG2 7
89 #define NCPU_LOG2 8
91 #define NCPU_LOG2 9
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h61 #define NCPU_LOG2 9 macro
62 #elif (!defined(NCPU_LOG2))
67 #define NCPU_P2 (1 << NCPU_LOG2)
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachparam.h63 #define NCPU_LOG2 8 macro
66 #define NCPU_P2 (1 << NCPU_LOG2)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h135 #define NCPU_LOG2 _mdb_ks_ncpu_log2 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h409 #define NCPU_LOG2 _ncpu_log2 macro
/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h114 ((unsigned)(((2*NCPU_P2) > 128) ? NCPU_LOG2 + 1 : 7))
584 #define PH_SHIFT_SIZE ((NCPU < 4) ? 7 : (NCPU_LOG2 + 1))
H A Danon.h149 #define AH_LOCK_SIZE (2 << NCPU_LOG2)
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c120 const int _ncpu_log2 = (int)NCPU_LOG2;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c747 #define SPL_SHIFT ((unsigned)(NCPU_LOG2 + 1))