Home
last modified time | relevance | path

Searched refs:tdp_mmu_roots (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/x86/kvm/mmu/
Dtdp_mmu.c17 INIT_LIST_HEAD(&kvm->arch.tdp_mmu_roots); in kvm_mmu_init_tdp_mmu()
44 WARN_ON(!list_empty(&kvm->arch.tdp_mmu_roots)); in kvm_mmu_uninit_tdp_mmu()
116 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
120 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
128 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
176 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link) \
251 list_add_rcu(&root->link, &kvm->arch.tdp_mmu_roots); in kvm_tdp_mmu_get_vcpu_root_hpa()
934 list_for_each_entry(root, &kvm->arch.tdp_mmu_roots, link) { in kvm_tdp_mmu_invalidate_all_roots()
/linux-6.6.21/arch/x86/include/asm/
Dkvm_host.h1407 struct list_head tdp_mmu_roots; member