Searched refs:SVM_EXIT_HLT (Results 1 – 5 of 5) sorted by relevance
57 #define SVM_EXIT_HLT 0x078 macro200 { SVM_EXIT_HLT, "hlt" }, \
114 #define SVM_EXIT_HLT 0x078 macro
135 __GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_HLT, in l1_guest_code()
3317 [SVM_EXIT_HLT] = kvm_emulate_halt,3502 else if (exit_code == SVM_EXIT_HLT) in svm_invoke_exit_handler()4456 [x86_intercept_hlt] = POST_EX(SVM_EXIT_HLT),