Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.S75 mov %g6, %g2 ! arg2 = tagaccess
211 mov %g6, %g2 ! arg2 = tagaccess
400 mov %g6, %g2 ! arg2 = tagaccess
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.S74 mov %g6, %g2 ! arg2 = tagaccess
208 mov %g6, %g2 ! arg2 = tagaccess
338 mov %g6, %g2 ! arg2 = tagaccess
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S317 #define GET_4M_PFN_OFF(tte, tagaccess, pfn, tmp, label) \ argument
322 srlx tagaccess, MMU_PAGESHIFT4M, tagaccess ;\
326 and tagaccess, 0x7, tagaccess /* 32M page size */ ;\
327 and tagaccess, 0x3f, tagaccess /* else 256M page size */ ;\
329 sllx tagaccess, MMU_PAGESHIFT4M, pfn
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11687 sfmmu_tsbmiss_exception(struct regs *rp, uintptr_t tagaccess, uint_t traptype) in sfmmu_tsbmiss_exception() argument
11705 ctxtype = tagaccess & TAGACC_CTX_MASK; in sfmmu_tsbmiss_exception()
11722 caddr_t addr = (caddr_t)(tagaccess & TAGACC_VADDR_MASK); in sfmmu_tsbmiss_exception()
11871 trap(rp, (caddr_t)tagaccess, traptype, 0); in sfmmu_tsbmiss_exception()