Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1522 sfmmup->sfmmu_ttecnt[i] = 0; in hat_alloc()
1935 ASSERT(sfmmup->sfmmu_ttecnt[TTE8K] == 0); in hat_free_end()
1936 ASSERT(sfmmup->sfmmu_ttecnt[TTE64K] == 0); in hat_free_end()
1937 ASSERT(sfmmup->sfmmu_ttecnt[TTE512K] == 0); in hat_free_end()
1938 ASSERT(sfmmup->sfmmu_ttecnt[TTE4M] == 0); in hat_free_end()
1939 ASSERT(sfmmup->sfmmu_ttecnt[TTE32M] == 0); in hat_free_end()
1940 ASSERT(sfmmup->sfmmu_ttecnt[TTE256M] == 0); in hat_free_end()
10099 ttecnt[i] = sfmmup->sfmmu_ttecnt[i] + in sfmmu_check_page_sizes()
10305 ASSERT(sfmmup->sfmmu_ttecnt[TTE8K] == 0); in sfmmu_free_sfmmu()
10308 ASSERT(sfmmup->sfmmu_ttecnt[TTE4M] == 0); in sfmmu_free_sfmmu()
[all …]
H A Dhat_sfmmu.h668 ulong_t sfmmu_ttecnt[MMU_PAGE_SIZES]; member
1192 ((sfmmup)->sfmmu_ttecnt[TTE512K] != 0 || \
1193 (sfmmup)->sfmmu_ttecnt[TTE4M] != 0 || \
1194 (sfmmup)->sfmmu_ttecnt[TTE32M] != 0 || \
1195 (sfmmup)->sfmmu_ttecnt[TTE256M] != 0)
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c397 priv_4mttecnt += sfmmup->sfmmu_ttecnt[i] + in sfmmu_setup_tsbinfo()