Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/mmu/
Dtdp_mmu.h17 return refcount_inc_not_zero(&root->tdp_mmu_root_count); in kvm_tdp_mmu_get_root()
Dmmu_internal.h101 refcount_t tdp_mmu_root_count; member
Dtdp_mmu.c81 if (!refcount_dec_and_test(&root->tdp_mmu_root_count)) in kvm_tdp_mmu_put_root()
248 refcount_set(&root->tdp_mmu_root_count, 2); in kvm_tdp_mmu_get_vcpu_root_hpa()
741 WARN_ON_ONCE(!refcount_read(&root->tdp_mmu_root_count)); in tdp_mmu_zap_root()