Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/coco/sev/
Dcore.c146 struct ghcb *ghcb; member
237 struct ghcb *ghcb; in __sev_get_ghcb() local
512 static enum es_result vc_slow_virt_to_phys(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_slow_virt_to_phys()
633 struct ghcb *ghcb; in __sev_put_ghcb() local
659 struct ghcb *ghcb; in svsm_perform_call_protocol() local
696 struct ghcb *ghcb; in __sev_es_nmi_complete() local
735 struct ghcb *ghcb; in get_jump_table_addr() local
854 struct ghcb *ghcb; in __set_pages_state() local
977 unsigned long addr, end, size, ghcb; in unshare_all_memory() local
1063 struct ghcb *ghcb; in snp_kexec_finish() local
[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()
580 snp_cpuid_postprocess(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in snp_cpuid_postprocess()
676 snp_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in snp_cpuid()
968 static enum es_result vc_handle_ioio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_ioio()
[all …]
/linux-6.14.4/arch/x86/kernel/cpu/
Dmshyperv.c687 static void hv_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in hv_sev_es_hcall_prepare()
695 static bool hv_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in hv_sev_es_hcall_finish()
Dvmware.c549 static void vmware_sev_es_hcall_prepare(struct ghcb *ghcb, in vmware_sev_es_hcall_prepare()
562 static bool vmware_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in vmware_sev_es_hcall_finish()
/linux-6.14.4/arch/x86/boot/compressed/
Dsev.c144 struct ghcb *ghcb; in svsm_perform_call_protocol() local
276 static void __noreturn sev_es_ghcb_terminate(struct ghcb *ghcb, unsigned int set, in sev_es_ghcb_terminate()
/linux-6.14.4/arch/x86/include/asm/
Dsvm.h510 struct ghcb { struct
511 struct ghcb_save_area save; argument
512 u8 reserved_save[2048 - sizeof(struct ghcb_save_area)]; argument
518 u32 ghcb_usage; argument
/linux-6.14.4/arch/x86/hyperv/
Divm.c32 struct ghcb ghcb; member
121 static enum es_result hv_ghcb_hv_call(struct ghcb *ghcb, u64 exit_code, in hv_ghcb_hv_call()
/linux-6.14.4/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.14.4/arch/x86/kvm/svm/
Dsev.c3198 struct ghcb *ghcb = svm->sev_es.ghcb; in dump_ghcb() local
3224 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_to_ghcb() local
3244 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_from_ghcb() local
Dsvm.h218 struct ghcb *ghcb; member