Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11955 sfmmup = rgnp->rgn_sfmmu_head; in sfmmu_rgntlb_demap()
13712 ASSERT(rgnp->rgn_sfmmu_head == NULL); in sfmmu_leave_srd()
13734 ASSERT(rgnp->rgn_sfmmu_head == NULL); in sfmmu_leave_srd()
14052 ASSERT(rgnp->rgn_sfmmu_head == NULL); in hat_join_region()
14274 ASSERT(rgnp->rgn_sfmmu_head == NULL); in hat_leave_region()
14322 ASSERT(rgnp->rgn_sfmmu_head != NULL); in hat_dup_region()
14324 SFMMU_HMERID2RLINKP(rgnp->rgn_sfmmu_head, rid, hrlink, 0, 0); in hat_dup_region()
14327 rlink->next = rgnp->rgn_sfmmu_head; in hat_dup_region()
14335 rgnp->rgn_sfmmu_head = sfmmup; in hat_dup_region()
14646 if ((head = rgnp->rgn_sfmmu_head) == NULL) { in sfmmu_link_to_hmeregion()
[all …]
H A Dhat_sfmmu.h408 sfmmu_t *rgn_sfmmu_head; member