Home
last modified time | relevance | path

Searched refs:tdp_mmu_root_count (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/mmu/
A Dmmu_internal.h59 refcount_t tdp_mmu_root_count; member
A Dtdp_mmu.h16 return refcount_inc_not_zero(&root->tdp_mmu_root_count); in kvm_tdp_mmu_get_root()
A Dtdp_mmu.c87 if (!refcount_dec_and_test(&root->tdp_mmu_root_count)) in kvm_tdp_mmu_put_root()
211 refcount_set(&root->tdp_mmu_root_count, 1); in kvm_tdp_mmu_get_vcpu_root_hpa()
811 refcount_read(&next_root->tdp_mmu_root_count))) in next_invalidated_root()
889 if (refcount_inc_not_zero(&root->tdp_mmu_root_count)) in kvm_tdp_mmu_invalidate_all_roots()

Completed in 11 milliseconds