Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1365 atomic_t noncoherent_dma_count; member
/linux-6.15/arch/x86/kvm/
H A Dx86.c12738 atomic_set(&kvm->arch.noncoherent_dma_count, 0); in kvm_arch_init_vm()
13544 if (atomic_inc_return(&kvm->arch.noncoherent_dma_count) == 1) in kvm_arch_register_noncoherent_dma()
13551 if (!atomic_dec_return(&kvm->arch.noncoherent_dma_count)) in kvm_arch_unregister_noncoherent_dma()
13558 return atomic_read(&kvm->arch.noncoherent_dma_count); in kvm_arch_has_noncoherent_dma()