Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
Dspte.c94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
134 if (host_writable) in make_spte()
Dspte.h339 bool can_unsync, bool host_writable, bool ad_disabled,
Dpaging_tmpl.h1071 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()
Dmmu.c2686 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()