Searched refs:TDX_REPORTDATA_LEN (Results 1 – 3 of 3) sorted by relevance
15 #define TDX_REPORTDATA_LEN 64 macro29 __u8 reportdata[TDX_REPORTDATA_LEN];
26 reportdata = kmalloc(TDX_REPORTDATA_LEN, GFP_KERNEL); in tdx_get_report0()36 if (copy_from_user(reportdata, req->reportdata, TDX_REPORTDATA_LEN)) { in tdx_get_report0()
141 for (i = 0; i < TDX_REPORTDATA_LEN; i++) in TEST()
Completed in 4 milliseconds