GP_VECTOR 1506 arch/x86/include/asm/kvm_host.h kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); GP_VECTOR 123 arch/x86/include/uapi/asm/svm.h { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \ GP_VECTOR 626 arch/x86/kvm/emulate.c return emulate_exception(ctxt, GP_VECTOR, err, true); GP_VECTOR 1644 arch/x86/kvm/emulate.c unsigned err_vec = GP_VECTOR; GP_VECTOR 1708 arch/x86/kvm/emulate.c GP_VECTOR; GP_VECTOR 1828 arch/x86/kvm/emulate.c return emulate_exception(ctxt, GP_VECTOR, 0, true); GP_VECTOR 1567 arch/x86/kvm/svm.c set_exception_intercept(svm, GP_VECTOR); GP_VECTOR 2833 arch/x86/kvm/svm.c kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); GP_VECTOR 4816 arch/x86/kvm/svm.c [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception, GP_VECTOR 4303 arch/x86/kvm/vmx/nested.c kvm_queue_exception_e(vcpu, GP_VECTOR, 0); GP_VECTOR 4323 arch/x86/kvm/vmx/nested.c SS_VECTOR : GP_VECTOR, GP_VECTOR 104 arch/x86/kvm/vmx/vmcs.h return is_exception_n(intr_info, GP_VECTOR); GP_VECTOR 764 arch/x86/kvm/vmx/vmx.c eb |= (1u << GP_VECTOR); GP_VECTOR 4534 arch/x86/kvm/vmx/vmx.c case GP_VECTOR: GP_VECTOR 4549 arch/x86/kvm/vmx/vmx.c if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { GP_VECTOR 4624 arch/x86/kvm/vmx/vmx.c kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); GP_VECTOR 384 arch/x86/kvm/x86.c case GP_VECTOR: GP_VECTOR 643 arch/x86/kvm/x86.c kvm_queue_exception_e(vcpu, GP_VECTOR, 0); GP_VECTOR 6411 arch/x86/kvm/x86.c kvm_queue_exception_e(vcpu, GP_VECTOR, 0); GP_VECTOR 6761 arch/x86/kvm/x86.c kvm_queue_exception_e(vcpu, GP_VECTOR, 0); GP_VECTOR 116 arch/x86/kvm/x86.h BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | GP_VECTOR 123 tools/arch/x86/include/uapi/asm/svm.h { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \