Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c13840 r_type = (r_type == HAT_REGION_ISM) ? SFMMU_REGION_ISM : in hat_join_region()
13853 if (r_type == SFMMU_REGION_ISM) { in hat_join_region()
13992 if (r_type == SFMMU_REGION_ISM) { in hat_join_region()
14116 r_type = (r_type == HAT_REGION_ISM) ? SFMMU_REGION_ISM : in hat_leave_region()
14119 if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
14140 if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
14152 } else if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
14255 if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
15135 ASSERT(r_type != SFMMU_REGION_ISM || in sfmmu_leave_scd()
15145 if (r_type != SFMMU_REGION_ISM) { in sfmmu_leave_scd()
[all …]
H A Dhat_sfmmu.h384 #define SFMMU_REGION_ISM 0x2 macro