Searched refs:tagaccess (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | wbuf.s | 78 mov %g6, %g2 ! arg2 = tagaccess 214 mov %g6, %g2 ! arg2 = tagaccess 403 mov %g6, %g2 ! arg2 = tagaccess
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | wbuf.s | 77 mov %g6, %g2 ! arg2 = tagaccess 211 mov %g6, %g2 ! arg2 = tagaccess 341 mov %g6, %g2 ! arg2 = tagaccess
|
/titanic_44/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 326 #define GET_4M_PFN_OFF(tte, tagaccess, pfn, tmp, label) \ argument 331 srlx tagaccess, MMU_PAGESHIFT4M, tagaccess ;\ 335 and tagaccess, 0x7, tagaccess /* 32M page size */ ;\ 336 and tagaccess, 0x3f, tagaccess /* else 256M page size */ ;\ 338 sllx tagaccess, MMU_PAGESHIFT4M, pfn
|
/titanic_44/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 11874 sfmmu_tsbmiss_exception(struct regs *rp, uintptr_t tagaccess, uint_t traptype) in sfmmu_tsbmiss_exception() argument 11892 ctxtype = tagaccess & TAGACC_CTX_MASK; in sfmmu_tsbmiss_exception() 11909 caddr_t addr = (caddr_t)(tagaccess & TAGACC_VADDR_MASK); in sfmmu_tsbmiss_exception() 12058 trap(rp, (caddr_t)tagaccess, traptype, 0); in sfmmu_tsbmiss_exception()
|