Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dtdp_mmu.c25 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()
117 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
121 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
125 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
154 list_for_each_entry_rcu(_root, &_kvm->arch.tdp_mmu_roots, link, \
214 list_add_rcu(&root->link, &kvm->arch.tdp_mmu_roots); in kvm_tdp_mmu_get_vcpu_root_hpa()
803 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root()
807 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root()
812 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root()
[all …]
/linux/arch/x86/include/asm/
A Dkvm_host.h1192 struct list_head tdp_mmu_roots; member

Completed in 16 milliseconds