Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/
H A Dmmu.h72 bool accessed_dirty, gpa_t new_eptp);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/
H A Dmmu.h72 bool accessed_dirty, gpa_t new_eptp);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/
H A Dmmu.h72 bool accessed_dirty, gpa_t new_eptp);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/vmx/
H A Dnested.c2623 static bool nested_vmx_check_eptp(struct kvm_vcpu *vcpu, u64 new_eptp) in nested_vmx_check_eptp() argument
2628 switch (new_eptp & VMX_EPTP_MT_MASK) { in nested_vmx_check_eptp()
2642 switch (new_eptp & VMX_EPTP_PWL_MASK) { in nested_vmx_check_eptp()
2656 if (CC(kvm_vcpu_is_illegal_gpa(vcpu, new_eptp) || ((new_eptp >> 7) & 0x1f))) in nested_vmx_check_eptp()
2660 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
5483 u64 new_eptp; in nested_vmx_eptp_switching() local
5496 &new_eptp, index * 8, 8)) in nested_vmx_eptp_switching()
5499 accessed_dirty = !!(new_eptp & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()
5505 if (vmcs12->ept_pointer != new_eptp) { in nested_vmx_eptp_switching()
5506 if (!nested_vmx_check_eptp(vcpu, new_eptp)) in nested_vmx_eptp_switching()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/vmx/
H A Dnested.c2623 static bool nested_vmx_check_eptp(struct kvm_vcpu *vcpu, u64 new_eptp) in nested_vmx_check_eptp() argument
2628 switch (new_eptp & VMX_EPTP_MT_MASK) { in nested_vmx_check_eptp()
2642 switch (new_eptp & VMX_EPTP_PWL_MASK) { in nested_vmx_check_eptp()
2656 if (CC(kvm_vcpu_is_illegal_gpa(vcpu, new_eptp) || ((new_eptp >> 7) & 0x1f))) in nested_vmx_check_eptp()
2660 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
5483 u64 new_eptp; in nested_vmx_eptp_switching() local
5496 &new_eptp, index * 8, 8)) in nested_vmx_eptp_switching()
5499 accessed_dirty = !!(new_eptp & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()
5505 if (vmcs12->ept_pointer != new_eptp) { in nested_vmx_eptp_switching()
5506 if (!nested_vmx_check_eptp(vcpu, new_eptp)) in nested_vmx_eptp_switching()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/vmx/
H A Dnested.c2623 static bool nested_vmx_check_eptp(struct kvm_vcpu *vcpu, u64 new_eptp) in nested_vmx_check_eptp() argument
2628 switch (new_eptp & VMX_EPTP_MT_MASK) { in nested_vmx_check_eptp()
2642 switch (new_eptp & VMX_EPTP_PWL_MASK) { in nested_vmx_check_eptp()
2656 if (CC(kvm_vcpu_is_illegal_gpa(vcpu, new_eptp) || ((new_eptp >> 7) & 0x1f))) in nested_vmx_check_eptp()
2660 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
5483 u64 new_eptp; in nested_vmx_eptp_switching() local
5496 &new_eptp, index * 8, 8)) in nested_vmx_eptp_switching()
5499 accessed_dirty = !!(new_eptp & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()
5505 if (vmcs12->ept_pointer != new_eptp) { in nested_vmx_eptp_switching()
5506 if (!nested_vmx_check_eptp(vcpu, new_eptp)) in nested_vmx_eptp_switching()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dmmu.c4695 bool accessed_dirty, gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument
4698 u8 level = vmx_eptp_page_walk_level(new_eptp); in kvm_init_shadow_ept_mmu()
4703 __kvm_mmu_new_pgd(vcpu, new_eptp, new_role.base, true, true); in kvm_init_shadow_ept_mmu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dmmu.c4695 bool accessed_dirty, gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument
4698 u8 level = vmx_eptp_page_walk_level(new_eptp); in kvm_init_shadow_ept_mmu()
4703 __kvm_mmu_new_pgd(vcpu, new_eptp, new_role.base, true, true); in kvm_init_shadow_ept_mmu()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dmmu.c4695 bool accessed_dirty, gpa_t new_eptp) in kvm_init_shadow_ept_mmu() argument
4698 u8 level = vmx_eptp_page_walk_level(new_eptp); in kvm_init_shadow_ept_mmu()
4703 __kvm_mmu_new_pgd(vcpu, new_eptp, new_role.base, true, true); in kvm_init_shadow_ept_mmu()