Home
last modified time | relevance | path

Searched refs:can_unsync (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/x86/kvm/mmu/
Dspte.c160 u64 old_spte, bool prefetch, bool can_unsync, in make_spte() argument
243 if (mmu_try_to_unsync_pages(vcpu->kvm, slot, gfn, can_unsync, prefetch)) { in make_spte()
Dmmu_internal.h167 gfn_t gfn, bool can_unsync, bool prefetch);
Dspte.h502 u64 old_spte, bool prefetch, bool can_unsync,
Dmmu.c2805 gfn_t gfn, bool can_unsync, bool prefetch) in mmu_try_to_unsync_pages() argument
2825 if (!can_unsync) in mmu_try_to_unsync_pages()