Home
last modified time | relevance | path

Searched refs:immu_dvma_coherent (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_regs.c381 immu->immu_dvma_coherent = B_TRUE; in setup_regs()
383 immu->immu_dvma_coherent = B_FALSE; in setup_regs()
649 if (immu->immu_dvma_coherent == B_TRUE) in immu_regs_cpu_flush()
H A Dimmu.c842 immu->immu_dvma_coherent = B_FALSE; in immu_state_alloc()
H A Dimmu_dvma.c446 if (!immu->immu_dvma_coherent) in pgtable_ctor()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h589 boolean_t immu_dvma_coherent; member