Searched refs:noncoherent (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/riscv/mm/
H A Dcache-ops.c6 #include <asm/dma-noncoherent.h>
H A Dpmem.c10 #include <asm/dma-noncoherent.h>
H A DMakefile37 obj-$(CONFIG_RISCV_DMA_NONCOHERENT) += dma-noncoherent.o
H A Ddma-noncoherent.c12 #include <asm/dma-noncoherent.h>
/linux-master/arch/powerpc/mm/
H A DMakefile18 obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
/linux-master/virt/kvm/
H A Dvfio.c35 bool noncoherent; member in struct:kvm_vfio
117 * noncoherent. This means we only ever [un]register_noncoherent_dma once
123 bool noncoherent = false; local
128 noncoherent = true;
133 if (noncoherent != kv->noncoherent) {
134 kv->noncoherent = noncoherent;
136 if (kv->noncoherent)
/linux-master/arch/mips/mm/
H A DMakefile33 obj-$(CONFIG_DMA_NONCOHERENT) += dma-noncoherent.o
/linux-master/drivers/cache/
H A Dax45mp_cache.c14 #include <asm/dma-noncoherent.h>
H A Dsifive_ccache.c22 #include <asm/dma-noncoherent.h>
/linux-master/arch/riscv/errata/thead/
H A Derrata.c15 #include <asm/dma-noncoherent.h>
/linux-master/drivers/scsi/
H A D53c700.h211 __u32 noncoherent:1; /* needs to use non-coherent DMA */ member in struct:NCR_700_Host_Parameters
H A D53c700.c279 if (h->noncoherent)
287 if (h->noncoherent)
308 hostdata->noncoherent = 1;
422 if (hostdata->noncoherent)

Completed in 173 milliseconds