Searched refs:host_writable (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/x86/kvm/mmu/ |
D | spte.c | 86 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument 126 if (host_writable) in make_spte()
|
D | spte.h | 254 bool can_unsync, bool host_writable, bool ad_disabled,
|
D | paging_tmpl.h | 1022 bool host_writable; in FNAME() local 1079 host_writable = sp->spt[i] & SPTE_HOST_WRITEABLE; in FNAME() 1084 true, false, host_writable); in FNAME()
|
D | mmu.c | 2574 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()
|