Lines Matching refs:immu_devi
185 immu_devi_t *immu_devi; in check_conf() local
201 immu_devi = immu_devi_get(dip); in check_conf()
206 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_conf()
213 immu_devi->imd_dvma_flags &= ~IMMU_FLAGS_UNITY; in check_conf()
217 old_premap = immu_devi->imd_use_premap; in check_conf()
222 immu_devi->imd_use_premap = B_FALSE; in check_conf()
229 immu_devi->imd_use_premap = B_TRUE; in check_conf()
236 if (hasmapprop && (immu_devi->imd_dvma_flags ^ immu_global_dvma_flags)) in check_conf()
238 immu_devi->imd_dvma_flags & IMMU_FLAGS_UNITY ? in check_conf()
241 if (haspreprop && (immu_devi->imd_use_premap != old_premap)) in check_conf()
243 immu_devi->imd_use_premap ? "" : "not "); in check_conf()
254 immu_devi_t *immu_devi; in check_usb() local
263 immu_devi = immu_devi_get(dip); in check_usb()
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()
289 immu_devi_t *immu_devi; in check_lpc() local
291 immu_devi = immu_devi_get(dip); in check_lpc()
292 if (immu_devi->imd_lpc == B_TRUE) { in check_lpc()
306 immu_devi_t *immu_devi; in check_gfx() local
308 immu_devi = immu_devi_get(dip); in check_gfx()
309 if (immu_devi->imd_display == B_TRUE) { in check_gfx()
310 immu_devi->imd_dvma_flags |= IMMU_FLAGS_UNITY; in check_gfx()