Searched refs:can_yield (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/x86/kvm/mmu/ |
D | tdp_mmu.h | 19 gfn_t end, bool can_yield, bool flush);
|
D | tdp_mmu.c | 947 gfn_t start, gfn_t end, bool can_yield, bool flush) in tdp_mmu_zap_leafs() argument 958 if (can_yield && in tdp_mmu_zap_leafs() 988 bool can_yield, bool flush) in kvm_tdp_mmu_zap_leafs() argument 993 flush = tdp_mmu_zap_leafs(kvm, root, start, end, can_yield, flush); in kvm_tdp_mmu_zap_leafs()
|
D | mmu.c | 1971 struct kvm_mmu_page *parent, bool can_yield) in mmu_sync_children() argument 1998 if (!can_yield) { in mmu_sync_children()
|