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

/linux-master/arch/x86/include/asm/
H A Dx86_init.h257 * @sev_es_hcall_prepare: Load additional hypervisor-specific
272 void (*sev_es_hcall_prepare)(struct ghcb *ghcb, struct pt_regs *regs); member in struct:x86_hyper_runtime
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c525 .runtime.sev_es_hcall_prepare = vmware_sev_es_hcall_prepare,
H A Dmshyperv.c649 .runtime.sev_es_hcall_prepare = hv_sev_es_hcall_prepare,
/linux-master/arch/x86/kernel/
H A Dsev.c1721 if (x86_platform.hyper.sev_es_hcall_prepare)
1722 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs);
H A Dkvm.c1011 .runtime.sev_es_hcall_prepare = kvm_sev_es_hcall_prepare,

Completed in 236 milliseconds