Home
last modified time | relevance | path

Searched refs:TDX_REPORT_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtdx-guest.h18 #define TDX_REPORT_LEN 1024 macro
30 __u8 tdreport[TDX_REPORT_LEN];
/openbmc/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c30 tdreport = kzalloc(TDX_REPORT_LEN, GFP_KERNEL); in tdx_get_report0()
46 if (copy_to_user(req->tdreport, tdreport, TDX_REPORT_LEN)) in tdx_get_report0()