Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c94 immu_flags_t immu_global_dvma_flags; variable
240 if (hasmapprop && (immu_devi->imd_dvma_flags ^ immu_global_dvma_flags)) in check_conf()
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.c763 immu_devi->imd_dvma_flags = immu_global_dvma_flags; in create_immu_devi()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h836 extern immu_flags_t immu_global_dvma_flags;