Searched refs:make_mmio_spte (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | spte.h | 251 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access);
|
H A D | spte.c | 48 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) in make_mmio_spte() function
|
H A D | tdp_mmu.c | 534 new_spte = make_mmio_spte(vcpu, iter->gfn, ACC_ALL); in tdp_mmu_map_handle_target_level()
|
H A D | mmu.c | 220 u64 mask = make_mmio_spte(vcpu, gfn, access); in mark_mmio_spte()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | spte.h | 482 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access);
|
H A D | spte.c | 71 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) in make_mmio_spte() function
|
H A D | tdp_mmu.c | 965 new_spte = make_mmio_spte(vcpu, iter->gfn, ACC_ALL); in tdp_mmu_map_handle_target_level()
|
H A D | mmu.c | 299 u64 spte = make_mmio_spte(vcpu, gfn, access); in mark_mmio_spte()
|
Completed in 27 milliseconds