Searched defs:tdreport (Results 1 – 4 of 4) sorted by relevance
105 struct tdreport { struct106 struct reportmac reportmac;107 __u8 tee_tcb_info[239];108 __u8 reserved[17];109 struct td_info tdinfo;134 struct tdreport *tdreport; in TEST() local
30 __u8 tdreport[TDX_REPORT_LEN]; member
23 u8 *reportdata, *tdreport; in tdx_get_report0() local
117 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()