Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dtrapstat.h120 #define TSTAT_ENT_SHIFT 5 /* 32 bytes/entry */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c1262 int entoffs = entno << TSTAT_ENT_SHIFT; in trapstat_tlbent()