Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dtrapstat.h204 #define TSTAT_NUM4M_LIMIT \ macro
208 #if (TSTAT_NUM4M_LIMIT > TSTAT_MAXNUM4M_MAPPING)
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c556 static caddr_t tstat_va[TSTAT_NUM4M_LIMIT]; /* VAs of 4MB pages */
557 static pfn_t tstat_pfn[TSTAT_NUM4M_LIMIT]; /* PFNs of 4MB pages */
1927 ASSERT(tstat_num4m_mapping <= TSTAT_NUM4M_LIMIT); in trapstat_go()