Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsev.h31 ES_RETRY, /* Retry instruction emulation */ enumerator
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c329 else if (result != ES_RETRY) in do_boot_stage2_vc()
/openbmc/linux/arch/x86/kernel/
H A Dsev.c1507 return ES_RETRY; in vc_handle_mmio_movs()
1888 case ES_RETRY: in vc_raw_handle_exception()
2022 case ES_RETRY: in handle_vc_boot_ghcb()
H A Dsev-shared.c894 ret = regs->cx ? ES_RETRY : ES_OK; in vc_handle_ioio()