Searched defs:TSTAT_INSTR_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dtrapstat.h178 #define TSTAT_INSTR_SIZE \ macro
185 ((uintptr_t)(tcpu)->tcpu_ibase + TSTAT_INSTR_SIZE + \
189 ((uintptr_t)(tcpu)->tcpu_ibase + TSTAT_INSTR_SIZE + \
215 * using TSTAT_TRAPTBL_SIZE constant, it uses TSTAT_INSTR_SIZE which
221 (ROUNDUP(((ncpu) * TSTAT_DATA_SIZE) + TSTAT_INSTR_SIZE, \
227 #define TSTAT_INSTR_SIZE (TSTAT_INSTR_PAGES * MMU_PAGESIZE) macro

Completed in 161 milliseconds