Searched refs:cpu_has_llsc (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-sead3/
H A Dcpu-feature-overrides.h32 #define cpu_has_llsc 1 macro
34 #define cpu_has_llsc 0 macro
61 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip32/
H A Dcpu-feature-overrides.h21 #define cpu_has_llsc 0 macro
23 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-malta/
H A Dcpu-feature-overrides.h31 #define cpu_has_llsc 1 macro
57 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-mipssim/
H A Dcpu-feature-overrides.h30 #define cpu_has_llsc 1 macro
55 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-tx49xx/
H A Dcpu-feature-overrides.h4 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cobalt/
H A Dcpu-feature-overrides.h35 #define cpu_has_llsc 0 macro
37 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h27 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip28/
H A Dcpu-feature-overrides.h25 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-sibyte/
H A Dcpu-feature-overrides.h24 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-yosemite/
H A Dcpu-feature-overrides.h24 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h24 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h24 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jz4740/
H A Dcpu-feature-overrides.h26 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h48 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-rm/
H A Dcpu-feature-overrides.h28 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfutex.h21 if (cpu_has_llsc && R10000_LLSC_WAR) { \
48 } else if (cpu_has_llsc) { \
144 if (cpu_has_llsc && R10000_LLSC_WAR) {
172 } else if (cpu_has_llsc) {
H A Dsystem.h72 if (!__builtin_constant_p(cpu_has_llsc) || !cpu_has_llsc) \
H A Dcpu-features.h80 #ifndef cpu_has_llsc
81 #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC) macro
84 #define kernel_uses_llsc cpu_has_llsc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h20 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-loongson/
H A Dcpu-feature-overrides.h39 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h34 #define cpu_has_llsc 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsyscall.c294 if (cpu_has_llsc && R10000_LLSC_WAR) {
319 } else if (cpu_has_llsc) {
H A Dtraps.c942 if (!cpu_has_llsc && status < 0)
1062 if (!cpu_has_llsc && status < 0)

Completed in 144 milliseconds