Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/mmu/
Dspte.h482 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access);
Dspte.c71 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) in make_mmio_spte() function
Dtdp_mmu.c965 new_spte = make_mmio_spte(vcpu, iter->gfn, ACC_ALL); in tdp_mmu_map_handle_target_level()
Dmmu.c299 u64 spte = make_mmio_spte(vcpu, gfn, access); in mark_mmio_spte()