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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_lock.s117 #define M_ILK (%edx) define
555 movl %eax,M_ILK /* clear interlock */
683 movl M_ILK,%eax /* read interlock */
691 lock; cmpxchgl %ecx,M_ILK /* atomic compare and exchange */
722 movl M_ILK,%eax /* read interlock */
737 movl M_ILK,%eax /* is interlock held */
745 lock; cmpxchgl %ecx,M_ILK /* atomic compare and exchange */
764 movl %eax,M_ILK
795 movl M_ILK,%eax /* read interlock */
817 movl %eax,M_ILK /* zer
[all...]

Completed in 24 milliseconds