Home
last modified time | relevance | path

Searched refs:_mmu_pageshift (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h381 extern const unsigned int _mmu_pageshift;
399 #define MMU_PAGESHIFT _mmu_pageshift
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c108 const unsigned int _mmu_pageshift = (unsigned int)MMU_PAGESHIFT; variable