Searched refs:PRE_EX (Results 1 – 1 of 1) sorted by relevance
5919 #define PRE_EX(exit) { .exit_code = (exit), \ macro5963 [x86_intercept_cpuid] = PRE_EX(SVM_EXIT_CPUID),5964 [x86_intercept_rsm] = PRE_EX(SVM_EXIT_RSM),5965 [x86_intercept_pause] = PRE_EX(SVM_EXIT_PAUSE),5966 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF),5967 [x86_intercept_popf] = PRE_EX(SVM_EXIT_POPF),5968 [x86_intercept_intn] = PRE_EX(SVM_EXIT_SWINT),5969 [x86_intercept_iret] = PRE_EX(SVM_EXIT_IRET),5970 [x86_intercept_icebp] = PRE_EX(SVM_EXIT_ICEBP),5978 #undef PRE_EX