Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h111 #define SVM_VMGEXIT_PSC 0x80000010 macro
235 { SVM_VMGEXIT_PSC, "vmgexit_page_state_change" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h111 #define SVM_VMGEXIT_PSC 0x80000010 macro
235 { SVM_VMGEXIT_PSC, "vmgexit_page_state_change" }, \
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c1136 ret = sev_es_ghcb_hv_call(ghcb, &ctxt, SVM_VMGEXIT_PSC, 0, 0); in vmgexit_psc()