Searched refs:noncoherent_dma_count (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c12615 atomic_set(&kvm->arch.noncoherent_dma_count, 0);
13511 if (atomic_inc_return(&kvm->arch.noncoherent_dma_count) == 1)
13518 if (!atomic_dec_return(&kvm->arch.noncoherent_dma_count))
13525 return atomic_read(&kvm->arch.noncoherent_dma_count);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1322 atomic_t noncoherent_dma_count; member in struct:kvm_arch

Completed in 530 milliseconds