Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/include/asm/
Dspinlock.h220 "seth %1, #high(" RW_LOCK_BIAS_STR "); \n\t" in arch_write_lock()
221 "or3 %1, %1, #low(" RW_LOCK_BIAS_STR "); \n\t" in arch_write_lock()
284 "seth %1, #high(" RW_LOCK_BIAS_STR "); \n\t" in arch_write_unlock()
285 "or3 %1, %1, #low(" RW_LOCK_BIAS_STR "); \n\t" in arch_write_unlock()
Dspinlock_types.h19 #define RW_LOCK_BIAS_STR "0x01000000" macro
/linux-4.4.14/arch/mn10300/include/asm/
Drwlock.h30 #define RW_LOCK_BIAS_STR "0x01000000" macro