Searched refs:ES_OK (Results 1 – 4 of 4) sorted by relevance
81 enum es_result ret = ES_OK; in vc_init_em_ctxt()136 ret = ES_OK; in sev_es_ghcb_hv_call()223 enum es_result ret = ES_OK; in vc_insn_string_read()230 if (ret != ES_OK) in vc_insn_string_read()244 enum es_result ret = ES_OK; in vc_insn_string_write()251 if (ret != ES_OK) in vc_insn_string_write()361 return ES_OK; in vc_ioio_exitinfo()371 if (ret != ES_OK) in vc_handle_ioio()418 if (ret != ES_OK) in vc_handle_ioio()444 ret = regs->cx ? ES_RETRY : ES_OK; in vc_handle_ioio()[all …]
291 return ES_OK; in __vc_decode_user_insn()313 return ES_OK; in __vc_decode_kern_insn()379 return ES_OK; in vc_write_mem()447 return ES_OK; in vc_read_mem()492 return ES_OK; in vc_slow_virt_to_phys()653 if ((ret == ES_OK) && (!exit_info_1)) { in vc_handle_msr()857 if (res != ES_OK) { in vc_do_mmio()985 if (ret != ES_OK) in vc_handle_mmio_movs()989 if (ret != ES_OK) in vc_handle_mmio_movs()1005 return ES_OK; in vc_handle_mmio_movs()[all …]
89 return ES_OK; in vc_decode_insn()97 return ES_OK; in vc_write_mem()105 return ES_OK; in vc_read_mem()182 if (result != ES_OK) in do_boot_stage2_vc()202 if (result == ES_OK) in do_boot_stage2_vc()
22 ES_OK, /* All good */ enumerator