Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsev-guest.h65 struct snp_ext_report_req { struct
/openbmc/linux/Documentation/virt/coco/
H A Dsev-guest.rst109 :Parameters (in/out): struct snp_ext_report_req
121 and snp_ext_report_req.certs_address will contain the certificate blob. If the
122 length of the blob is smaller than expected then snp_ext_report_req.certs_len will
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c63 struct snp_ext_report_req ext_report;
560 struct snp_ext_report_req *req = &snp_dev->req.ext_report; in get_ext_report()