Home
last modified time | relevance | path

Searched refs:tdreport (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c105 struct tdreport { struct
134 struct tdreport *tdreport; in TEST() local
152 req.tdreport, sizeof(req.tdreport)); in TEST()
156 tdreport = (struct tdreport *)req.tdreport; in TEST()
157 ASSERT_EQ(0, memcmp(&tdreport->reportmac.reportdata[0], in TEST()
/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() argument
67 if (!sockptr_is_null(tdreport) && in tdx_do_report()
68 copy_to_sockptr(tdreport, tdx_report_buf, TDX_REPORT_LEN)) in tdx_do_report()
210 USER_SOCKPTR(req->tdreport)); in tdx_get_report0()
/linux/include/uapi/linux/
H A Dtdx-guest.h30 __u8 tdreport[TDX_REPORT_LEN]; member
/linux/Documentation/virt/coco/
H A Dtdx-guest.rst28 tdx_report_req.tdreport and return 0. Return -EINVAL for invalid
/linux/arch/x86/coco/tdx/
H A Dtdx.c121 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport) in tdx_mcall_get_report0() argument
124 .rcx = virt_to_phys(tdreport), in tdx_mcall_get_report0()
/linux/arch/x86/include/asm/
H A Dtdx.h69 int tdx_mcall_get_report0(u8 *reportdata, u8 *tdreport);