Searched refs:sfmmu_cext (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_mmu.c114 * mmu_set_ctx_page_sizes to set up the values in the sfmmu_cext that
442 if (hat->sfmmu_cext != new_cext) {
453 hat->sfmmu_cext = new_cext;
458 * rest of the chores reprogramming the hat->sfmmu_cext
583 hat->sfmmu_cext = new_cext_primary;
H A Dopl_olympus.c105 * The sfmmu_cext field to be used by processes in a shared context domain.
757 scdp->scd_sfmmup->sfmmu_cext = shctx_cext;
934 new_cext = hat->sfmmu_scdp->scd_sfmmup->sfmmu_cext;
943 if (hat->sfmmu_cext != new_cext) {
954 hat->sfmmu_cext = new_cext;
2194 hat->sfmmu_cext = new_cext_primary;
H A Dopl_olympus_asm.s124 ldub [%o1 + SFMMU_CEXT], %o4 ! %o4 = sfmmup->sfmmu_cext
H A Dus3_common_asm.s232 ldub [%o1 + SFMMU_CEXT], %o4 ! %o4 = sfmmup->sfmmu_cext
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h694 uchar_t sfmmu_cext; /* context page size encoding */ member in struct:hat
H A Dhat_sfmmu.c1474 sfmmup->sfmmu_cext = 0;
1492 sfmmup->sfmmu_cext = 0;
13572 pgsz_cnum |= (ksfmmup->sfmmu_cext << CTXREG_EXT_SHIFT);

Completed in 111 milliseconds