Symbol: sev_es_ghcb_hv_call
arch/x86/coco/sev/core.c
1047
res = sev_es_ghcb_hv_call(ghcb, &ctxt, SVM_VMGEXIT_SAVIC,
arch/x86/coco/sev/core.c
1068
res = sev_es_ghcb_hv_call(ghcb, &ctxt, SVM_VMGEXIT_SAVIC,
arch/x86/coco/sev/core.c
1354
ret = sev_es_ghcb_hv_call(ghcb, &ctxt, req->exit_code, input->req_gpa, input->resp_gpa);
arch/x86/coco/sev/core.c
284
ret = sev_es_ghcb_hv_call(ghcb, &ctxt, SVM_VMGEXIT_PSC, 0, 0);
arch/x86/coco/sev/vc-handle.c
439
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_MSR, write, 0);
arch/x86/coco/sev/vc-handle.c
509
return sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, exit_info_1, exit_info_2);
arch/x86/coco/sev/vc-handle.c
691
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_WRITE_DR7, 0, 0);
arch/x86/coco/sev/vc-handle.c
724
return sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_WBINVD, 0, 0);
arch/x86/coco/sev/vc-handle.c
733
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_RDPMC, 0, 0);
arch/x86/coco/sev/vc-handle.c
774
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_VMMCALL, 0, 0);
arch/x86/coco/sev/vc-shared.c
360
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO,
arch/x86/coco/sev/vc-shared.c
402
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_IOIO, exit_info_1, 0);
arch/x86/coco/sev/vc-shared.c
478
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0);
arch/x86/coco/sev/vc-shared.c
560
ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0);
arch/x86/coco/sev/vc-shared.c
595
ret = sev_es_ghcb_hv_call(ghcb, ctxt, exit_code, 0, 0);
arch/x86/include/asm/sev.h
564
enum es_result sev_es_ghcb_hv_call(struct ghcb *ghcb,