Searched refs:TDX_SW_ERROR (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtdx.h21 #define TDX_SW_ERROR (TDX_ERROR | GENMASK_ULL(47, 40)) macro
22 #define TDX_SEAMCALL_VMFAILINVALID (TDX_SW_ERROR | _UL(0xFFFF0000))
24 #define TDX_SEAMCALL_GP (TDX_SW_ERROR | X86_TRAP_GP)
25 #define TDX_SEAMCALL_UD (TDX_SW_ERROR | X86_TRAP_UD)
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdxcall.S202 * code by setting TDX_SW_ERROR to the high 32-bits of RAX.
204 * Note cannot OR TDX_SW_ERROR directly to RAX as OR instruction
207 movq $TDX_SW_ERROR, %rdi

Completed in 77 milliseconds