Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dmmu.h64 bool accessed_dirty, gpa_t new_eptp);
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c2646 static bool nested_vmx_check_eptp(struct kvm_vcpu *vcpu, u64 new_eptp) in nested_vmx_check_eptp() argument
2652 switch (new_eptp & VMX_EPTP_MT_MASK) { in nested_vmx_check_eptp()
2666 switch (new_eptp & VMX_EPTP_PWL_MASK) { in nested_vmx_check_eptp()
2680 if (CC(new_eptp >> maxphyaddr || ((new_eptp >> 7) & 0x1f))) in nested_vmx_check_eptp()
2684 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
5490 u64 new_eptp; in nested_vmx_eptp_switching() local
5500 &new_eptp, index * 8, 8)) in nested_vmx_eptp_switching()
5507 if (vmcs12->ept_pointer != new_eptp) { in nested_vmx_eptp_switching()
5508 if (!nested_vmx_check_eptp(vcpu, new_eptp)) in nested_vmx_eptp_switching()
5511 vmcs12->ept_pointer = new_eptp; in nested_vmx_eptp_switching()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c4666 bool accessed_dirty, gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument
4669 u8 level = vmx_eptp_page_walk_level(new_eptp); in kvm_init_shadow_ept_mmu()
4674 __kvm_mmu_new_pgd(vcpu, new_eptp, new_role.base, true, true); in kvm_init_shadow_ept_mmu()