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()56 if (list_entry_is_head(root, &kvm->arch.tdp_mmu_roots, link)) in tdp_mmu_next_root_valid()81 for (_root = list_first_entry(&_kvm->arch.tdp_mmu_roots, \87 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link)177 list_add(&root->link, &kvm->arch.tdp_mmu_roots); in get_tdp_mmu_vcpu_root()
1015 struct list_head tdp_mmu_roots; member