Home
last modified time | relevance | path

Searched refs:tdx_hcall_get_quote (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dtdx.h67 u64 tdx_hcall_get_quote(u8 *buf, size_t size);
/linux-6.12.1/drivers/virt/coco/tdx-guest/
Dtdx-guest.c218 err = tdx_hcall_get_quote(quote_data, GET_QUOTE_BUF_SIZE); in tdx_report_new()
/linux-6.12.1/arch/x86/coco/tdx/
Dtdx.c129 u64 tdx_hcall_get_quote(u8 *buf, size_t size) in tdx_hcall_get_quote() function
134 EXPORT_SYMBOL_GPL(tdx_hcall_get_quote);