Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h108 #define MSR_TS_T __MASK(MSR_TS_T_LG) /* Transaction Transactional */ macro
109 #define MSR_TS_MASK (MSR_TS_T | MSR_TS_S) /* Transaction State bits */
112 #define MSR_TM_TRANSACTIONAL(x) (((x) & MSR_TS_MASK) == MSR_TS_T)