Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
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()
Dmmu_internal.h89 bool can_unsync);
Dspte.h248 bool can_unsync, bool host_writable, bool ad_disabled,
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()