Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/mmu/
Dspte.c94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
153 if (!can_unsync && is_writable_pte(old_spte)) in make_spte()
162 if (mmu_try_to_unsync_pages(vcpu, gfn, can_unsync)) { in make_spte()
Dmmu_internal.h127 int mmu_try_to_unsync_pages(struct kvm_vcpu *vcpu, gfn_t gfn, bool can_unsync);
Dspte.h344 bool can_unsync, bool host_writable, bool ad_disabled,
Dmmu.c2594 int mmu_try_to_unsync_pages(struct kvm_vcpu *vcpu, gfn_t gfn, bool can_unsync) in mmu_try_to_unsync_pages() argument
2614 if (!can_unsync) in mmu_try_to_unsync_pages()
2694 bool can_unsync, bool host_writable) in set_spte() argument
2703 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()