Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c107 SFMMU_REGION_HME); \
127 SFMMU_REGION_HME); \
13841 SFMMU_REGION_HME; in hat_join_region()
13846 if (r_type == SFMMU_REGION_HME && ((r_obj != srdp->srd_evp) || in hat_join_region()
13892 if (r_type == SFMMU_REGION_HME) { in hat_join_region()
14117 SFMMU_REGION_HME; in hat_leave_region()
14170 ASSERT(r_type == SFMMU_REGION_HME); in hat_leave_region()
14226 if (r_type == SFMMU_REGION_HME) { in hat_leave_region()
14313 ASSERT((rgnp->rgn_flags & SFMMU_REGION_TYPE_MASK) == SFMMU_REGION_HME); in hat_dup_region()
H A Dhat_sfmmu.h383 #define SFMMU_REGION_HME 0x1 macro