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

/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c17 INIT_LIST_HEAD(&kvm->arch.tdp_mmu_roots);
44 WARN_ON(!list_empty(&kvm->arch.tdp_mmu_roots));
102 * Returns NULL if the end of tdp_mmu_roots was reached.
119 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots,
123 next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots,
131 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots,
175 list_for_each_entry(_root, &_kvm->arch.tdp_mmu_roots, link) \
257 list_for_each_entry(root, &kvm->arch.tdp_mmu_roots, link) {
274 list_add_rcu(&root->link, &kvm->arch.tdp_mmu_roots);
975 list_for_each_entry(root, &kvm->arch.tdp_mmu_roots, lin
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1448 struct list_head tdp_mmu_roots; member in struct:kvm_arch
1453 * - tdp_mmu_roots (above)

Completed in 140 milliseconds