Searched refs:GP_VECTOR (Results 1 – 11 of 11) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmcs.h | 125 return is_exception_n(intr_info, GP_VECTOR); in is_gp_fault()
|
| A D | vmx.c | 835 eb |= (1u << GP_VECTOR); in vmx_update_exception_bitmap() 5039 case GP_VECTOR: in rmode_exception() 5053 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { in handle_rmode_exception() 5162 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in handle_exception_nmi()
|
| A D | nested.c | 5250 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in get_vmx_mem_address() 5270 SS_VECTOR : GP_VECTOR, in get_vmx_mem_address()
|
| /arch/x86/include/uapi/asm/ |
| A D | svm.h | 173 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
| A D | kvm.h | 31 #define GP_VECTOR 13 macro
|
| /arch/x86/kvm/ |
| A D | x86.h | 253 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
|
| A D | emulate.c | 603 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp() 1563 unsigned err_vec = GP_VECTOR; in __load_segment_descriptor() 1627 GP_VECTOR; in __load_segment_descriptor() 1779 return emulate_exception(ctxt, GP_VECTOR, 0, true); in load_segment_descriptor()
|
| A D | x86.c | 715 case GP_VECTOR: in exception_class() 1015 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl() 8767 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in handle_emulation_failure() 9086 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in x86_emulate_instruction()
|
| /arch/x86/kvm/svm/ |
| A D | svm.c | 229 clr_exception_intercept(svm, GP_VECTOR); in svm_set_efer() 252 set_exception_intercept(svm, GP_VECTOR); in svm_set_efer() 1116 set_exception_intercept(svm, GP_VECTOR); in init_vmcb() 2306 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in gp_interception() 3171 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in invpcid_interception() 3241 [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception,
|
| A D | sev.c | 4555 clr_exception_intercept(svm, GP_VECTOR); in sev_init_vmcb()
|
| /arch/x86/include/asm/ |
| A D | kvm_host.h | 2311 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
|
Completed in 88 milliseconds