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

/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s77 mov %g6, %g2 ! arg2 = tagaccess
211 mov %g6, %g2 ! arg2 = tagaccess
341 mov %g6, %g2 ! arg2 = tagaccess
395 mov %g6, %g2 ! arg2 = tagaccess
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s78 mov %g6, %g2 ! arg2 = tagaccess
214 mov %g6, %g2 ! arg2 = tagaccess
403 mov %g6, %g2 ! arg2 = tagaccess
460 mov %g6, %g2 ! arg2 = tagaccess
/opensolaris-onvv-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s320 * tagaccess = tag access register, used to get 4M pfn bits (ro)
326 #define GET_4M_PFN_OFF(tte, tagaccess, pfn, tmp, label) \
328 * Get 4M bits from tagaccess for 32M, 256M pagesizes. ;\
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_PAGESHIFT4
[all...]
/opensolaris-onvv-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11935 sfmmu_tsbmiss_exception(struct regs *rp, uintptr_t tagaccess, uint_t traptype) argument
11951 * while sun4v passes ctxtype in the tagaccess register.
11953 ctxtype = tagaccess & TAGACC_CTX_MASK;
11970 caddr_t addr = (caddr_t)(tagaccess & TAGACC_VADDR_MASK);
12119 trap(rp, (caddr_t)tagaccess, traptype, 0);

Completed in 196 milliseconds