Searched refs:PRE_EX (Results 1 – 1 of 1) sorted by relevance
4259 #define PRE_EX(exit) { .exit_code = (exit), \ macro4303 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),4304 [x86_intercept_rsm] = PRE_EX(SVM_EXIT_RSM),4305 [x86_intercept_pause] = PRE_EX(SVM_EXIT_PAUSE),4306 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF),4307 [x86_intercept_popf] = PRE_EX(SVM_EXIT_POPF),4308 [x86_intercept_intn] = PRE_EX(SVM_EXIT_SWINT),4309 [x86_intercept_iret] = PRE_EX(SVM_EXIT_IRET),4310 [x86_intercept_icebp] = PRE_EX(SVM_EXIT_ICEBP),4318 #undef PRE_EX