Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/coco/sev/
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 …]
Dcore.c336 return ES_OK; in __vc_decode_user_insn()
358 return ES_OK; in __vc_decode_kern_insn()
435 return ES_OK; in vc_write_mem()
513 return ES_OK; in vc_read_mem()
558 return ES_OK; in vc_slow_virt_to_phys()
579 return ES_OK; in vc_ioio_check()
1346 return ES_OK; in vc_handle_msr()
1351 return ES_OK; in vc_handle_msr()
1362 if ((ret == ES_OK) && (!exit_info_1)) { in vc_handle_msr()
1626 if (res != ES_OK) { in vc_do_mmio()
[all …]
/linux-6.12.1/arch/x86/boot/compressed/
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-6.12.1/arch/x86/include/asm/
Dsev.h27 ES_OK, /* All good */ enumerator
/linux-6.12.1/arch/x86/hyperv/
Divm.c138 return ES_OK; in hv_ghcb_hv_call()