Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dtdp_mmu.c23 INIT_LIST_HEAD(&kvm->arch.tdp_mmu_roots); in kvm_mmu_init_tdp_mmu()
47 WARN_ON(!list_empty(&kvm->arch.tdp_mmu_roots)); in kvm_mmu_uninit_tdp_mmu()
202 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
206 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
214 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
258 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link) \
326 list_add_rcu(&root->link, &kvm->arch.tdp_mmu_roots); in kvm_tdp_mmu_get_vcpu_root_hpa()
1044 list_for_each_entry(root, &kvm->arch.tdp_mmu_roots, link) { in kvm_tdp_mmu_invalidate_all_roots()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h1407 struct list_head tdp_mmu_roots; member

Completed in 15 milliseconds