/linux-3.4.99/arch/mips/include/asm/ |
D | fpu.h | 50 if (cpu_has_fpu) \ 56 if (cpu_has_fpu) \ 70 return cpu_has_fpu && __is_fpu_owner(); in is_fpu_owner() 82 if (cpu_has_fpu && !__is_fpu_owner()) { in own_fpu_inatomic() 112 if (cpu_has_fpu) { in init_fpu() 123 if (cpu_has_fpu) in save_fp() 129 if (cpu_has_fpu) in restore_fp()
|
D | cpu-features.h | 44 #ifndef cpu_has_fpu 45 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU) macro 48 #define raw_cpu_has_fpu cpu_has_fpu
|
D | switch_to.h | 48 if (cpu_has_fpu && \
|
/linux-3.4.99/arch/mips/kernel/ |
D | smp-cmp.c | 118 if (cpu_has_fpu) in cmp_smp_finish() 167 if (cpu_has_fpu) in cmp_smp_setup()
|
D | smp-mt.c | 171 if (cpu_has_fpu) in vsmp_smp_finish() 236 if (cpu_has_fpu) in vsmp_smp_setup()
|
D | ptrace.c | 125 if (cpu_has_fpu) { in ptrace_getfpregs() 337 if (!cpu_has_fpu) { in arch_ptrace()
|
D | ptrace32.c | 135 if (!cpu_has_fpu) { in compat_arch_ptrace()
|
/linux-3.4.99/arch/mips/include/asm/pmc-sierra/msp71xx/ |
D | cpu-feature-overrides.h | 14 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-mipssim/ |
D | cpu-feature-overrides.h | 19 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-ip32/ |
D | cpu-feature-overrides.h | 29 #define cpu_has_fpu 1 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-ip22/ |
D | cpu-feature-overrides.h | 17 #define cpu_has_fpu 1 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-rm/ |
D | cpu-feature-overrides.h | 18 #define cpu_has_fpu 1 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-ath79/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-rc32434/ |
D | cpu-feature-overrides.h | 37 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-cobalt/ |
D | cpu-feature-overrides.h | 17 #define cpu_has_fpu 1 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-powertv/ |
D | cpu-feature-overrides.h | 26 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-jz4740/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-loongson/ |
D | cpu-feature-overrides.h | 36 #define cpu_has_fpu 1 macro
|
/linux-3.4.99/arch/sh/kernel/cpu/ |
D | init.c | 30 #define cpu_has_fpu 1 macro 32 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-au1x00/ |
D | cpu-feature-overrides.h | 15 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-bcm63xx/ |
D | cpu-feature-overrides.h | 9 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/mips/include/asm/mach-cavium-octeon/ |
D | cpu-feature-overrides.h | 25 #define cpu_has_fpu 0 macro
|
/linux-3.4.99/arch/x86/kernel/ |
D | irqinit.c | 322 if (boot_cpu_data.hard_math && !cpu_has_fpu) in native_init_IRQ()
|
/linux-3.4.99/arch/x86/kernel/cpu/ |
D | proc.c | 33 int fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu); in show_cpuinfo_misc()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | cpufeature.h | 255 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU) macro
|