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

/linux-4.4.14/arch/mips/include/asm/mach-ath79/
H A Dkernel-entry-init.h16 * 'Cacheable, noncoherent, write-through, no write allocate'
18 * 'Cacheable, noncoherent, write-back, write allocate'
/linux-4.4.14/virt/kvm/
H A Dvfio.c31 bool noncoherent; member in struct:kvm_vfio
83 * each group and bail as soon as we find one that's noncoherent. This
89 bool noncoherent = false; kvm_vfio_update_coherency() local
96 noncoherent = true; kvm_vfio_update_coherency()
101 if (noncoherent != kv->noncoherent) { kvm_vfio_update_coherency()
102 kv->noncoherent = noncoherent; kvm_vfio_update_coherency()
104 if (kv->noncoherent) kvm_vfio_update_coherency()
/linux-4.4.14/arch/powerpc/mm/
H A DMakefile36 obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
/linux-4.4.14/arch/x86/kvm/
H A Diommu.c177 bool noncoherent; kvm_assign_device() local
192 noncoherent = !iommu_capable(&pci_bus_type, IOMMU_CAP_CACHE_COHERENCY); kvm_assign_device()
195 if (noncoherent != kvm->arch.iommu_noncoherent) { kvm_assign_device()
197 kvm->arch.iommu_noncoherent = noncoherent; kvm_assign_device()
/linux-4.4.14/drivers/base/
H A Ddma-mapping.c152 * @dev: Device to free noncoherent memory for
/linux-4.4.14/arch/mips/include/asm/
H A Dpgtable-bits.h236 use it for "noncoherent" spaces, too. Shouldn't hurt. */
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgru_instructions.h238 #define IAA_NCRAM 0x2 /* noncoherent RAM access */
239 #define IAA_MMIO 0x1 /* noncoherent memory-mapped I/O space */
/linux-4.4.14/arch/metag/kernel/
H A Ddma.c2 * Meta version derived from arch/powerpc/lib/dma-noncoherent.c
/linux-4.4.14/sound/soc/txx9/
H A Dtxx9aclc.c39 * needs more works for noncoherent MIPS.
/linux-4.4.14/arch/mips/kvm/
H A Dtrap_emul.c469 /* Have config1, Cacheable, noncoherent, write-back, write allocate */ kvm_trap_emul_vcpu_setup()

Completed in 489 milliseconds