Searched defs:ghcb (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 146 struct ghcb *ghcb; member 237 struct ghcb *ghcb; in __sev_get_ghcb() local 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 967 struct ghcb *ghcb; in vmgexit_ap_control() local 1219 struct ghcb *ghcb; in snp_kexec_finish() local 1582 struct ghcb *ghcb; in snp_register_per_cpu_ghcb() local [all …]
|
| H A D | shared.c | 193 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() 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() 1076 static int vc_handle_cpuid_snp(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_cpuid_snp() 1095 static enum es_result vc_handle_cpuid(struct ghcb *ghcb, in vc_handle_cpuid() 1137 static enum es_result vc_handle_rdtsc(struct ghcb *ghcb, in vc_handle_rdtsc() [all …]
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 679 static void hv_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in hv_sev_es_hcall_prepare() 687 static bool hv_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in hv_sev_es_hcall_finish()
|
| H A D | vmware.c | 549 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.15/arch/x86/boot/compressed/ |
| H A D | sev.c | 144 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.15/arch/x86/include/asm/ |
| H A D | svm.h | 507 struct ghcb { struct 508 struct ghcb_save_area save; argument 509 u8 reserved_save[2048 - sizeof(struct ghcb_save_area)]; argument 515 u32 ghcb_usage; argument
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | ivm.c | 32 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.15/arch/x86/kernel/ |
| H A D | kvm.c | 989 static void kvm_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_prepare() 998 static bool kvm_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_finish()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | sev.c | 3215 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_to_ghcb() local 3235 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_from_ghcb() local
|
| H A D | svm.h | 218 struct ghcb *ghcb; member
|