Home
last modified time | relevance | path

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

/Linux-v6.1/virt/kvm/
Dvfio.c35 bool noncoherent; member
122 bool noncoherent = false; in kvm_vfio_update_coherency() local
129 noncoherent = true; in kvm_vfio_update_coherency()
134 if (noncoherent != kv->noncoherent) { in kvm_vfio_update_coherency()
135 kv->noncoherent = noncoherent; in kvm_vfio_update_coherency()
137 if (kv->noncoherent) in kvm_vfio_update_coherency()
/Linux-v6.1/arch/powerpc/mm/
DMakefile18 obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
/Linux-v6.1/arch/riscv/mm/
DMakefile33 obj-$(CONFIG_RISCV_DMA_NONCOHERENT) += dma-noncoherent.o
/Linux-v6.1/arch/mips/mm/
DMakefile33 obj-$(CONFIG_DMA_NONCOHERENT) += dma-noncoherent.o
/Linux-v6.1/drivers/scsi/
D53c700.h211 __u32 noncoherent:1; /* needs to use non-coherent DMA */ member
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()