Searched refs:PRE_EX (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 3794 #define PRE_EX(exit) { .exit_code = (exit), \ macro 3838 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID), 3839 [x86_intercept_rsm] = PRE_EX(SVM_EXIT_RSM), 3840 [x86_intercept_pause] = PRE_EX(SVM_EXIT_PAUSE), 3841 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF), 3842 [x86_intercept_popf] = PRE_EX(SVM_EXIT_POPF), 3843 [x86_intercept_intn] = PRE_EX(SVM_EXIT_SWINT), 3844 [x86_intercept_iret] = PRE_EX(SVM_EXIT_IRET), 3845 [x86_intercept_icebp] = PRE_EX(SVM_EXIT_ICEBP), 3851 [x86_intercept_xsetbv] = PRE_EX(SVM_EXIT_XSETBV), [all …]
|