Home
last modified time | relevance | path

Searched refs:noncoherent_dma_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h590 atomic_t noncoherent_dma_count; member
/linux-4.1.27/arch/x86/kvm/
Dx86.c7426 atomic_set(&kvm->arch.noncoherent_dma_count, 0); in kvm_arch_init_vm()
7958 atomic_inc(&kvm->arch.noncoherent_dma_count); in kvm_arch_register_noncoherent_dma()
7964 atomic_dec(&kvm->arch.noncoherent_dma_count); in kvm_arch_unregister_noncoherent_dma()
7970 return atomic_read(&kvm->arch.noncoherent_dma_count); in kvm_arch_has_noncoherent_dma()