TDX_SEAMCALL_STATUS_MASK
(vp_enter_ret & TDX_SEAMCALL_STATUS_MASK) != TDX_SUCCESS);
return (err & TDX_SEAMCALL_STATUS_MASK) == TDX_OPERAND_BUSY;
if ((err & TDX_SEAMCALL_STATUS_MASK) == TDX_OPERAND_INVALID) {
switch (tdx->vp_enter_ret & TDX_SEAMCALL_STATUS_MASK) {