Home
last modified time | relevance | path

Searched refs:vc_forward_exception (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/boot/startup/
H A Dsev-shared.c20 #undef vc_forward_exception
21 #define vc_forward_exception(c) panic("SNP: Hypervisor requested exception\n") macro
279 vc_forward_exception(&ctxt); in svsm_perform_ghcb_protocol()
/linux/arch/x86/coco/sev/
H A Dvc-handle.c100 void vc_forward_exception(struct es_em_ctxt *ctxt) in vc_forward_exception() function
919 vc_forward_exception(&ctxt); in vc_raw_handle_exception()
/linux/arch/x86/include/asm/
H A Dsev.h543 void vc_forward_exception(struct es_em_ctxt *ctxt);