Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dx86_init.h249 bool (*sev_es_hcall_finish)(struct ghcb *ghcb, struct pt_regs *regs); member
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dvmware.c523 .runtime.sev_es_hcall_finish = vmware_sev_es_hcall_finish,
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsev-es.c1169 if (x86_platform.hyper.sev_es_hcall_finish && in vc_handle_vmmcall()
1170 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs)) in vc_handle_vmmcall()
H A Dkvm.c847 .runtime.sev_es_hcall_finish = kvm_sev_es_hcall_finish,