Searched refs:host_writable (Results 1 – 4 of 4) sorted by relevance
/arch/x86/kvm/mmu/ |
D | spte.c | 94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument 134 if (host_writable) in make_spte()
|
D | spte.h | 339 bool can_unsync, bool host_writable, bool ad_disabled,
|
D | paging_tmpl.h | 1071 bool host_writable; in FNAME() local 1139 host_writable = sp->spt[i] & shadow_host_writable_mask; in FNAME() 1144 true, false, host_writable); in FNAME()
|
D | mmu.c | 2686 bool can_unsync, bool host_writable) in set_spte() argument 2695 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte() 2710 bool host_writable) in mmu_set_spte() argument 2747 speculative, true, host_writable); in mmu_set_spte()
|