Lines Matching refs:M_ILOCKED_MSK

1342 #define M_ILOCKED_MSK		0x01000000
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_STATE(LMTX_REG)
1548 test $M_ILOCKED_MSK, LMTX_C_REG32 /* is the interlock held */
1562 LMTX_UPDATE_MISS /* M_SPIN_MSK was set, so M_ILOCKED_MSK must also be present */
1567 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32
1595 test $(M_ILOCKED_MSK), LMTX_C_REG32
1599 or $(M_ILOCKED_MSK), LMTX_C_REG32 /* try to take the interlock */
1650 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32 /* is the interlock or mutex held */
1654 or $(M_ILOCKED_MSK | M_SPIN_MSK), LMTX_C_REG
1684 test $(M_ILOCKED_MSK), LMTX_C_REG32 /* is the interlock held */
1699 test $(M_ILOCKED_MSK), LMTX_C_REG32
1713 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32 /* is the interlock or mutex held */
1717 or $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32
1740 andl $(~M_ILOCKED_MSK), M_STATE(LMTX_REG)
1756 test $(M_ILOCKED_MSK), LMTX_C_REG32 /* is the interlock held */
1771 test $(M_ILOCKED_MSK), LMTX_C_REG32
1809 and $(~(M_ILOCKED_MSK | M_SPIN_MSK)), LMTX_C_REG32 /* convert from spin version to mutex */
1842 test $(M_ILOCKED_MSK), LMTX_C_REG /* have to wait for interlock to clear */
1847 or $(M_ILOCKED_MSK), LMTX_C_REG32 /* pick up interlock */
1858 and $(~(M_ILOCKED_MSK | M_SPIN_MSK | M_PROMOTED_MSK)), LMTX_A_REG
1926 andl $(~M_ILOCKED_MSK), M_STATE(LMTX_REG)
1939 test $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32 /* can't have the mutex yet */
1943 or $(M_ILOCKED_MSK | M_MLOCKED_MSK), LMTX_C_REG32
1979 test $(M_ILOCKED_MSK), LMTX_C_REG /* have to wait for interlock to clear */
1984 or $(M_ILOCKED_MSK), LMTX_C_REG32