Home
last modified time | relevance | path

Searched refs:noncoherent (Results 1 – 5 of 5) sorted by relevance

/linux/virt/kvm/
A Dvfio.c32 bool noncoherent; member
160 bool noncoherent = false; in kvm_vfio_update_coherency() local
167 noncoherent = true; in kvm_vfio_update_coherency()
172 if (noncoherent != kv->noncoherent) { in kvm_vfio_update_coherency()
173 kv->noncoherent = noncoherent; in kvm_vfio_update_coherency()
175 if (kv->noncoherent) in kvm_vfio_update_coherency()
/linux/arch/powerpc/mm/
A DMakefile19 obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
/linux/arch/mips/mm/
A DMakefile33 obj-$(CONFIG_DMA_NONCOHERENT) += dma-noncoherent.o
/linux/drivers/scsi/
A D53c700.c279 if (h->noncoherent) in dma_sync_to_dev()
287 if (h->noncoherent) in dma_sync_from_dev()
308 hostdata->noncoherent = 1; in NCR_700_detect()
422 if (hostdata->noncoherent) in NCR_700_release()
A D53c700.h211 __u32 noncoherent:1; /* needs to use non-coherent DMA */ member

Completed in 9 milliseconds