Home
last modified time | relevance | path

Searched refs:vcpu_match_mmio_gva (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h206 static inline bool vcpu_match_mmio_gva(struct kvm_vcpu *vcpu, unsigned long gva) in vcpu_match_mmio_gva() function
H A Dx86.c6271 if (vcpu_match_mmio_gva(vcpu, gva) in vcpu_mmio_gva_to_gpa()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c3484 return vcpu_match_mmio_gva(vcpu, addr); in mmio_info_in_cache()