Home
last modified time | relevance | path

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

/Linux-v5.15/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.h344 bool can_unsync, bool host_writable, bool ad_disabled,
Dpaging_tmpl.h1074 bool host_writable; in FNAME() local
1142 host_writable = sp->spt[i] & shadow_host_writable_mask; in FNAME()
1147 true, false, host_writable); in FNAME()
Dmmu.c2694 bool can_unsync, bool host_writable) in set_spte() argument
2703 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
2718 bool host_writable) in mmu_set_spte() argument
2756 speculative, true, host_writable); in mmu_set_spte()