Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c62 uint_t mmu_hashcnt = DEFAULT_MAX_HASHCNT; variable
/titanic_41/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.s334 set mmu_hashcnt, %g4
/titanic_41/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;
/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c64 uint_t mmu_hashcnt = MAX_HASHCNT; variable
/titanic_41/usr/src/uts/sun4/vm/
H A Dvm_dep.h822 extern uint_t mmu_hashcnt;
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4017 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in hat_unlock()
4368 hmeblkp == NULL && hashno <= mmu_hashcnt; in hat_add_callback()
4576 hmeblkp == NULL && hashno <= mmu_hashcnt; in hat_delete_callback()
4964 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in sfmmu_chgattr()
5305 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in hat_chgprot()
5792 if (hashno < mmu_hashcnt) { in hat_unload_callback()
6379 if (!HME_REHASH(sfmmup) || (hashno >= mmu_hashcnt)) { in hat_sync()
8088 } while (HME_REHASH(sfmmup) && (hashno <= mmu_hashcnt)); in sfmmu_uvatopfn()
8154 } while (hashno <= mmu_hashcnt); in sfmmu_uvatopfn()
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c3003 mmu_hashcnt, in create_va_to_tte()