Expand description
The module includes the definitions of data structures according to TDX specification.
Structs§
- Report
Mac - See
REPORTMACSTRUCT
in Table 3.31, “Intel TDX Module v1.5 ABI specification”, March 2024. - Report
Type - See
REPORTTYPE
in Table 3.32, “Intel TDX Module v1.5 ABI specification”, March 2024. - TdAttributes
- See
ATTRIBUTES
in Table 3.9, “Intel TDX Module v1.5 ABI specification”, March 2024. - TdInfo
- See
TDINFO_STRUCT
in Table 3.33, “Intel TDX Module v1.5 ABI specification”, March 2024. - TdInfo
Base - See
TDINFO_BASE
in Table 3.34, “Intel TDX Module v1.5 ABI specification”, March 2024. - TdReport
- Report structure.
See
TDREPORT_STRUCT
in Table 3.29, “Intel TDX Module v1.5 ABI specification”, March 2024. - TdxReport
Req - Ioctl struct defined by Linux.
- TeeTcb
Info - See
TEE_TCB_INFO
in Table 3.29, “Intel TDX Module v1.5 ABI specification”, March 2024. - TeeTcb
Svn - See
TEE_TCB_SVN
in Section 3.9.4, “Intel TDX Module v1.5 ABI specification”, March 2024.
Constants§
- TDX_
CMD_ GET_ REPOR T0_ IOC_ TYPE - Ioctl type defined by Linux.
- TDX_
REPORT_ DATA_ SIZE - Size of
report_data
member inReportMac
. - TDX_
REPORT_ SIZE - Size of the
TdReport
.
Type Aliases§
- Rtmr
- Run-time extendable measurement register.