Home
last modified time | relevance | path

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

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