tdp_mmu_next_root
for (_root = tdp_mmu_next_root(_kvm, NULL, _types); \
_root = tdp_mmu_next_root(_kvm, _root, _types)) \
for (_root = tdp_mmu_next_root(_kvm, NULL, KVM_ALL_ROOTS); \
_root = tdp_mmu_next_root(_kvm, _root, KVM_ALL_ROOTS))