Searched refs:tdx_hcall_get_quote (Results 1 - 3 of 3) sorted by path

/linux-master/arch/x86/coco/tdx/
H A Dtdx.c111 * tdx_hcall_get_quote() - Wrapper to request TD Quote using GetQuote
124 u64 tdx_hcall_get_quote(u8 *buf, size_t size) function
129 EXPORT_SYMBOL_GPL(tdx_hcall_get_quote); variable
/linux-master/arch/x86/include/asm/
H A Dtdx.h67 u64 tdx_hcall_get_quote(u8 *buf, size_t size);
/linux-master/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c218 err = tdx_hcall_get_quote(quote_data, GET_QUOTE_BUF_SIZE);

Completed in 203 milliseconds