Home
last modified time | relevance | path

Searched refs:sfmmu_hmeregion_links (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h479 lnkp = (sfmmup)->sfmmu_hmeregion_links[_l1ix]; \
485 if ((sfmmup)->sfmmu_hmeregion_links[_l1ix] != NULL) { \
488 lnkp = (sfmmup)->sfmmu_hmeregion_links[_l1ix]; \
491 (sfmmup)->sfmmu_hmeregion_links[_l1ix] = lnkp; \
497 ASSERT((sfmmup)->sfmmu_hmeregion_links[_l1ix] == NULL); \
498 (sfmmup)->sfmmu_hmeregion_links[_l1ix] = lnkp; \
699 sf_rgn_link_t *sfmmu_hmeregion_links[SFMMU_L1_HMERLINKS]; member
H A Dhat_sfmmu.c1544 bzero(sfmmup->sfmmu_hmeregion_links, SFMMU_L1_HMERLINKS_SIZE); in hat_alloc()
1956 if (sfmmup->sfmmu_hmeregion_links[i] != NULL) { in hat_free_end()
1957 kmem_free(sfmmup->sfmmu_hmeregion_links[i], in hat_free_end()
1959 sfmmup->sfmmu_hmeregion_links[i] = NULL; in hat_free_end()
1967 ASSERT(sfmmup->sfmmu_hmeregion_links[i] == NULL); in hat_free_end()
14879 bzero(scsfmmup->sfmmu_hmeregion_links, SFMMU_L1_HMERLINKS_SIZE); in sfmmu_alloc_scd()
15275 if (scsfmmup->sfmmu_hmeregion_links[i] != NULL) { in sfmmu_destroy_scd()
15276 kmem_free(scsfmmup->sfmmu_hmeregion_links[i], in sfmmu_destroy_scd()
15278 scsfmmup->sfmmu_hmeregion_links[i] = NULL; in sfmmu_destroy_scd()