Searched refs:new_eptp (Results 1 – 3 of 3) sorted by relevance
112 gpa_t new_eptp);
2702 static bool nested_vmx_check_eptp(struct kvm_vcpu *vcpu, u64 new_eptp) in nested_vmx_check_eptp() argument2707 switch (new_eptp & VMX_EPTP_MT_MASK) { in nested_vmx_check_eptp()2721 switch (new_eptp & VMX_EPTP_PWL_MASK) { in nested_vmx_check_eptp()2735 if (CC(kvm_vcpu_is_illegal_gpa(vcpu, new_eptp) || ((new_eptp >> 7) & 0x1f))) in nested_vmx_check_eptp()2739 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()5894 u64 new_eptp; in nested_vmx_eptp_switching() local5902 &new_eptp, index * 8, 8)) in nested_vmx_eptp_switching()5909 if (vmcs12->ept_pointer != new_eptp) { in nested_vmx_eptp_switching()5910 if (!nested_vmx_check_eptp(vcpu, new_eptp)) in nested_vmx_eptp_switching()5913 vmcs12->ept_pointer = new_eptp; in nested_vmx_eptp_switching()
5332 gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument5335 u8 level = vmx_eptp_page_walk_level(new_eptp); in kvm_init_shadow_ept_mmu()5355 kvm_mmu_new_pgd(vcpu, new_eptp); in kvm_init_shadow_ept_mmu()