Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dsev-guest.h65 struct snp_ext_report_req { struct
/linux-6.6.21/Documentation/virt/coco/
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
/linux-6.6.21/drivers/virt/coco/sev-guest/
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()