Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-arm/
Dlocks.h82 #define RW_LOCK_BIAS_STR "0x01000000" macro
210 #define RW_LOCK_BIAS_STR "0x01000000" macro
/external/kernel-headers/original/asm-x86/
Dspinlock_32.h180 asm volatile(LOCK_PREFIX " subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" in __raw_write_lock()
213 asm volatile(LOCK_PREFIX "addl $" RW_LOCK_BIAS_STR ", %0" in __raw_write_unlock()
Drwlock.h5 #define RW_LOCK_BIAS_STR "0x01000000" macro