Home
last modified time | relevance | path

Searched refs:new_eptp (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dmmu.h91 gpa_t new_eptp);
/linux/arch/x86/kvm/vmx/
H A Dnested.c2866 static bool nested_vmx_check_eptp(struct kvm_vcpu *vcpu, u64 new_eptp) in nested_vmx_check_eptp() argument
2871 switch (new_eptp & VMX_EPTP_MT_MASK) { in nested_vmx_check_eptp()
2885 switch (new_eptp & VMX_EPTP_PWL_MASK) { in nested_vmx_check_eptp()
2899 if (CC(!kvm_vcpu_is_legal_gpa(vcpu, new_eptp) || ((new_eptp >> 7) & 0x1f))) in nested_vmx_check_eptp()
2903 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
6139 u64 new_eptp; in nested_vmx_eptp_switching() local
6147 &new_eptp, index * 8, 8)) in nested_vmx_eptp_switching()
6154 if (vmcs12->ept_pointer != new_eptp) { in nested_vmx_eptp_switching()
6155 if (!nested_vmx_check_eptp(vcpu, new_eptp)) in nested_vmx_eptp_switching()
6158 vmcs12->ept_pointer = new_eptp; in nested_vmx_eptp_switching()