Searched refs:can_unsync (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A 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()
|
| H A D | mmu_internal.h | 89 bool can_unsync);
|
| H A D | spte.h | 248 bool can_unsync, bool host_writable, bool ad_disabled,
|
| H A 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()
|