Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsev-guest.h67 struct snp_ext_report_req { struct
/linux/Documentation/virt/coco/
H A Dsev-guest.rst126 :Parameters (in/out): struct snp_ext_report_req
138 and snp_ext_report_req.certs_address will contain the certificate blob. If the
139 length of the blob is smaller than expected then snp_ext_report_req.certs_len will
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c173 struct snp_ext_report_req *report_req __free(kfree) = NULL; in get_ext_report()
506 struct snp_ext_report_req ext_req = { in sev_report_new()