Searched defs:MSR_TM_ACTIVE (Results 1 – 2 of 2) sorted by relevance
128 #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */ macro130 #define MSR_TM_ACTIVE(x) 0 macro
125 #define MSR_TM_ACTIVE(x) (((x) & MSR_TS_MASK) != 0) /* Transaction active? */ macro127 #define MSR_TM_ACTIVE(x) ((void)(x), 0) macro