Home
last modified time | relevance | path

Searched refs:SVM_EXIT_WRITE_DR7 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h30 #define SVM_EXIT_WRITE_DR7 0x037 macro
123 { SVM_EXIT_WRITE_DR7, "write_dr7" }, \
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h30 #define SVM_EXIT_WRITE_DR7 0x037 macro
123 { SVM_EXIT_WRITE_DR7, "write_dr7" }, \
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c1075 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_WRITE_DR7, 0, 0); in vc_handle_dr7_write()
1199 case SVM_EXIT_WRITE_DR7: in vc_handle_exitcode()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dnested.c870 case SVM_EXIT_READ_DR0 ... SVM_EXIT_WRITE_DR7: { in nested_svm_intercept()
H A Dsvm.c2900 [SVM_EXIT_WRITE_DR7] = dr_interception,