Lines Matching defs:LCK_RW_REGISTER

623 #define	LCK_RW_REGISTER	%edx
624 #define LOAD_LCK_RW_REGISTER mov S_ARG0, LCK_RW_REGISTER
626 #define LOAD_LCK_RW_FLAGS_REGISTER mov (LCK_RW_REGISTER), LCK_RW_FLAGS_REGISTER
628 #define LCK_RW_REGISTER %rdi
631 #define LOAD_LCK_RW_FLAGS_REGISTER mov (LCK_RW_REGISTER), LCK_RW_FLAGS_REGISTER
651 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
663 Fall thru when patched, counting on lock pointer in LCK_RW_REGISTER
665 LOCKSTAT_RECORD(LS_LCK_RW_LOCK_SHARED_ACQUIRE, LCK_RW_REGISTER)
693 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
705 /* Fall thru when patched, counting on lock pointer in LCK_RW_REGISTER */
706 LOCKSTAT_RECORD(LS_LCK_RW_TRY_LOCK_SHARED_ACQUIRE, LCK_RW_REGISTER)
735 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
770 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
781 /* Fall thru when patched, counting on lock pointer in LCK_RW_REGISTER */
782 LOCKSTAT_RECORD(LS_LCK_RW_LOCK_EXCL_ACQUIRE, LCK_RW_REGISTER)
813 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
825 /* Fall thru when patched, counting on lock pointer in LCK_RW_REGISTER */
826 LOCKSTAT_RECORD(LS_LCK_RW_TRY_LOCK_EXCL_ACQUIRE, LCK_RW_REGISTER)
871 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
886 /* Fall thru when patched, counting on lock pointer in LCK_RW_REGISTER */
887 LOCKSTAT_RECORD(LS_LCK_RW_LOCK_SHARED_TO_EXCL_UPGRADE, LCK_RW_REGISTER)
900 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
972 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
1032 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */
1067 cmpxchgl %ecx, (LCK_RW_REGISTER) /* Attempt atomic exchange */