Searched refs:SVM_EXIT_HLT (Results 1 – 3 of 3) sorted by relevance
57 #define SVM_EXIT_HLT 0x078 macro186 { SVM_EXIT_HLT, "hlt" }, \
3178 [SVM_EXIT_HLT] = kvm_emulate_halt,3363 else if (exit_code == SVM_EXIT_HLT) in svm_invoke_exit_handler()4175 [x86_intercept_hlt] = POST_EX(SVM_EXIT_HLT),
Completed in 13 milliseconds