Home
last modified time | relevance | path

Searched refs:TDX_CMD_GET_REPORT0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtdx-guest.h40 #define TDX_CMD_GET_REPORT0 _IOWR('T', 1, struct tdx_report_req) macro
/openbmc/linux/Documentation/virt/coco/
H A Dtdx-guest.rst23 2.1 TDX_CMD_GET_REPORT0
32 The TDX_CMD_GET_REPORT0 IOCTL can be used by the attestation software to get
/openbmc/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c60 case TDX_CMD_GET_REPORT0: in tdx_guest_ioctl()
/openbmc/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c145 ASSERT_EQ(0, ioctl(devfd, TDX_CMD_GET_REPORT0, &req)); in TEST()