Searched refs:SVM_EXIT_HLT (Results 1 – 2 of 2) sorted by relevance
57 #define SVM_EXIT_HLT 0x078 macro203 { SVM_EXIT_HLT, "hlt" }, \
3251 [SVM_EXIT_HLT] = kvm_emulate_halt,3515 else if (exit_code == SVM_EXIT_HLT || exit_code == SVM_EXIT_IDLE_HLT) in svm_invoke_exit_handler()4193 case SVM_EXIT_HLT: in svm_exit_handlers_fastpath()4532 [x86_intercept_hlt] = POST_EX(SVM_EXIT_HLT),
Completed in 12 milliseconds