Home
last modified time | relevance | path

Searched refs:SVM_EXIT_HLT (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/uapi/asm/
A Dsvm.h57 #define SVM_EXIT_HLT 0x078 macro
203 { SVM_EXIT_HLT, "hlt" }, \
/arch/x86/kvm/svm/
A Dsvm.c3251 [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