Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dspte.c86 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
145 if (!can_unsync && is_writable_pte(old_spte)) in make_spte()
148 if (mmu_need_write_protect(vcpu, gfn, can_unsync)) { in make_spte()
H A Dmmu_internal.h89 bool can_unsync);
H A Dspte.h248 bool can_unsync, bool host_writable, bool ad_disabled,
H A Dmmu.c2500 bool can_unsync) in mmu_need_write_protect() argument
2508 if (!can_unsync) in mmu_need_write_protect()
2563 bool can_unsync, bool host_writable) in set_spte() argument
2575 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()