Home
last modified time | relevance | path

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

/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c249 static int wait_for_quote_completion(struct tdx_quote_buf *quote_buf, u32 timeout) in wait_for_quote_completion() argument
257 while (quote_buf->status == GET_QUOTE_IN_FLIGHT && i++ < timeout) { in wait_for_quote_completion()
268 struct tdx_quote_buf *quote_buf = quote_data; in tdx_report_new_locked() local
278 if (quote_buf->status == GET_QUOTE_IN_FLIGHT) in tdx_report_new_locked()
287 quote_buf->version = GET_QUOTE_CMD_VER; in tdx_report_new_locked()
288 quote_buf->in_len = TDX_REPORT_LEN; in tdx_report_new_locked()
291 KERNEL_SOCKPTR(quote_buf->data)); in tdx_report_new_locked()
301 ret = wait_for_quote_completion(quote_buf, getquote_timeout); in tdx_report_new_locked()
307 buf = kvmemdup(quote_buf->data, quote_buf->out_len, GFP_KERNEL); in tdx_report_new_locked()
312 report->outblob_len = quote_buf->out_len; in tdx_report_new_locked()