Searched defs:ghcb (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | sev.c | 110 struct ghcb *ghcb; member 205 struct ghcb *ghcb; in __sev_get_ghcb() local 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 1240 struct ghcb *ghcb; in snp_register_per_cpu_ghcb() local 1289 struct ghcb *ghcb; in sev_es_ap_hlt_loop() local 1869 struct ghcb *ghcb; in vc_raw_handle_exception() local [all …]
|
A D | sev-shared.c | 161 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()
|
A D | kvm.c | 986 static void kvm_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_prepare() 995 static bool kvm_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_finish()
|
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | ivm.c | 24 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.3-rc2/arch/x86/kvm/svm/ |
A D | sev.c | 2351 struct ghcb *ghcb = svm->sev_es.ghcb; in dump_ghcb() local 2377 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_to_ghcb() local 2397 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_from_ghcb() local 2441 struct ghcb *ghcb; in sev_es_validate_vmgexit() local 2629 struct ghcb *ghcb = svm->sev_es.ghcb; in setup_vmgexit_scratch() local 2819 struct ghcb *ghcb; in sev_handle_vmgexit() local
|
A D | svm.h | 191 struct ghcb *ghcb; member
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | svm.h | 493 struct ghcb { struct 494 struct ghcb_save_area save; argument 495 u8 reserved_save[2048 - sizeof(struct ghcb_save_area)]; argument 501 u32 ghcb_usage; argument 520 BUILD_BUG_ON(sizeof(struct ghcb) != EXPECTED_GHCB_SIZE); in __unused_size_checks() argument
|
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | vmware.c | 484 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.3-rc2/arch/x86/boot/compressed/ |
A D | sev.c | 211 static void __noreturn sev_es_ghcb_terminate(struct ghcb *ghcb, unsigned int set, in sev_es_ghcb_terminate()
|
Completed in 26 milliseconds