Home
last modified time | relevance | path

Searched defs:ghcb (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/arch/x86/coco/sev/
Dcore.c133 struct ghcb *ghcb; member
251 struct ghcb *ghcb; in __sev_get_ghcb() local
526 static enum es_result vc_slow_virt_to_phys(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_slow_virt_to_phys()
647 struct ghcb *ghcb; in __sev_put_ghcb() local
673 struct ghcb *ghcb; in svsm_perform_call_protocol() local
710 struct ghcb *ghcb; in __sev_es_nmi_complete() local
781 struct ghcb *ghcb; in get_jump_table_addr() local
905 struct ghcb *ghcb; in __set_pages_state() local
1106 struct ghcb *ghcb; in wakeup_cpu_via_vmgexit() local
1334 static enum es_result vc_handle_msr(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_msr()
[all …]
Dshared.c193 static __always_inline void vc_ghcb_invalidate(struct ghcb *ghcb) in vc_ghcb_invalidate()
226 static enum es_result verify_exception_info(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in verify_exception_info()
336 static int svsm_perform_ghcb_protocol(struct ghcb *ghcb, struct svsm_call *call) in svsm_perform_ghcb_protocol()
374 static enum es_result sev_es_ghcb_hv_call(struct ghcb *ghcb, in sev_es_ghcb_hv_call()
431 static int __sev_cpuid_hv_ghcb(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in __sev_cpuid_hv_ghcb()
464 static int sev_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in sev_cpuid_hv()
573 static void snp_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in snp_cpuid_hv()
579 static int snp_cpuid_postprocess(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in snp_cpuid_postprocess()
675 snp_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in snp_cpuid()
967 static enum es_result vc_handle_ioio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_ioio()
[all …]
/linux-6.12.1/arch/x86/kernel/cpu/
Dmshyperv.c629 static void hv_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in hv_sev_es_hcall_prepare()
637 static bool hv_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in hv_sev_es_hcall_finish()
Dvmware.c545 static void vmware_sev_es_hcall_prepare(struct ghcb *ghcb, in vmware_sev_es_hcall_prepare()
558 static bool vmware_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in vmware_sev_es_hcall_finish()
/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c144 struct ghcb *ghcb; in svsm_perform_call_protocol() local
313 static void __noreturn sev_es_ghcb_terminate(struct ghcb *ghcb, unsigned int set, in sev_es_ghcb_terminate()
/linux-6.12.1/arch/x86/include/asm/
Dsvm.h508 struct ghcb { struct
509 struct ghcb_save_area save; argument
510 u8 reserved_save[2048 - sizeof(struct ghcb_save_area)]; argument
516 u32 ghcb_usage; argument
/linux-6.12.1/arch/x86/hyperv/
Divm.c33 struct ghcb ghcb; member
122 static enum es_result hv_ghcb_hv_call(struct ghcb *ghcb, u64 exit_code, in hv_ghcb_hv_call()
/linux-6.12.1/arch/x86/kernel/
Dkvm.c990 static void kvm_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_prepare()
999 static bool kvm_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_finish()
/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c3201 struct ghcb *ghcb = svm->sev_es.ghcb; in dump_ghcb() local
3227 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_to_ghcb() local
3247 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_from_ghcb() local
Dsvm.h218 struct ghcb *ghcb; member