Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h272 void (*sev_es_hcall_prepare)(struct ghcb *ghcb, struct pt_regs *regs); member
/openbmc/linux/arch/x86/kernel/cpu/
H A Dvmware.c525 .runtime.sev_es_hcall_prepare = vmware_sev_es_hcall_prepare,
H A Dmshyperv.c692 .runtime.sev_es_hcall_prepare = hv_sev_es_hcall_prepare,
/openbmc/linux/arch/x86/kernel/
H A Dsev.c1702 if (x86_platform.hyper.sev_es_hcall_prepare) in vc_handle_vmmcall()
1703 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs); in vc_handle_vmmcall()
H A Dkvm.c1009 .runtime.sev_es_hcall_prepare = kvm_sev_es_hcall_prepare,