noncoherent_dma_count  874 arch/x86/include/asm/kvm_host.h 	atomic_t noncoherent_dma_count;
noncoherent_dma_count 9553 arch/x86/kvm/x86.c 	atomic_set(&kvm->arch.noncoherent_dma_count, 0);
noncoherent_dma_count 10284 arch/x86/kvm/x86.c 	atomic_inc(&kvm->arch.noncoherent_dma_count);
noncoherent_dma_count 10290 arch/x86/kvm/x86.c 	atomic_dec(&kvm->arch.noncoherent_dma_count);
noncoherent_dma_count 10296 arch/x86/kvm/x86.c 	return atomic_read(&kvm->arch.noncoherent_dma_count);