Home
last modified time | relevance | path

Searched refs:mmu_ctxp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1607 mmu_ctx_t *mmu_ctxp; in sfmmu_cpu_init() local
1682 mmu_ctx_t *mmu_ctxp; in sfmmu_cpu_cleanup() local
1791 mmu_ctx_t *mmu_ctxp; in sfmmu_ctxdoms_lock() local
1809 mmu_ctxp->mmu_cnum = mmu_ctxp->mmu_nctxs; in sfmmu_ctxdoms_lock()
1831 mmu_ctx_t *mmu_ctxp; in sfmmu_ctxdoms_update() local
9623 ASSERT(mmu_ctxp); in sfmmu_get_ctx()
9625 ASSERT(mmu_ctxp == mmu_ctxs_tbl[mmu_ctxp->mmu_idx]); in sfmmu_get_ctx()
9630 if (mmu_ctxp->mmu_cnum == mmu_ctxp->mmu_nctxs) in sfmmu_get_ctx()
9683 if (mmu_ctxp->mmu_cnum < mmu_ctxp->mmu_nctxs) in sfmmu_ctx_wrap_around()
12428 ASSERT(mmu_ctxp); in sfmmu_invalidate_ctx()
[all …]
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S572 ! load global mmu_ctxp info
583 ! load global mmu_ctxp gnum
584 ldx [%o3 + MMU_CTX_GNUM], %o4 ! %o4 = mmu_ctxp->gnum
587 cmp %o4, %g0 ! mmu_ctxp->gnum should never be 0
723 add %o1, 1, %o5 ! %o5 = mmu_ctxp->cnum + 1
735 ! %g3 = addr of mmu_ctxp->cnum
736 ! %o5 = mmu_ctxp->cnum + 1
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c697 mmu_ctx_t *mmu_ctxp; in mondo_recover_proc() local
757 mmu_ctxp = CPU_MMU_CTXP(cp); in mondo_recover_proc()
758 ASSERT(mmu_ctxp); in mondo_recover_proc()
759 cnum = hat->sfmmu_ctxs[mmu_ctxp->mmu_idx].cnum; in mondo_recover_proc()
763 (cnum >= mmu_ctxp->mmu_nctxs)) { in mondo_recover_proc()