MSR_TM_ACTIVE
#define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */
#define MSR_TM_ACTIVE(x) ((void)(x), 0)