Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/virt/coco/tdx-guest/
Dtdx-guest.c36 #define GET_QUOTE_IN_FLIGHT 0xffffffffffffffff macro
154 while (quote_buf->status == GET_QUOTE_IN_FLIGHT && i++ < timeout) { in wait_for_quote_completion()
179 if (quote_buf->status == GET_QUOTE_IN_FLIGHT) { in tdx_report_new()