Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Dsev.c62 struct ghcb *ghcb; in svsm_perform_call_protocol() local
194 static void __noreturn sev_es_ghcb_terminate(struct ghcb *ghcb, unsigned int set, in sev_es_ghcb_terminate()
/linux/arch/x86/kernel/cpu/
H A 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/arch/x86/kvm/svm/
H A Dsev.c3194 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_to_ghcb() local
3214 struct ghcb *ghcb = svm->sev_es.ghcb; in sev_es_sync_from_ghcb() local
H A Dsvm.h223 struct ghcb *ghcb; member
/linux/arch/x86/include/asm/
H A Dsev.h524 static __always_inline void vc_ghcb_invalidate(struct ghcb *ghcb) in vc_ghcb_invalidate()