Home
last modified time | relevance | path

Searched refs:SVM_VMGEXIT_AP_HLT_LOOP (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h107 #define SVM_VMGEXIT_AP_HLT_LOOP 0x80000004 macro
234 { SVM_VMGEXIT_AP_HLT_LOOP, "vmgexit_ap_hlt_loop" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h107 #define SVM_VMGEXIT_AP_HLT_LOOP 0x80000004 macro
234 { SVM_VMGEXIT_AP_HLT_LOOP, "vmgexit_ap_hlt_loop" }, \
/linux/arch/x86/coco/sev/
H A Dcore.c1512 ghcb_set_sw_exit_code(ghcb, SVM_VMGEXIT_AP_HLT_LOOP); in sev_es_ap_hlt_loop()