Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dmtrr.c614 u8 kvm_mtrr_get_guest_memory_type(struct kvm_vcpu *vcpu, gfn_t gfn) in kvm_mtrr_get_guest_memory_type() function
688 EXPORT_SYMBOL_GPL(kvm_mtrr_get_guest_memory_type);
H A Dx86.h311 u8 kvm_mtrr_get_guest_memory_type(struct kvm_vcpu *vcpu, gfn_t gfn);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c7629 return kvm_mtrr_get_guest_memory_type(vcpu, gfn) << VMX_EPT_MT_EPTE_SHIFT; in vmx_get_mt_mask()