Home
last modified time | relevance | path

Searched refs:is_noncanonical_address (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c2894 if (CC(is_noncanonical_address(vmcs12->host_ia32_sysenter_esp, vcpu)) || in nested_vmx_check_host_state()
2895 CC(is_noncanonical_address(vmcs12->host_ia32_sysenter_eip, vcpu))) in nested_vmx_check_host_state()
2935 if (CC(is_noncanonical_address(vmcs12->host_fs_base, vcpu)) || in nested_vmx_check_host_state()
2936 CC(is_noncanonical_address(vmcs12->host_gs_base, vcpu)) || in nested_vmx_check_host_state()
2937 CC(is_noncanonical_address(vmcs12->host_gdtr_base, vcpu)) || in nested_vmx_check_host_state()
2938 CC(is_noncanonical_address(vmcs12->host_idtr_base, vcpu)) || in nested_vmx_check_host_state()
2939 CC(is_noncanonical_address(vmcs12->host_tr_base, vcpu)) || in nested_vmx_check_host_state()
2940 CC(is_noncanonical_address(vmcs12->host_rip, vcpu))) in nested_vmx_check_host_state()
3053 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
4730 exn = is_noncanonical_address(*re in get_vmx_mem_address()
[all...]
H A Dvmx.c2109 if (is_noncanonical_address(data & PAGE_MASK, vcpu) || in vmx_set_msr()
2280 if (is_noncanonical_address(data, vcpu)) in vmx_set_msr()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c2918 if (CC(is_noncanonical_address(vmcs12->host_ia32_sysenter_esp, vcpu)) || in nested_vmx_check_host_state()
2919 CC(is_noncanonical_address(vmcs12->host_ia32_sysenter_eip, vcpu))) in nested_vmx_check_host_state()
2953 if (CC(is_noncanonical_address(vmcs12->host_fs_base, vcpu)) || in nested_vmx_check_host_state()
2954 CC(is_noncanonical_address(vmcs12->host_gs_base, vcpu)) || in nested_vmx_check_host_state()
2955 CC(is_noncanonical_address(vmcs12->host_gdtr_base, vcpu)) || in nested_vmx_check_host_state()
2956 CC(is_noncanonical_address(vmcs12->host_idtr_base, vcpu)) || in nested_vmx_check_host_state()
2957 CC(is_noncanonical_address(vmcs12->host_tr_base, vcpu)) || in nested_vmx_check_host_state()
2958 CC(is_noncanonical_address(vmcs12->host_rip, vcpu))) in nested_vmx_check_host_state()
3076 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
4987 exn = is_noncanonical_address(*re in get_vmx_mem_address()
[all...]
H A Dsgx.c40 fault = is_noncanonical_address(*gva, vcpu); in sgx_get_encls_gva()
H A Dpmu_intel.c418 if (is_noncanonical_address(data, vcpu)) in intel_pmu_set_msr()
H A Dvmx.c2260 if (is_noncanonical_address(data & PAGE_MASK, vcpu) || in vmx_set_msr()
2425 if (is_noncanonical_address(data, vcpu)) in vmx_set_msr()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.h159 static inline bool is_noncanonical_address(u64 la, struct kvm_vcpu *vcpu) in is_noncanonical_address() function
H A Dx86.c1629 if (is_noncanonical_address(data, vcpu)) in __kvm_set_msr()
11566 is_noncanonical_address(operand.gla, vcpu)) { in kvm_handle_invpcid()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.h213 static inline bool is_noncanonical_address(u64 la, struct kvm_vcpu *vcpu) in is_noncanonical_address() function
H A Dx86.c1854 if (is_noncanonical_address(data, vcpu)) in __kvm_set_msr()
13407 is_noncanonical_address(operand.gla, vcpu)) { in kvm_handle_invpcid()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c5134 if (is_noncanonical_address(gva, vcpu)) in kvm_mmu_invalidate_gva()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c5815 if (is_noncanonical_address(addr, vcpu)) in kvm_mmu_invalidate_addr()

Completed in 80 milliseconds