Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
Dmmu_internal.h127 int mmu_try_to_unsync_pages(struct kvm_vcpu *vcpu, gfn_t gfn, bool can_unsync);
Dspte.c162 if (mmu_try_to_unsync_pages(vcpu, gfn, can_unsync)) { in make_spte()
Dmmu.c2586 int mmu_try_to_unsync_pages(struct kvm_vcpu *vcpu, gfn_t gfn, bool can_unsync) in mmu_try_to_unsync_pages() function