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

/linux-master/arch/x86/include/asm/
H A Dx86_init.h260 * @sev_es_hcall_finish: Copies state from the GHCB back into the
273 bool (*sev_es_hcall_finish)(struct ghcb *ghcb, struct pt_regs *regs); member in struct:x86_hyper_runtime
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c526 .runtime.sev_es_hcall_finish = vmware_sev_es_hcall_finish,
H A Dmshyperv.c650 .runtime.sev_es_hcall_finish = hv_sev_es_hcall_finish,
/linux-master/arch/x86/kernel/
H A Dsev.c1734 * Call sev_es_hcall_finish() after regs->ax is already set.
1738 if (x86_platform.hyper.sev_es_hcall_finish &&
1739 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs))
H A Dkvm.c1012 .runtime.sev_es_hcall_finish = kvm_sev_es_hcall_finish,

Completed in 153 milliseconds