Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsev-guest.h78 #define SNP_GET_REPORT _IOWR(SNP_GUEST_REQ_IOC_TYPE, 0x0, struct snp_guest_request_ioctl) macro
/openbmc/linux/Documentation/virt/coco/
H A Dsev-guest.rst70 2.1 SNP_GET_REPORT
78 The SNP_GET_REPORT ioctl can be used to query the attestation report from the
112 The SNP_GET_EXT_REPORT ioctl is similar to the SNP_GET_REPORT. The difference is
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c660 case SNP_GET_REPORT: in snp_guest_ioctl()