Searched refs:GP_VECTOR (Results 1 – 10 of 10) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmcs.h | 104 return is_exception_n(intr_info, GP_VECTOR); in is_gp_fault()
|
D | vmx.c | 822 eb |= (1u << GP_VECTOR); in update_exception_bitmap() 4639 case GP_VECTOR: in rmode_exception() 4654 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { in handle_rmode_exception() 4729 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in handle_exception_nmi()
|
D | nested.c | 4320 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in get_vmx_mem_address() 4340 SS_VECTOR : GP_VECTOR, in get_vmx_mem_address()
|
/arch/x86/include/uapi/asm/ |
D | svm.h | 123 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
D | kvm.h | 27 #define GP_VECTOR 13 macro
|
/arch/x86/kvm/ |
D | x86.h | 116 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
|
D | emulate.c | 626 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp() 1673 unsigned err_vec = GP_VECTOR; in __load_segment_descriptor() 1737 GP_VECTOR; in __load_segment_descriptor() 1860 return emulate_exception(ctxt, GP_VECTOR, 0, true); in load_segment_descriptor()
|
D | svm.c | 1568 set_exception_intercept(svm, GP_VECTOR); in init_vmcb() 2846 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in gp_interception() 4834 [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception,
|
D | x86.c | 387 case GP_VECTOR: in exception_class() 644 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl() 6476 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in handle_emulation_failure() 6828 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in x86_emulate_instruction()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 1506 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
|