Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h133 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
220 MMU_FAULT_STATUS_AREA(ctxtype); \
221 ldx [ctxtype + MMFSA_I_ADDR], ptagacc; \
222 ldx [ctxtype + MMFSA_I_CTX], ctxtype; \
224 cmp ctxtype, USER_CONTEXT_TYPE; \
[all …]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11690 uint_t ctxtype; in sfmmu_tsbmiss_exception() local
11705 ctxtype = tagaccess & TAGACC_CTX_MASK; in sfmmu_tsbmiss_exception()
11707 ASSERT(sfmmup != ksfmmup && ctxtype != KCONTEXT); in sfmmu_tsbmiss_exception()
11710 ctxtype == INVALID_CONTEXT); in sfmmu_tsbmiss_exception()
11712 if (ctxtype != INVALID_CONTEXT && traptype != T_DATA_PROT) { in sfmmu_tsbmiss_exception()
11769 } else if (ctxtype == INVALID_CONTEXT) { in sfmmu_tsbmiss_exception()