Home
last modified time | relevance | path

Searched refs:mmu_hashcnt (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.S317 set mmu_hashcnt, %g4
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c63 uint_t mmu_hashcnt = DEFAULT_MAX_HASHCNT; variable
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_mmu.c205 mmu_hashcnt = MAX_HASHCNT; in mmu_init_mmu_page_sizes()
H A Dopl_olympus.c766 mmu_hashcnt = MAX_HASHCNT;
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c65 uint_t mmu_hashcnt = MAX_HASHCNT; variable
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h822 extern uint_t mmu_hashcnt;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3987 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in hat_unlock()
4337 hmeblkp == NULL && hashno <= mmu_hashcnt; in hat_add_callback()
4546 hmeblkp == NULL && hashno <= mmu_hashcnt; in hat_delete_callback()
4895 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in sfmmu_chgattr()
5224 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in hat_chgprot()
5690 if (hashno < mmu_hashcnt) { in hat_unload_callback()
6272 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in hat_sync()
7947 } while (HME_REHASH(sfmmup) && (hashno <= mmu_hashcnt)); in sfmmu_uvatopfn()
8013 } while (hashno <= mmu_hashcnt); in sfmmu_uvatopfn()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2977 mmu_hashcnt, in create_va_to_tte()