Searched refs:PRE_EX (Results 1 – 1 of 1) sorted by relevance
4152 #define PRE_EX(exit) { .exit_code = (exit), \ macro4196 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),4197 [x86_intercept_rsm] = PRE_EX(SVM_EXIT_RSM),4198 [x86_intercept_pause] = PRE_EX(SVM_EXIT_PAUSE),4199 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF),4200 [x86_intercept_popf] = PRE_EX(SVM_EXIT_POPF),4201 [x86_intercept_intn] = PRE_EX(SVM_EXIT_SWINT),4202 [x86_intercept_iret] = PRE_EX(SVM_EXIT_IRET),4203 [x86_intercept_icebp] = PRE_EX(SVM_EXIT_ICEBP),4211 #undef PRE_EX