Searched refs:can_unsync (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
A D | spte.c | 95 u64 old_spte, bool prefetch, bool can_unsync, in make_spte() argument 164 if (mmu_try_to_unsync_pages(vcpu, slot, gfn, can_unsync, prefetch)) { in make_spte()
|
A D | mmu_internal.h | 122 gfn_t gfn, bool can_unsync, bool prefetch);
|
A D | spte.h | 335 u64 old_spte, bool prefetch, bool can_unsync,
|
A D | mmu.c | 2584 gfn_t gfn, bool can_unsync, bool prefetch) in mmu_try_to_unsync_pages() argument 2604 if (!can_unsync) in mmu_try_to_unsync_pages()
|
Completed in 26 milliseconds