Home
last modified time | relevance | path

Searched refs:RW_LOCK_BIAS_STR (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Drwlock.h24 #define RW_LOCK_BIAS_STR "0x01000000" macro
57 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
67 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
Dspinlock.h171 #define write_unlock(rw) asm volatile("lock ; addl $" RW_LOCK_BIAS_STR ",%0":"=m" ((rw)->lock) : : …
/linux-2.4.37.9/include/asm-i386/
Drwlock.h21 #define RW_LOCK_BIAS_STR "0x01000000" macro
54 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
64 asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
Dspinlock.h201 #define write_unlock(rw) asm volatile("lock ; addl $" RW_LOCK_BIAS_STR ",%0":"=m" ((rw)->lock) : : …
/linux-2.4.37.9/arch/i386/kernel/
Dsemaphore.c269 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"
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dlocks.h88 #define RW_LOCK_BIAS_STR "0x01000000" macro
/linux-2.4.37.9/include/asm-arm/proc-armv/
Dlocks.h80 #define RW_LOCK_BIAS_STR "0x01000000" macro