Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/
H A Dmachparam.h81 #define NCPU_LOG2 0 macro
83 #define NCPU_LOG2 1
85 #define NCPU_LOG2 2
87 #define NCPU_LOG2 3
89 #define NCPU_LOG2 4
91 #define NCPU_LOG2 5
93 #define NCPU_LOG2 6
95 #define NCPU_LOG2 7
97 #define NCPU_LOG2 8
99 #define NCPU_LOG2 9
[all …]
/titanic_50/usr/src/uts/i86pc/sys/
H A Dmachparam.h62 #define NCPU_LOG2 8 macro
65 #define NCPU_LOG2 5
69 #define NCPU_P2 (1 << NCPU_LOG2)
/titanic_50/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)
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h135 #define NCPU_LOG2 _mdb_ks_ncpu_log2 macro
/titanic_50/usr/src/uts/common/sys/
H A Dparam.h397 #define NCPU_LOG2 _ncpu_log2 macro
/titanic_50/usr/src/uts/common/vm/
H A Dpage.h113 ((unsigned)(((2*NCPU_P2) > 128) ? NCPU_LOG2 + 1 : 7))
583 #define PH_SHIFT_SIZE ((NCPU < 4) ? 7 : (NCPU_LOG2 + 1))
H A Danon.h149 #define AH_LOCK_SIZE (2 << NCPU_LOG2)
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c119 const int _ncpu_log2 = (int)NCPU_LOG2;
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c746 #define SPL_SHIFT ((unsigned)(NCPU_LOG2 + 1))