Home
last modified time | relevance | path

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

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