Home
last modified time | relevance | path

Searched refs:ES_OK (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/x86/kernel/
Dsev-shared.c178 enum es_result ret = ES_OK; in vc_init_em_ctxt()
200 return ES_OK; in verify_exception_info()
599 enum es_result ret = ES_OK; in vc_insn_string_read()
606 if (ret != ES_OK) in vc_insn_string_read()
620 enum es_result ret = ES_OK; in vc_insn_string_write()
627 if (ret != ES_OK) in vc_insn_string_write()
737 return ES_OK; in vc_ioio_exitinfo()
747 if (ret != ES_OK) in vc_handle_ioio()
794 if (ret != ES_OK) in vc_handle_ioio()
820 ret = regs->cx ? ES_RETRY : ES_OK; in vc_handle_ioio()
[all …]
Dsev.c290 return ES_OK; in __vc_decode_user_insn()
312 return ES_OK; in __vc_decode_kern_insn()
389 return ES_OK; in vc_write_mem()
467 return ES_OK; in vc_read_mem()
512 return ES_OK; in vc_slow_virt_to_phys()
1229 if ((ret == ES_OK) && (!exit_info_1)) { in vc_handle_msr()
1453 if (res != ES_OK) { in vc_do_mmio()
1511 if (ret != ES_OK) in vc_handle_mmio_movs()
1515 if (ret != ES_OK) in vc_handle_mmio_movs()
1531 return ES_OK; in vc_handle_mmio_movs()
[all …]
/Linux-v6.1/arch/x86/boot/compressed/
Dsev.c87 return ES_OK; in vc_decode_insn()
95 return ES_OK; in vc_write_mem()
103 return ES_OK; in vc_read_mem()
227 if (result != ES_OK) in do_boot_stage2_vc()
247 if (result == ES_OK) in do_boot_stage2_vc()
/Linux-v6.1/arch/x86/include/asm/
Dsev.h23 ES_OK, /* All good */ enumerator
/Linux-v6.1/arch/x86/hyperv/
Divm.c127 return ES_OK; in hv_ghcb_hv_call()