Home
last modified time | relevance | path

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

/linux/arch/x86/coco/sev/
H A Dshared.c210 enum es_result ret = ES_OK; in vc_init_em_ctxt()
232 return ES_OK; in verify_exception_info()
362 case ES_OK: in svsm_perform_ghcb_protocol()
447 if (ret != ES_OK) in __sev_cpuid_hv_ghcb()
461 return ES_OK; in __sev_cpuid_hv_ghcb()
798 return ES_OK; in vc_insn_string_check()
812 if (ret != ES_OK) in vc_insn_string_read()
820 if (ret != ES_OK) in vc_insn_string_read()
838 if (ret != ES_OK) in vc_insn_string_write()
846 if (ret != ES_OK) in vc_insn_string_write()
[all …]
H A Dcore.c312 return ES_OK; in __vc_decode_user_insn()
334 return ES_OK; in __vc_decode_kern_insn()
411 return ES_OK; in vc_write_mem()
489 return ES_OK; in vc_read_mem()
534 return ES_OK; in vc_slow_virt_to_phys()
555 return ES_OK; in vc_ioio_check()
1413 return ES_OK; in __vc_handle_msr_caa()
1418 return ES_OK; in __vc_handle_msr_caa()
1441 if ((ret == ES_OK) && !write) { in vc_handle_msr()
1705 if (res != ES_OK) { in vc_do_mmio()
[all …]
/linux/arch/x86/boot/compressed/
H A Dsev.c88 return ES_OK; in vc_decode_insn()
96 return ES_OK; in vc_write_mem()
104 return ES_OK; in vc_read_mem()
109 return ES_OK; in vc_ioio_check()
346 if (result != ES_OK) in do_boot_stage2_vc()
350 if (result != ES_OK) in do_boot_stage2_vc()
370 if (result == ES_OK) in do_boot_stage2_vc()
/linux/arch/x86/include/asm/
H A Dsev.h27 ES_OK, /* All good */ enumerator
/linux/arch/x86/hyperv/
H A Divm.c138 return ES_OK; in hv_ghcb_hv_call()