Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dsev.h28 ES_RETRY, /* Retry instruction emulation */ enumerator
/Linux-v6.1/arch/x86/boot/compressed/
Dsev.c249 else if (result != ES_RETRY) in do_boot_stage2_vc()
/Linux-v6.1/arch/x86/kernel/
Dsev.c1533 return ES_RETRY; in vc_handle_mmio_movs()
1905 case ES_RETRY: in vc_raw_handle_exception()
2039 case ES_RETRY: in handle_vc_boot_ghcb()
Dsev-shared.c820 ret = regs->cx ? ES_RETRY : ES_OK; in vc_handle_ioio()