Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m68k/kernel/
Dsetup_mm.c56 unsigned long m68k_fputype; variable
239 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()
422 if (m68k_fputype & FPU_68881) in show_cpuinfo()
424 else if (m68k_fputype & FPU_68882) in show_cpuinfo()
426 else if (m68k_fputype & FPU_68040) in show_cpuinfo()
428 else if (m68k_fputype & FPU_68060) in show_cpuinfo()
430 else if (m68k_fputype & FPU_SUNFPA) in show_cpuinfo()
432 else if (m68k_fputype & FPU_COLDFIRE) in show_cpuinfo()
535 if (m68k_fputype == 0) { in check_bugs()
Dentry_mm.S341 tstl m68k_fputype
375 tstl m68k_fputype
Dsignal_mm.c210 if (m68k_fputype & FPU_68881 && in restore_fpu_state()
213 if (m68k_fputype & FPU_68882 && in restore_fpu_state()
303 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()
306 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
Dhead.S612 lea %pc@(m68k_fputype),%a1
/linux-3.4.99/arch/m68k/platform/coldfire/
Dhead.S277 .global m68k_fputype
284 movel %d0,m68k_fputype
/linux-3.4.99/arch/m68k/include/asm/
Dsetup.h257 extern unsigned long m68k_fputype;
364 # define FPU_IS_EMU (!m68k_fputype)
/linux-3.4.99/arch/m68k/sun3/
Dconfig.c60 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()