Searched refs:TDX_CMD_GET_REPORT0 (Results 1 – 4 of 4) sorted by relevance
40 #define TDX_CMD_GET_REPORT0 _IOWR('T', 1, struct tdx_report_req) macro
23 2.1 TDX_CMD_GET_REPORT032 The TDX_CMD_GET_REPORT0 IOCTL can be used by the attestation software to get
60 case TDX_CMD_GET_REPORT0: in tdx_guest_ioctl()
145 ASSERT_EQ(0, ioctl(devfd, TDX_CMD_GET_REPORT0, &req)); in TEST()
Completed in 7 milliseconds