Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/virt/kvm/
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()
/kernel/linux/linux-5.10/arch/powerpc/mm/
DMakefile18 obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
/kernel/linux/linux-5.10/arch/mips/mm/
DMakefile29 obj-$(CONFIG_DMA_NONCOHERENT) += dma-noncoherent.o
/kernel/linux/linux-5.10/drivers/scsi/
D53c700.h212 __u32 noncoherent:1; /* needs to use non-coherent DMA */ member
D53c700.c280 if (h->noncoherent) in dma_sync_to_dev()
288 if (h->noncoherent) in dma_sync_from_dev()
309 hostdata->noncoherent = 1; in NCR_700_detect()
423 if (hostdata->noncoherent) in NCR_700_release()