Searched defs:ghcb (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kernel/ |
D | sev-es.c | 83 struct ghcb *ghcb; member 160 struct ghcb *ghcb; in __sev_get_ghcb() local 416 static enum es_result vc_slow_virt_to_phys(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_slow_virt_to_phys() 484 struct ghcb *ghcb; in __sev_put_ghcb() local 509 struct ghcb *ghcb; in __sev_es_nmi_complete() local 528 struct ghcb *ghcb; in get_jump_table_addr() local 619 static enum es_result vc_handle_msr(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_msr() 670 struct ghcb *ghcb; in sev_es_ap_hlt_loop() local 823 static enum es_result vc_do_mmio(struct ghcb *ghcb, struct es_em_ctxt *ctxt, in vc_do_mmio() 855 static enum es_result vc_handle_mmio_twobyte_ops(struct ghcb *ghcb, in vc_handle_mmio_twobyte_ops() [all …]
|
D | sev-es-shared.c | 64 static __always_inline void vc_ghcb_invalidate(struct ghcb *ghcb) in vc_ghcb_invalidate() 97 static enum es_result sev_es_ghcb_hv_call(struct ghcb *ghcb, in sev_es_ghcb_hv_call() 403 static enum es_result vc_handle_ioio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in vc_handle_ioio() 511 static enum es_result vc_handle_cpuid(struct ghcb *ghcb, in vc_handle_cpuid() 546 static enum es_result vc_handle_rdtsc(struct ghcb *ghcb, in vc_handle_rdtsc()
|
D | kvm.c | 822 static void kvm_sev_es_hcall_prepare(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_prepare() 831 static bool kvm_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in kvm_sev_es_hcall_finish()
|
/arch/x86/include/asm/ |
D | svm.h | 286 struct ghcb { struct 294 u32 ghcb_usage; argument 306 BUILD_BUG_ON(sizeof(struct ghcb) != EXPECTED_GHCB_SIZE); in __unused_size_checks() argument
|
/arch/x86/kernel/cpu/ |
D | vmware.c | 481 static void vmware_sev_es_hcall_prepare(struct ghcb *ghcb, in vmware_sev_es_hcall_prepare() 494 static bool vmware_sev_es_hcall_finish(struct ghcb *ghcb, struct pt_regs *regs) in vmware_sev_es_hcall_finish()
|