Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h273 bool (*sev_es_hcall_finish)(struct ghcb *ghcb, struct pt_regs *regs); member
/openbmc/linux/arch/x86/kernel/cpu/
H A Dvmware.c526 .runtime.sev_es_hcall_finish = vmware_sev_es_hcall_finish,
H A Dmshyperv.c646 .runtime.sev_es_hcall_finish = hv_sev_es_hcall_finish,
/openbmc/linux/arch/x86/kernel/
H A Dkvm.c1010 .runtime.sev_es_hcall_finish = kvm_sev_es_hcall_finish,
H A Dsev.c1719 if (x86_platform.hyper.sev_es_hcall_finish && in vc_handle_vmmcall()
1720 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs)) in vc_handle_vmmcall()