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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_lock.s1342 #define M_ILOCKED_MSK 0x01000000 define
1371 testl $(M_ILOCKED_MSK | M_MLOCKED_MSK), M_STATE(LMTX_REG)
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
1458 test $M_ILOCKED_MSK, LMTX_C_REG32 /* is the interlock held */
1472 LMTX_UPDATE_MISS /* M_SPIN_MSK was set, so M_ILOCKED_MSK must also be present */
1477 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32
1495 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32 /* is the interlock or mutex held */
1499 or $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32
1521 andl $(~M_ILOCKED_MSK), M_STAT
[all...]

Completed in 12 milliseconds