Home
last modified time | relevance | path

Searched refs:IMMU_FLAGS_UNITY (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu.c206 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_conf()
213 immu_devi->imd_dvma_flags &= ~IMMU_FLAGS_UNITY; in check_conf()
238 immu_devi->imd_dvma_flags & IMMU_FLAGS_UNITY ? in check_conf()
270 if (immu_devi->imd_dvma_flags & IMMU_FLAGS_UNITY) in check_usb()
275 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_usb()
310 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_gfx()
463 immu_global_dvma_flags |= IMMU_FLAGS_UNITY; in get_boot_dvma_mode()
465 immu_global_dvma_flags &= ~IMMU_FLAGS_UNITY; in get_boot_dvma_mode()
483 immu_global_dvma_flags |= IMMU_FLAGS_UNITY; in get_conf_dvma_mode()
485 immu_global_dvma_flags &= ~IMMU_FLAGS_UNITY; in get_conf_dvma_mode()
H A Dimmu_dvma.c879 (dvp->dva_flags & IMMU_FLAGS_UNITY)) { in get_branch_domain()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dimmu.h192 IMMU_FLAGS_UNITY = 0x100, enumerator