Searched refs:can_unsync (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.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 | 248 bool can_unsync, bool host_writable, bool ad_disabled,
|
D | mmu.c | 2500 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()
|