/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | spte.c | 84 int make_spte(struct kvm_vcpu *vcpu, unsigned int pte_access, int level, in make_spte() argument
|
H A D | paging_tmpl.h | 95 unsigned int pte_access; member 316 u64 pt_access, pte_access; in walk_addr_generic() local 531 unsigned pte_access; prefetch_gpte() local 1032 unsigned pte_access; sync_page() local [all...] |
H A D | mmu.c | 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-5.10/arch/x86/kvm/ |
H A D | mmu.h | 166 permission_fault(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned pte_access, unsigned pte_pkey, unsigned pfec) permission_fault() argument
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | spte.c | 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 [all...] |
H A D | paging_tmpl.h | 90 unsigned int pte_access; member 310 u64 pt_access, pte_access; in walk_addr_generic() local 537 unsigned pte_access; prefetch_gpte() local 909 unsigned pte_access; sync_spte() local [all...] |
H A D | mmu.c | 2900 mmu_set_spte(struct kvm_vcpu *vcpu, struct kvm_memory_slot *slot, u64 *sptep, unsigned int pte_access, gfn_t gfn, kvm_pfn_t pfn, struct kvm_page_fault *fault) mmu_set_spte() argument
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | mmu.h | 186 permission_fault(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, unsigned pte_access, unsigned pte_pkey, u64 access) permission_fault() argument
|