Home
last modified time | relevance | path

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

/linux/arch/x86/coco/sev/
H A Dinternal.h67 enum es_result verify_exception_info(struct ghcb *ghcb, struct es_em_ctxt *ctxt);
H A Dvc-shared.c416 enum es_result verify_exception_info(struct ghcb *ghcb, struct es_em_ctxt *ctxt) in verify_exception_info() function
460 return verify_exception_info(ghcb, ctxt); in sev_es_ghcb_hv_call()
H A Dsvsm.c55 switch (verify_exception_info(ghcb, &ctxt)) { in svsm_perform_ghcb_protocol()