Searched refs:can_yield (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | tdp_mmu.h | 19 gfn_t end, bool can_yield, bool flush);
|
D | tdp_mmu.c | 945 gfn_t start, gfn_t end, bool can_yield, bool flush) in tdp_mmu_zap_leafs() argument 956 if (can_yield && in tdp_mmu_zap_leafs() 985 bool can_yield, bool flush) in kvm_tdp_mmu_zap_leafs() argument 990 flush = tdp_mmu_zap_leafs(kvm, root, start, end, can_yield, flush); in kvm_tdp_mmu_zap_leafs()
|
D | mmu.c | 1975 struct kvm_mmu_page *parent, bool can_yield) in mmu_sync_children() argument 2002 if (!can_yield) { in mmu_sync_children()
|