Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c210 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_conf()
217 immu_devi->imd_dvma_flags &= ~IMMU_FLAGS_UNITY; in check_conf()
242 immu_devi->imd_dvma_flags & IMMU_FLAGS_UNITY ? in check_conf()
278 if (immu_devi->imd_dvma_flags & IMMU_FLAGS_UNITY) in check_usb()
283 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_usb()
318 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_gfx()
469 immu_global_dvma_flags |= IMMU_FLAGS_UNITY; in get_boot_dvma_mode()
471 immu_global_dvma_flags &= ~IMMU_FLAGS_UNITY; in get_boot_dvma_mode()
489 immu_global_dvma_flags |= IMMU_FLAGS_UNITY; in get_conf_dvma_mode()
491 immu_global_dvma_flags &= ~IMMU_FLAGS_UNITY; in get_conf_dvma_mode()
H A Dimmu_dvma.c881 (dvp->dva_flags & IMMU_FLAGS_UNITY)) { in get_branch_domain()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h192 IMMU_FLAGS_UNITY = 0x100, enumerator