Searched refs:PRE_EX (Results 1 – 1 of 1) sorted by relevance
4177 #define PRE_EX(exit) { .exit_code = (exit), \ macro4221 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),4222 [x86_intercept_rsm] = PRE_EX(SVM_EXIT_RSM),4223 [x86_intercept_pause] = PRE_EX(SVM_EXIT_PAUSE),4224 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF),4225 [x86_intercept_popf] = PRE_EX(SVM_EXIT_POPF),4226 [x86_intercept_intn] = PRE_EX(SVM_EXIT_SWINT),4227 [x86_intercept_iret] = PRE_EX(SVM_EXIT_IRET),4228 [x86_intercept_icebp] = PRE_EX(SVM_EXIT_ICEBP),4236 #undef PRE_EX