Searched refs:sfmmu_ttecnt (Results 1 – 3 of 3) sorted by relevance
1523 sfmmup->sfmmu_ttecnt[i] = 0; in hat_alloc()1939 ASSERT(sfmmup->sfmmu_ttecnt[TTE8K] == 0); in hat_free_end()1940 ASSERT(sfmmup->sfmmu_ttecnt[TTE64K] == 0); in hat_free_end()1941 ASSERT(sfmmup->sfmmu_ttecnt[TTE512K] == 0); in hat_free_end()1942 ASSERT(sfmmup->sfmmu_ttecnt[TTE4M] == 0); in hat_free_end()1943 ASSERT(sfmmup->sfmmu_ttecnt[TTE32M] == 0); in hat_free_end()1944 ASSERT(sfmmup->sfmmu_ttecnt[TTE256M] == 0); in hat_free_end()3265 atomic_inc_ulong(&sfmmup->sfmmu_ttecnt[size]); in sfmmu_tteload_addentry()3631 ASSERT(sfmmup->sfmmu_ttecnt[TTE32M] == 0); in sfmmu_shadow_hcreate()3632 ASSERT(sfmmup->sfmmu_ttecnt[TTE256M] == 0); in sfmmu_shadow_hcreate()[all …]
671 ulong_t sfmmu_ttecnt[MMU_PAGE_SIZES]; member1195 ((sfmmup)->sfmmu_ttecnt[TTE512K] != 0 || \1196 (sfmmup)->sfmmu_ttecnt[TTE4M] != 0 || \1197 (sfmmup)->sfmmu_ttecnt[TTE32M] != 0 || \1198 (sfmmup)->sfmmu_ttecnt[TTE256M] != 0)
397 priv_4mttecnt += sfmmup->sfmmu_ttecnt[i] + in sfmmu_setup_tsbinfo()