Home
last modified time | relevance | path

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

/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
/linux/include/uapi/linux/
H A Dtdx-guest.h30 __u8 tdreport[TDX_REPORT_LEN]; member
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c53 static int tdx_do_report(sockptr_t data, sockptr_t tdreport) in tdx_do_report()
/linux/arch/x86/coco/tdx/
H A Dtdx.c121 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0()