Searched refs:can_unsync (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | spte.c | 140 u64 old_spte, bool prefetch, bool can_unsync, in make_spte() argument 231 if (mmu_try_to_unsync_pages(vcpu->kvm, slot, gfn, can_unsync, prefetch)) { in make_spte()
|
H A D | mmu_internal.h | 166 gfn_t gfn, bool can_unsync, bool prefetch);
|
H A D | spte.h | 477 u64 old_spte, bool prefetch, bool can_unsync,
|
H A D | mmu.c | 2800 gfn_t gfn, bool can_unsync, bool prefetch) in mmu_try_to_unsync_pages() argument 2820 if (!can_unsync) in mmu_try_to_unsync_pages()
|