/arch/mips/include/asm/ |
D | atomic.h | 52 if (cpu_has_llsc && R10000_LLSC_WAR) { in atomic_add() 64 } else if (cpu_has_llsc) { in atomic_add() 97 if (cpu_has_llsc && R10000_LLSC_WAR) { in atomic_sub() 109 } else if (cpu_has_llsc) { in atomic_sub() 142 if (cpu_has_llsc && R10000_LLSC_WAR) { in atomic_add_return() 156 } else if (cpu_has_llsc) { in atomic_add_return() 194 if (cpu_has_llsc && R10000_LLSC_WAR) { in atomic_sub_return() 208 } else if (cpu_has_llsc) { in atomic_sub_return() 254 if (cpu_has_llsc && R10000_LLSC_WAR) { in atomic_sub_if_positive() 272 } else if (cpu_has_llsc) { in atomic_sub_if_positive() [all …]
|
D | bitops.h | 64 if (cpu_has_llsc && R10000_LLSC_WAR) { in set_bit() 87 } else if (cpu_has_llsc) { in set_bit() 129 if (cpu_has_llsc && R10000_LLSC_WAR) { in clear_bit() 152 } else if (cpu_has_llsc) { in clear_bit() 205 if (cpu_has_llsc && R10000_LLSC_WAR) { in change_bit() 218 } else if (cpu_has_llsc) { in change_bit() 263 if (cpu_has_llsc && R10000_LLSC_WAR) { in test_and_set_bit() 278 } else if (cpu_has_llsc) { in test_and_set_bit() 331 if (cpu_has_llsc && R10000_LLSC_WAR) { in test_and_set_bit_lock() 346 } else if (cpu_has_llsc) { in test_and_set_bit_lock() [all …]
|
D | futex.h | 21 if (cpu_has_llsc && R10000_LLSC_WAR) { \ 47 } else if (cpu_has_llsc) { \ 142 if (cpu_has_llsc && R10000_LLSC_WAR) { in futex_atomic_cmpxchg_inatomic() 169 } else if (cpu_has_llsc) { in futex_atomic_cmpxchg_inatomic()
|
D | system.h | 87 if (cpu_has_llsc && R10000_LLSC_WAR) { in __xchg_u32() 102 } else if (cpu_has_llsc) { in __xchg_u32() 139 if (cpu_has_llsc && R10000_LLSC_WAR) { in __xchg_u64() 152 } else if (cpu_has_llsc) { in __xchg_u64()
|
D | local.h | 32 if (cpu_has_llsc && R10000_LLSC_WAR) { in local_add_return() 46 } else if (cpu_has_llsc) { in local_add_return() 77 if (cpu_has_llsc && R10000_LLSC_WAR) { in local_sub_return() 91 } else if (cpu_has_llsc) { in local_sub_return()
|
D | cmpxchg.h | 19 if (cpu_has_llsc && R10000_LLSC_WAR) { \ 36 } else if (cpu_has_llsc) { \
|
D | cpu-features.h | 80 #ifndef cpu_has_llsc 81 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC) macro
|
/arch/mips/include/asm/mach-malta/ |
D | cpu-feature-overrides.h | 32 #define cpu_has_llsc 1 macro 34 #define cpu_has_llsc 0 macro 61 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-mipssim/ |
D | cpu-feature-overrides.h | 30 #define cpu_has_llsc 1 macro 55 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-ip32/ |
D | cpu-feature-overrides.h | 21 #define cpu_has_llsc 0 macro 23 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-cobalt/ |
D | cpu-feature-overrides.h | 35 #define cpu_has_llsc 0 macro 37 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-tx49xx/ |
D | cpu-feature-overrides.h | 4 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-ip22/ |
D | cpu-feature-overrides.h | 27 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-excite/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-yosemite/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-sibyte/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-rm/ |
D | cpu-feature-overrides.h | 28 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-ip28/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-ip27/ |
D | cpu-feature-overrides.h | 24 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 48 #define cpu_has_llsc 1 macro
|
/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 39 #define cpu_has_llsc 1 macro
|
/arch/mips/kernel/ |
D | traps.c | 814 if (!cpu_has_llsc && status < 0) in do_ri() 887 if (!cpu_has_llsc && status < 0) in do_cpu()
|