Searched refs:can_unsync (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/x86/kvm/mmu/ |
D | spte.c | 86 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()
|
D | mmu_internal.h | 89 bool can_unsync);
|
D | spte.h | 254 bool can_unsync, bool host_writable, bool ad_disabled,
|
D | mmu.c | 2511 bool can_unsync) in mmu_need_write_protect() argument 2519 if (!can_unsync) in mmu_need_write_protect() 2574 bool can_unsync, bool host_writable) in set_spte() argument 2586 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
|