Home
last modified time | relevance | path

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

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