Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es-shared.c81 enum es_result ret = ES_OK; in vc_init_em_ctxt()
136 ret = ES_OK; in sev_es_ghcb_hv_call()
227 enum es_result ret = ES_OK; in vc_insn_string_read()
234 if (ret != ES_OK) in vc_insn_string_read()
248 enum es_result ret = ES_OK; in vc_insn_string_write()
255 if (ret != ES_OK) in vc_insn_string_write()
365 return ES_OK; in vc_ioio_exitinfo()
375 if (ret != ES_OK) in vc_handle_ioio()
422 if (ret != ES_OK) in vc_handle_ioio()
448 ret = regs->cx ? ES_RETRY : ES_OK; in vc_handle_ioio()
[all …]
H A Dsev-es.c254 ret = ctxt->insn.immediate.got ? ES_OK : ES_DECODE_FAILED; in vc_decode_insn()
325 return ES_OK; in vc_write_mem()
403 return ES_OK; in vc_read_mem()
448 return ES_OK; in vc_slow_virt_to_phys()
609 if ((ret == ES_OK) && (!exit_info_1)) { in vc_handle_msr()
812 if (res != ES_OK) { in vc_do_mmio()
940 if (ret != ES_OK) in vc_handle_mmio_movs()
944 if (ret != ES_OK) in vc_handle_mmio_movs()
960 return ES_OK; in vc_handle_mmio_movs()
1076 if (ret != ES_OK) in vc_handle_dr7_write()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dsev-es.c88 ret = ctxt->insn.immediate.got ? ES_OK : ES_DECODE_FAILED; in vc_decode_insn()
98 return ES_OK; in vc_write_mem()
106 return ES_OK; in vc_read_mem()
183 if (result != ES_OK) in do_boot_stage2_vc()
203 if (result == ES_OK) { in do_boot_stage2_vc()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsev-es.h44 ES_OK, /* All good */ enumerator