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

/xnu-2422.115.4/osfmk/i386/
H A Di386_lock.s1023 #define LMTX_C_REG %rcx define
1148 mov M_OWNER(LMTX_REG), LMTX_C_REG /* Load owner */
1151 cmp LMTX_A_REG, LMTX_C_REG /* Current thread match? */
1158 cmp LMTX_A_REG, LMTX_C_REG /* Current thread match? */
1213 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1282 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1382 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1441 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1442 or $(M_ILOCKED_MSK | M_SPIN_MSK), LMTX_C_REG
1504 mov LMTX_C_REG, LMTX_A_RE
[all...]

Completed in 19 milliseconds