Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c119 static struct kvm_mmu_page *tdp_mmu_next_root(struct kvm *kvm, in tdp_mmu_next_root() function
168 for (_root = tdp_mmu_next_root(_kvm, NULL, _types); \
170 _root = tdp_mmu_next_root(_kvm, _root, _types)) \
178 for (_root = tdp_mmu_next_root(_kvm, NULL, KVM_ALL_ROOTS); \
180 _root = tdp_mmu_next_root(_kvm, _root, KVM_ALL_ROOTS))