Searched refs:tdp_mmu_iter_cond_resched (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 812 static inline bool __must_check tdp_mmu_iter_cond_resched(struct kvm *kvm, in tdp_mmu_iter_cond_resched() function 864 if (tdp_mmu_iter_cond_resched(kvm, &iter, false, shared)) in __tdp_mmu_zap_root() 957 tdp_mmu_iter_cond_resched(kvm, &iter, flush, false)) { in tdp_mmu_zap_leafs() 1377 if (tdp_mmu_iter_cond_resched(kvm, &iter, false, true)) in wrprot_gfn_range() 1539 if (tdp_mmu_iter_cond_resched(kvm, &iter, false, shared)) in tdp_mmu_split_huge_pages_root() 1619 if (tdp_mmu_iter_cond_resched(kvm, &iter, false, true)) in clear_dirty_gfn_range() 1745 if (tdp_mmu_iter_cond_resched(kvm, &iter, false, true)) in zap_collapsible_spte_range()
|