Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/shared/
Dtdx.h11 #define TDX_HCALL_ISSUE_STI BIT(1) macro
/linux-6.1.9/arch/x86/coco/tdx/
Dtdcall.S151 testq $TDX_HCALL_ISSUE_STI, %rsi
Dtdx.c203 return __tdx_hypercall(&args, do_sti ? TDX_HCALL_ISSUE_STI : 0); in __halt()