Home
last modified time | relevance | path

Searched defs:tdreport (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/tdx/
Dtdx_guest_test.c105 struct tdreport { struct
106 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
/linux-6.12.1/drivers/virt/coco/tdx-guest/
Dtdx-guest.c71 u8 *reportdata, *tdreport; in tdx_get_report0() local
164 u8 *buf, *reportdata = NULL, *tdreport = NULL; in tdx_report_new() local
/linux-6.12.1/include/uapi/linux/
Dtdx-guest.h30 __u8 tdreport[TDX_REPORT_LEN]; member
/linux-6.12.1/arch/x86/coco/tdx/
Dtdx.c95 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()