Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12144 sfmmup = rgnp->rgn_sfmmu_head; in sfmmu_rgntlb_demap()
13904 ASSERT(rgnp->rgn_sfmmu_head == NULL); in sfmmu_leave_srd()
13926 ASSERT(rgnp->rgn_sfmmu_head == NULL); in sfmmu_leave_srd()
14251 ASSERT(rgnp->rgn_sfmmu_head == NULL); in hat_join_region()
14479 ASSERT(rgnp->rgn_sfmmu_head == NULL); in hat_leave_region()
14527 ASSERT(rgnp->rgn_sfmmu_head != NULL); in hat_dup_region()
14529 SFMMU_HMERID2RLINKP(rgnp->rgn_sfmmu_head, rid, hrlink, 0, 0); in hat_dup_region()
14532 rlink->next = rgnp->rgn_sfmmu_head; in hat_dup_region()
14540 rgnp->rgn_sfmmu_head = sfmmup; in hat_dup_region()
14851 if ((head = rgnp->rgn_sfmmu_head) == NULL) { in sfmmu_link_to_hmeregion()
[all …]
H A Dhat_sfmmu.h408 sfmmu_t *rgn_sfmmu_head; member