Searched refs:TDX_HCALL_ISSUE_STI (Results 1 – 3 of 3) sorted by relevance
11 #define TDX_HCALL_ISSUE_STI BIT(1) macro
151 testq $TDX_HCALL_ISSUE_STI, %rsi
203 return __tdx_hypercall(&args, do_sti ? TDX_HCALL_ISSUE_STI : 0); in __halt()