Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c1262 int entoffs = entno << TSTAT_ENT_SHIFT; in trapstat_tlbent() local
1372 stat = TSTAT_DATA_OFFS(tcpu, tdata_traps) + entoffs; in trapstat_tlbent()
1399 ent = (uint32_t *)((uintptr_t)tcpu->tcpu_instr + entoffs); in trapstat_tlbent()
1400 orig = KERNELBASE + entoffs; in trapstat_tlbent()
1401 va = (uintptr_t)tcpu->tcpu_ibase + entoffs; in trapstat_tlbent()