Home
last modified time | relevance | path

Searched refs:host_writable (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dspte.c86 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte()
126 if (host_writable) in make_spte()
84 make_spte(struct kvm_vcpu *vcpu, unsigned int pte_access, int level, gfn_t gfn, kvm_pfn_t pfn, u64 old_spte, bool speculative, bool can_unsync, bool host_writable, bool ad_disabled, u64 *new_spte) make_spte() argument
H A Dspte.h248 bool can_unsync, bool host_writable, bool ad_disabled,
H A Dpaging_tmpl.h549 * we call mmu_set_spte() with host_writable = true because in prefetch_gpte()
1022 bool host_writable; in sync_page() local
1079 host_writable = sp->spt[i] & SPTE_HOST_WRITEABLE; in sync_page()
1084 true, false, host_writable); in sync_page()
H A Dmmu.c2563 bool can_unsync, bool host_writable) in set_spte()
2575 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
2590 bool host_writable) in mmu_set_spte()
2623 speculative, true, host_writable); in mmu_set_spte()
2560 set_spte(struct kvm_vcpu *vcpu, u64 *sptep, unsigned int pte_access, int level, gfn_t gfn, kvm_pfn_t pfn, bool speculative, bool can_unsync, bool host_writable) set_spte() argument
2587 mmu_set_spte(struct kvm_vcpu *vcpu, u64 *sptep, unsigned int pte_access, bool write_fault, int level, gfn_t gfn, kvm_pfn_t pfn, bool speculative, bool host_writable) mmu_set_spte() argument
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dspte.c141 bool host_writable, u64 *new_spte) in make_spte()
195 if (host_writable) in make_spte()
137 make_spte(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, const struct kvm_memory_slot *slot, unsigned int pte_access, gfn_t gfn, kvm_pfn_t pfn, u64 old_spte, bool prefetch, bool can_unsync, bool host_writable, u64 *new_spte) make_spte() argument
H A Dpaging_tmpl.h905 bool host_writable; in sync_spte() local
961 host_writable = spte & shadow_host_writable_mask; in sync_spte()
965 host_writable, &spte); in sync_spte()
H A Dspte.h478 bool host_writable, u64 *new_spte);
H A Dmmu.c2913 bool host_writable = !fault || fault->map_writable; in mmu_set_spte() local
2943 true, host_writable, &spte); in mmu_set_spte()

Completed in 23 milliseconds