MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / tdx_cmd_get_report0

Function tdx_cmd_get_report0

tdx-attest/src/linux.rs:90–92  ·  view source on GitHub ↗

TDX ioctl commands

()

Source from the content-addressed store, hash-verified

88
89// TDX ioctl commands
90fn tdx_cmd_get_report0() -> IoctlRequest {
91 iowr::<TdxReportReq>(b'T', 1)
92}
93
94// Note: Kernel driver uses _IOR (not _IOW) for extend RTMR
95fn tdx_cmd_extend_rtmr() -> IoctlRequest {

Callers 1

get_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected