Home
last modified time | relevance | path

Searched refs:imd_dvma_flags (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()
240 if (hasmapprop && (immu_devi->imd_dvma_flags ^ immu_global_dvma_flags)) 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()
H A Dimmu_dvma.c763 immu_devi->imd_dvma_flags = immu_global_dvma_flags; in create_immu_devi()
1204 immu_flags |= immu_devi_get(rdip)->imd_dvma_flags; in device_domain()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h720 immu_flags_t imd_dvma_flags; member