Searched refs:tdp_mmu_next_root (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 107 static struct kvm_mmu_page *tdp_mmu_next_root(struct kvm *kvm, in tdp_mmu_next_root() function 151 for (_root = tdp_mmu_next_root(_kvm, NULL, _shared, _only_valid); \ 153 _root = tdp_mmu_next_root(_kvm, _root, _shared, _only_valid)) \ 162 for (_root = tdp_mmu_next_root(_kvm, NULL, _shared, false); \ 164 _root = tdp_mmu_next_root(_kvm, _root, _shared, false)) \
|