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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1318 atomic_t noncoherent_dma_count; member in struct:kvm_arch
/linux-master/arch/x86/kvm/
H A Dx86.c12547 atomic_set(&kvm->arch.noncoherent_dma_count, 0);
13443 if (atomic_inc_return(&kvm->arch.noncoherent_dma_count) == 1)
13450 if (!atomic_dec_return(&kvm->arch.noncoherent_dma_count))
13457 return atomic_read(&kvm->arch.noncoherent_dma_count);

Completed in 151 milliseconds