Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dsev.c110 struct ghcb *ghcb; member
205 struct ghcb *ghcb; in __sev_get_ghcb() local
480 static enum es_result vc_slow_virt_to_phys(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_slow_virt_to_phys()
521 struct ghcb *ghcb; in __sev_put_ghcb() local
546 struct ghcb *ghcb; in __sev_es_nmi_complete() local
617 struct ghcb *ghcb; in get_jump_table_addr() local
764 struct ghcb *ghcb; in vmgexit_psc() local
990 struct ghcb *ghcb; in wakeup_cpu_via_vmgexit() local
1212 static enum es_result vc_handle_msr(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_msr()
1240 struct ghcb *ghcb; in snp_register_per_cpu_ghcb() local
[all …]
Dsev-shared.c161 static __always_inline void vc_ghcb_invalidate(struct ghcb *ghcb) in vc_ghcb_invalidate()
194 static enum es_result verify_exception_info(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in verify_exception_info()
222 static enum es_result sev_es_ghcb_hv_call(struct ghcb *ghcb, in sev_es_ghcb_hv_call()
740 static enum es_result vc_handle_ioio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_ioio()
866 static enum es_result vc_handle_cpuid(struct ghcb *ghcb, in vc_handle_cpuid()
908 static enum es_result vc_handle_rdtsc(struct ghcb *ghcb, in vc_handle_rdtsc()
Dkvm.c992 static void kvm_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_prepare()
1001 static bool kvm_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_finish()
/linux-6.1.9/arch/x86/hyperv/
Divm.c24 struct ghcb ghcb; member
111 static enum es_result hv_ghcb_hv_call(struct ghcb *ghcb, u64 exit_code, in hv_ghcb_hv_call()
/linux-6.1.9/arch/x86/kvm/svm/
Dsev.c2350 struct ghcb *ghcb = svm->sev_es.ghcb; in dump_ghcb() local
2376 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_to_ghcb() local
2396 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_from_ghcb() local
2440 struct ghcb *ghcb; in sev_es_validate_vmgexit() local
2628 struct ghcb *ghcb = svm->sev_es.ghcb; in setup_vmgexit_scratch() local
2818 struct ghcb *ghcb; in sev_handle_vmgexit() local
Dsvm.h195 struct ghcb *ghcb; member
/linux-6.1.9/arch/x86/include/asm/
Dsvm.h487 struct ghcb { struct
488 struct ghcb_save_area save; argument
489 u8 reserved_save[2048 - sizeof(struct ghcb_save_area)]; argument
495 u32 ghcb_usage; argument
511 BUILD_BUG_ON(sizeof(struct ghcb) != EXPECTED_GHCB_SIZE); in __unused_size_checks() argument
/linux-6.1.9/arch/x86/kernel/cpu/
Dvmware.c484 static void vmware_sev_es_hcall_prepare(struct ghcb *ghcb, in vmware_sev_es_hcall_prepare()
497 static bool vmware_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in vmware_sev_es_hcall_finish()
/linux-6.1.9/arch/x86/boot/compressed/
Dsev.c211 static void __noreturn sev_es_ghcb_terminate(struct ghcb *ghcb, unsigned int set, in sev_es_ghcb_terminate()