Searched refs:RW_LOCK_BIAS_STR (Results 1 – 7 of 7) sorted by relevance
24 #define RW_LOCK_BIAS_STR "0x01000000" macro57 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \67 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
171 #define write_unlock(rw) asm volatile("lock ; addl $" RW_LOCK_BIAS_STR ",%0":"=m" ((rw)->lock) : : …
21 #define RW_LOCK_BIAS_STR "0x01000000" macro54 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \64 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
201 #define write_unlock(rw) asm volatile("lock ; addl $" RW_LOCK_BIAS_STR ",%0":"=m" ((rw)->lock) : : …
269 LOCK "addl $" RW_LOCK_BIAS_STR ",(%eax)\n"271 "cmpl $" RW_LOCK_BIAS_STR ",(%eax)\n\t"273 LOCK "subl $" RW_LOCK_BIAS_STR ",(%eax)\n\t"
88 #define RW_LOCK_BIAS_STR "0x01000000" macro
80 #define RW_LOCK_BIAS_STR "0x01000000" macro