Searched refs:SVM_EXIT_HLT (Results 1 – 4 of 4) sorted by relevance
57 #define SVM_EXIT_HLT 0x078 macro201 { SVM_EXIT_HLT, "hlt" }, \
135 __GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_HLT, in l1_guest_code()
3331 [SVM_EXIT_HLT] = kvm_emulate_halt,3518 else if (exit_code == SVM_EXIT_HLT) in svm_invoke_exit_handler()4172 case SVM_EXIT_HLT: in svm_exit_handlers_fastpath()4497 [x86_intercept_hlt] = POST_EX(SVM_EXIT_HLT),