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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_lock.s1139 #define LMTX_C_REG32 %ecx define
1238 #define LMTX_C_REG32 %ecx define
1361 mov M_STATE(LMTX_REG), LMTX_C_REG32
1362 cmp $(MUTEX_IND), LMTX_C_REG32 /* Is this an indirect mutex? */
1425 mov M_STATE(LMTX_REG), LMTX_C_REG32
1426 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32 /* is the interlock or mutex held */
1430 or $(M_ILOCKED_MSK | M_SPIN_MSK), LMTX_C_REG32
1434 cmpxchg LMTX_C_REG32, M_STATE(LMTX_REG) /* atomic compare and exchange */
1458 test $M_ILOCKED_MSK, LMTX_C_REG32 /* is the interlock held */
1461 cmp $(MUTEX_DESTROYED), LMTX_C_REG32 /* chec
[all...]

Completed in 18 milliseconds