Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h928 atomic_t noncoherent_dma_count; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1282 atomic_t noncoherent_dma_count; member
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c10638 atomic_set(&kvm->arch.noncoherent_dma_count, 0); in kvm_arch_init_vm()
11382 atomic_inc(&kvm->arch.noncoherent_dma_count); in kvm_arch_register_noncoherent_dma()
11388 atomic_dec(&kvm->arch.noncoherent_dma_count); in kvm_arch_unregister_noncoherent_dma()
11394 return atomic_read(&kvm->arch.noncoherent_dma_count); in kvm_arch_has_noncoherent_dma()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c12336 atomic_set(&kvm->arch.noncoherent_dma_count, 0); in kvm_arch_init_vm()
13213 atomic_inc(&kvm->arch.noncoherent_dma_count); in kvm_arch_register_noncoherent_dma()
13219 atomic_dec(&kvm->arch.noncoherent_dma_count); in kvm_arch_unregister_noncoherent_dma()
13225 return atomic_read(&kvm->arch.noncoherent_dma_count); in kvm_arch_has_noncoherent_dma()

Completed in 40 milliseconds