Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c11957 sfmmup = rgnp->rgn_sfmmu_head; in sfmmu_rgntlb_demap()
13712 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()
14327 rlink->next = rgnp->rgn_sfmmu_head; in hat_dup_region()
14335 rgnp->rgn_sfmmu_head = sfmmup; in hat_dup_region()
14654 rgnp->rgn_sfmmu_head = sfmmup; in sfmmu_link_to_hmeregion()
14668 rgnp->rgn_sfmmu_head = sfmmup; in sfmmu_link_to_hmeregion()
14689 if (rgnp->rgn_sfmmu_head == sfmmup) { in sfmmu_unlink_from_hmeregion()
[all …]
H A Dhat_sfmmu.h408 sfmmu_t *rgn_sfmmu_head; member