Home
last modified time | relevance | path

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

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