Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/
Dsev-shared.c131 ret = ES_VMM_ERROR; in sev_es_ghcb_hv_call()
134 ret = ES_VMM_ERROR; in sev_es_ghcb_hv_call()
464 return ES_VMM_ERROR; in vc_handle_ioio()
497 return ES_VMM_ERROR; in vc_handle_cpuid()
520 return ES_VMM_ERROR; in vc_handle_rdtsc()
Dsev.c1164 return ES_VMM_ERROR; in vc_handle_rdpmc()
1205 return ES_VMM_ERROR; in vc_handle_vmmcall()
1216 return ES_VMM_ERROR; in vc_handle_vmmcall()
1357 case ES_VMM_ERROR: in vc_raw_handle_exception()
1497 case ES_VMM_ERROR: in handle_vc_boot_ghcb()
/Linux-v5.15/arch/x86/include/asm/
Dsev.h24 ES_VMM_ERROR, /* Unexpected state from the VMM */ enumerator