Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c182 enum es_result ret = ES_OK; in vc_init_em_ctxt()
204 return ES_OK; in verify_exception_info()
299 if (ret != ES_OK) in __sev_cpuid_hv_ghcb()
313 return ES_OK; in __sev_cpuid_hv_ghcb()
645 return ES_OK; in vc_insn_string_check()
659 if (ret != ES_OK) in vc_insn_string_read()
667 if (ret != ES_OK) in vc_insn_string_read()
685 if (ret != ES_OK) in vc_insn_string_write()
693 if (ret != ES_OK) in vc_insn_string_write()
821 if (ret != ES_OK) in vc_handle_ioio()
[all …]
H A Dsev.c304 return ES_OK; in __vc_decode_user_insn()
326 return ES_OK; in __vc_decode_kern_insn()
403 return ES_OK; in vc_write_mem()
481 return ES_OK; in vc_read_mem()
526 return ES_OK; in vc_slow_virt_to_phys()
547 return ES_OK; in vc_ioio_check()
1201 if ((ret == ES_OK) && (!exit_info_1)) { in vc_handle_msr()
1427 if (res != ES_OK) { in vc_do_mmio()
1485 if (ret != ES_OK) in vc_handle_mmio_movs()
1489 if (ret != ES_OK) in vc_handle_mmio_movs()
[all …]
/openbmc/linux/arch/x86/boot/compressed/
H A 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()
108 return ES_OK; in vc_ioio_check()
307 if (result != ES_OK) in do_boot_stage2_vc()
327 if (result == ES_OK) in do_boot_stage2_vc()
/openbmc/linux/arch/x86/include/asm/
H A Dsev.h26 ES_OK, /* All good */ enumerator
/openbmc/linux/arch/x86/hyperv/
H A Divm.c137 return ES_OK; in hv_ghcb_hv_call()