Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/coco/sev/
H A Dshared.c232 return ES_OK; in verify_exception_info()
362 case ES_OK: in svsm_perform_ghcb_protocol()
461 return ES_OK; in __sev_cpuid_hv_ghcb()
799 return ES_OK; in vc_insn_string_check()
1105 return ES_OK; in vc_handle_cpuid()
1134 return ES_OK; in vc_handle_cpuid()
1167 return ES_OK; in vc_handle_rdtsc()
1577 return ES_OK; in vc_check_opcode_bytes()
1581 return ES_OK; in vc_check_opcode_bytes()
1586 return ES_OK; in vc_check_opcode_bytes()
[all …]
H A Dcore.c322 return ES_OK; in __vc_decode_user_insn()
344 return ES_OK; in __vc_decode_kern_insn()
421 return ES_OK; in vc_write_mem()
499 return ES_OK; in vc_read_mem()
544 return ES_OK; in vc_slow_virt_to_phys()
565 return ES_OK; in vc_ioio_check()
1504 return ES_OK; in __vc_handle_msr_caa()
1539 return ES_OK; in __vc_handle_secure_tsc_msrs()
2035 return ES_OK; in vc_handle_dr7_write()
2249 case ES_OK: in vc_raw_handle_exception()
[all …]
/linux-6.15/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()
309 if (result != ES_OK) in do_boot_stage2_vc()
313 if (result != ES_OK) in do_boot_stage2_vc()
333 if (result == ES_OK) in do_boot_stage2_vc()
/linux-6.15/arch/x86/include/asm/
H A Dsev.h28 ES_OK, /* All good */ enumerator
/linux-6.15/arch/x86/hyperv/
H A Divm.c137 return ES_OK; in hv_ghcb_hv_call()