Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tdx/
H A 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
/openbmc/linux/include/uapi/linux/
H A Dtdx-guest.h30 __u8 tdreport[TDX_REPORT_LEN]; member
/openbmc/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c23 u8 *reportdata, *tdreport; in tdx_get_report0() local
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c91 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()