Home
last modified time | relevance | path

Searched refs:is_noncanonical_address (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kvm/
Dx86.h214 static inline bool is_noncanonical_address(u64 la, struct kvm_vcpu *vcpu) in is_noncanonical_address() function
Dx86.c1731 if (is_noncanonical_address(data, vcpu)) in __kvm_set_msr()
12581 is_noncanonical_address(operand.gla, vcpu)) { in kvm_handle_invpcid()
/arch/x86/kvm/vmx/
Dnested.c2886 if (CC(is_noncanonical_address(vmcs12->host_ia32_sysenter_esp, vcpu)) || in nested_vmx_check_host_state()
2887 CC(is_noncanonical_address(vmcs12->host_ia32_sysenter_eip, vcpu))) in nested_vmx_check_host_state()
2927 if (CC(is_noncanonical_address(vmcs12->host_fs_base, vcpu)) || in nested_vmx_check_host_state()
2928 CC(is_noncanonical_address(vmcs12->host_gs_base, vcpu)) || in nested_vmx_check_host_state()
2929 CC(is_noncanonical_address(vmcs12->host_gdtr_base, vcpu)) || in nested_vmx_check_host_state()
2930 CC(is_noncanonical_address(vmcs12->host_idtr_base, vcpu)) || in nested_vmx_check_host_state()
2931 CC(is_noncanonical_address(vmcs12->host_tr_base, vcpu)) || in nested_vmx_check_host_state()
2932 CC(is_noncanonical_address(vmcs12->host_rip, vcpu))) in nested_vmx_check_host_state()
3046 (CC(is_noncanonical_address(vmcs12->guest_bndcfgs & PAGE_MASK, vcpu)) || in nested_vmx_check_guest_state()
4806 exn = is_noncanonical_address(*ret, vcpu); in get_vmx_mem_address()
[all …]
Dsgx.c39 fault = is_noncanonical_address(*gva, vcpu); in sgx_get_encls_gva()
Dvmx.c2099 if (is_noncanonical_address(data & PAGE_MASK, vcpu) || in vmx_set_msr()
2293 if (is_noncanonical_address(data, vcpu)) in vmx_set_msr()
/arch/x86/kvm/mmu/
Dmmu.c5343 if (is_noncanonical_address(gva, vcpu)) in kvm_mmu_invalidate_gva()