Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/mmu/
Dspte.c86 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
126 if (host_writable) in make_spte()
Dspte.h254 bool can_unsync, bool host_writable, bool ad_disabled,
Dpaging_tmpl.h1022 bool host_writable; in FNAME() local
1079 host_writable = sp->spt[i] & SPTE_HOST_WRITEABLE; in FNAME()
1084 true, false, host_writable); in FNAME()
Dmmu.c2574 bool can_unsync, bool host_writable) in set_spte() argument
2586 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
2601 bool host_writable) in mmu_set_spte() argument
2634 speculative, true, host_writable); in mmu_set_spte()