Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c14039 r_type = (r_type == HAT_REGION_ISM) ? SFMMU_REGION_ISM : in hat_join_region()
14052 if (r_type == SFMMU_REGION_ISM) { in hat_join_region()
14191 if (r_type == SFMMU_REGION_ISM) { in hat_join_region()
14315 r_type = (r_type == HAT_REGION_ISM) ? SFMMU_REGION_ISM : in hat_leave_region()
14318 if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
14345 if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
14357 } else if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
14460 if (r_type == SFMMU_REGION_ISM) { in hat_leave_region()
15340 ASSERT(r_type != SFMMU_REGION_ISM || in sfmmu_leave_scd()
15350 if (r_type != SFMMU_REGION_ISM) { in sfmmu_leave_scd()
[all …]
H A Dhat_sfmmu.h384 #define SFMMU_REGION_ISM 0x2 macro