Searched refs:tdp_mmu_roots (Results 1 – 2 of 2) sorted by relevance
33 INIT_LIST_HEAD(&kvm->arch.tdp_mmu_roots); in kvm_mmu_init_tdp_mmu()42 WARN_ON(!list_empty(&kvm->arch.tdp_mmu_roots)); in kvm_mmu_uninit_tdp_mmu()46 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link)136 list_add(&root->link, &kvm->arch.tdp_mmu_roots); in get_tdp_mmu_vcpu_root()
1010 struct list_head tdp_mmu_roots; member