Home
last modified time | relevance | path

Searched refs:GP_VECTOR (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs.h122 return is_exception_n(intr_info, GP_VECTOR); in is_gp_fault()
H A Dvmx.c883 eb |= (1u << GP_VECTOR); in update_exception_bitmap()
4784 case GP_VECTOR: in rmode_exception()
4798 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { in handle_rmode_exception()
4893 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in handle_exception_nmi()
H A Dnested.c4739 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in get_vmx_mem_address()
4759 SS_VECTOR : GP_VECTOR, in get_vmx_mem_address()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h135 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
H A Dkvm.h27 #define GP_VECTOR 13 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h135 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
H A Dkvm.h27 #define GP_VECTOR 13 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dkvm_pv_test.c230 vm_handle_exception(vm, GP_VECTOR, guest_gp_handler); in main()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h117 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
H A Demulate.c635 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp()
1692 unsigned err_vec = GP_VECTOR; in __load_segment_descriptor()
1756 GP_VECTOR; in __load_segment_descriptor()
1879 return emulate_exception(ctxt, GP_VECTOR, 0, true); in load_segment_descriptor()
H A Dx86.c450 case GP_VECTOR: in exception_class()
716 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl()
7182 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in handle_emulation_failure()
7554 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in x86_emulate_instruction()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c1131 set_exception_intercept(svm, GP_VECTOR); in init_vmcb()
1893 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in gp_interception()
2907 [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception,
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1605 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()