Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dspte.h251 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access);
H A Dspte.c48 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) in make_mmio_spte() function
H A Dtdp_mmu.c534 new_spte = make_mmio_spte(vcpu, iter->gfn, ACC_ALL); in tdp_mmu_map_handle_target_level()
H A Dmmu.c220 u64 mask = make_mmio_spte(vcpu, gfn, access); in mark_mmio_spte()