Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/coco/sev/
H A Dshared.c251 return ES_VMM_ERROR; in verify_exception_info()
454 return ES_VMM_ERROR; in __sev_cpuid_hv_ghcb()
1068 return ES_VMM_ERROR; in vc_handle_ioio()
1107 return ES_VMM_ERROR; in vc_handle_cpuid()
1127 return ES_VMM_ERROR; in vc_handle_cpuid()
1152 return ES_VMM_ERROR; in vc_handle_rdtsc()
1160 return ES_VMM_ERROR; in vc_handle_rdtsc()
H A Dcore.c1521 return ES_VMM_ERROR; in __vc_handle_secure_tsc_msrs()
2005 return ES_VMM_ERROR; in vc_handle_dr7_write()
2045 return ES_VMM_ERROR; in vc_handle_dr7_read()
2075 return ES_VMM_ERROR; in vc_handle_rdpmc()
2116 return ES_VMM_ERROR; in vc_handle_vmmcall()
2127 return ES_VMM_ERROR; in vc_handle_vmmcall()
2257 case ES_VMM_ERROR: in vc_raw_handle_exception()
2393 case ES_VMM_ERROR: in handle_vc_boot_ghcb()
/linux-6.15/arch/x86/include/asm/
H A Dsev.h30 ES_VMM_ERROR, /* Unexpected state from the VMM */ enumerator
/linux-6.15/arch/x86/hyperv/
H A Divm.c135 return ES_VMM_ERROR; in hv_ghcb_hv_call()