Searched refs:DF_VECTOR (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_exceptions_test.c | 51 #define INTERCEPT_SS_DF (INTERCEPT_SS | BIT_ULL(DF_VECTOR)) 66 GUEST_SYNC(DF_VECTOR); in l2_ss_injected_df_test() 105 svm_run_l2(svm, l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_svm_code() 150 vmx_run_l2(l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_vmx_code() 270 assert_ucall_vector(vcpu, DF_VECTOR); in main()
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 173 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
|
| H A D | kvm.h | 27 #define DF_VECTOR 8 macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 368 case BR_VECTOR: case UD_VECTOR: case NM_VECTOR: case DF_VECTOR: in nested_svm_event_inj_valid_exept()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 752 if (mask & ((1 << DF_VECTOR) | (1 << MC_VECTOR))) in exception_type() 861 if (prev_nr == DF_VECTOR) { in kvm_multiple_exception() 877 kvm_queue_exception_e(vcpu, DF_VECTOR, 0); in kvm_multiple_exception()
|