Searched refs:GP_VECTOR (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmcs.h | 122 return is_exception_n(intr_info, GP_VECTOR); in is_gp_fault()
|
| H A D | vmx.c | 883 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 D | nested.c | 4739 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 D | svm.h | 135 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
| H A D | kvm.h | 27 #define GP_VECTOR 13 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 135 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
| H A D | kvm.h | 27 #define GP_VECTOR 13 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | kvm_pv_test.c | 230 vm_handle_exception(vm, GP_VECTOR, guest_gp_handler); in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.h | 117 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
|
| H A D | emulate.c | 635 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 D | x86.c | 450 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 D | svm.c | 1131 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 D | kvm_host.h | 1605 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
|