Searched refs:ctxtype (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun4v/vm/ |
H A D | mach_sfmmu.h | 132 #define GET_MMU_D_PTAGACC_CTXTYPE(ptagacc, ctxtype) \ argument 133 MMU_FAULT_STATUS_AREA(ctxtype); \ 134 ldx [ctxtype + MMFSA_D_ADDR], ptagacc; \ 135 ldx [ctxtype + MMFSA_D_CTX], ctxtype; \ 137 cmp ctxtype, USER_CONTEXT_TYPE; \ 139 movgu %icc, USER_CONTEXT_TYPE, ctxtype; \ 140 or ptagacc, ctxtype, ptagacc 219 #define GET_MMU_I_PTAGACC_CTXTYPE(ptagacc, ctxtype) \ argument 220 MMU_FAULT_STATUS_AREA(ctxtype); \ 221 ldx [ctxtype + MMFSA_I_ADDR], ptagacc; \ [all …]
|
/titanic_44/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 11877 uint_t ctxtype; in sfmmu_tsbmiss_exception() local 11892 ctxtype = tagaccess & TAGACC_CTX_MASK; in sfmmu_tsbmiss_exception() 11894 ASSERT(sfmmup != ksfmmup && ctxtype != KCONTEXT); in sfmmu_tsbmiss_exception() 11897 ctxtype == INVALID_CONTEXT); in sfmmu_tsbmiss_exception() 11899 if (ctxtype != INVALID_CONTEXT && traptype != T_DATA_PROT) { in sfmmu_tsbmiss_exception() 11956 } else if (ctxtype == INVALID_CONTEXT) { in sfmmu_tsbmiss_exception()
|