Searched refs:SVM_EXIT_HLT (Results 1 – 4 of 4) sorted by relevance
57 #define SVM_EXIT_HLT 0x078 macro207 { SVM_EXIT_HLT, "hlt" }, \
30 .exit_reason = { SVM_EXIT_HLT,
135 __GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_HLT, in l1_guest_code()
3328 [SVM_EXIT_HLT] = kvm_emulate_halt,3597 else if (exit_code == SVM_EXIT_HLT || exit_code == SVM_EXIT_IDLE_HLT) in svm_invoke_exit_handler()4381 case SVM_EXIT_HLT: in svm_exit_handlers_fastpath()4745 [x86_intercept_hlt] = POST_EX(SVM_EXIT_HLT),