Home
last modified time | relevance | path

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

/linux/arch/x86/coco/sev/
H A Dvc-shared.c408 return ES_VMM_ERROR; in vc_handle_ioio()
441 return ES_VMM_ERROR; in verify_exception_info()
486 return ES_VMM_ERROR; in __sev_cpuid_hv_ghcb()
541 return ES_VMM_ERROR; in vc_handle_cpuid()
568 return ES_VMM_ERROR; in vc_handle_cpuid()
593 return ES_VMM_ERROR; in vc_handle_rdtsc()
601 return ES_VMM_ERROR; in vc_handle_rdtsc()
H A Dvc-handle.c397 return ES_VMM_ERROR; in __vc_handle_secure_tsc_msrs()
427 return ES_VMM_ERROR; in __vc_handle_msr()
668 return ES_VMM_ERROR; in vc_handle_dr7_write()
708 return ES_VMM_ERROR; in vc_handle_dr7_read()
738 return ES_VMM_ERROR; in vc_handle_rdpmc()
779 return ES_VMM_ERROR; in vc_handle_vmmcall()
790 return ES_VMM_ERROR; in vc_handle_vmmcall()
920 case ES_VMM_ERROR: in vc_raw_handle_exception()
1056 case ES_VMM_ERROR: in handle_vc_boot_ghcb()
/linux/arch/x86/include/asm/
H A Dsev.h31 ES_VMM_ERROR, /* Unexpected state from the VMM */ enumerator
/linux/arch/x86/hyperv/
H A Divm.c139 return ES_VMM_ERROR; in hv_ghcb_hv_call()