Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Dsev-handle-vc.c134 else if (result != ES_RETRY) in do_boot_stage2_vc()
/linux/arch/x86/coco/sev/
H A Dvc-handle.c576 return ES_RETRY; in vc_handle_mmio_movs()
933 case ES_RETRY: in vc_raw_handle_exception()
1067 case ES_RETRY: in handle_vc_boot_ghcb()
H A Dvc-shared.c388 ret = regs->cx ? ES_RETRY : ES_OK; in vc_handle_ioio()
/linux/arch/x86/include/asm/
H A Dsev.h34 ES_RETRY, /* Retry instruction emulation */ enumerator