Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtdx-guest.h18 #define TDX_REPORT_LEN 1024 macro
30 __u8 tdreport[TDX_REPORT_LEN];
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c67 copy_to_sockptr(tdreport, tdx_report_buf, TDX_REPORT_LEN)) in tdx_do_report()
130 u8 *buf __free(kfree) = kzalloc(TDX_REPORT_LEN, GFP_KERNEL); in tdx_mr_init()
292 quote_buf->in_len = TDX_REPORT_LEN; in tdx_report_new_locked()