Home
last modified time | relevance | path

Searched refs:m68k_fputype (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/m68k/kernel/
Dsetup.c50 unsigned long m68k_fputype; variable
235 m68k_fputype = FPU_68882; in setup_arch()
266 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060)) { in setup_arch()
478 if (m68k_fputype & FPU_68881) in show_cpuinfo()
480 else if (m68k_fputype & FPU_68882) in show_cpuinfo()
482 else if (m68k_fputype & FPU_68040) in show_cpuinfo()
484 else if (m68k_fputype & FPU_68060) in show_cpuinfo()
486 else if (m68k_fputype & FPU_SUNFPA) in show_cpuinfo()
592 if (m68k_fputype == 0) { in check_bugs()
Dentry.S340 tstl SYMBOL_NAME(m68k_fputype)
374 tstl SYMBOL_NAME(m68k_fputype)
Dsignal.c244 if (m68k_fputype & FPU_68881 && in restore_fpu_state()
247 if (m68k_fputype & FPU_68882 && in restore_fpu_state()
312 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()
315 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
Dhead.S675 lea %pc@(SYMBOL_NAME(m68k_fputype)),%a1
691 lea %pc@(SYMBOL_NAME(m68k_fputype)),%a0
/linux-2.4.37.9/include/asm-m68k/
Dsetup.h247 extern unsigned long m68k_fputype;
347 # define FPU_IS_EMU (!m68k_fputype)
/linux-2.4.37.9/arch/m68k/sun3/
Dconfig.c60 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()