Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.h283 static inline bool kvm_vcpu_can_access_host_mmio(struct kvm_vcpu *vcpu) in kvm_vcpu_can_access_host_mmio() function
H A Dspte.c296 !kvm_vcpu_can_access_host_mmio(vcpu) && in make_spte()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c908 kvm_vcpu_can_access_host_mmio(&vmx->vcpu)) in __vmx_vcpu_run_flags()