Searched refs:SVM_EXIT_HLT (Results 1 – 3 of 3) sorted by relevance
57 #define SVM_EXIT_HLT 0x078 macro165 { SVM_EXIT_HLT, "hlt" }, \
2904 [SVM_EXIT_HLT] = halt_interception,3131 else if (exit_code == SVM_EXIT_HLT) in handle_exit()3843 [x86_intercept_hlt] = POST_EX(SVM_EXIT_HLT),