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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_lock.s1138 #define LMTX_C_REG %ecx define
1237 #define LMTX_C_REG %rcx define
1366 mov M_OWNER(LMTX_REG), LMTX_C_REG /* Load owner */
1369 cmp LMTX_A_REG, LMTX_C_REG /* Current thread match? */
1376 cmp LMTX_A_REG, LMTX_C_REG /* Current thread match? */
1429 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1498 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1598 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1653 mov LMTX_C_REG, LMTX_A_REG /* eax contains snapshot for cmpxchgl */
1654 or $(M_ILOCKED_MSK | M_SPIN_MSK), LMTX_C_REG
[all...]

Completed in 12 milliseconds