Home
last modified time | relevance | path

Searched refs:can_yield (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/kvm/mmu/
Dtdp_mmu.h19 gfn_t end, bool can_yield, bool flush);
Dtdp_mmu.c947 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()
Dmmu.c1971 struct kvm_mmu_page *parent, bool can_yield) in mmu_sync_children() argument
1998 if (!can_yield) { in mmu_sync_children()