Searched refs:m68k_fputype (Results 1 – 7 of 7) sorted by relevance
56 unsigned long m68k_fputype; variable238 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()427 if (m68k_fputype & FPU_68881) in show_cpuinfo()429 else if (m68k_fputype & FPU_68882) in show_cpuinfo()431 else if (m68k_fputype & FPU_68040) in show_cpuinfo()433 else if (m68k_fputype & FPU_68060) in show_cpuinfo()435 else if (m68k_fputype & FPU_SUNFPA) in show_cpuinfo()437 else if (m68k_fputype & FPU_COLDFIRE) in show_cpuinfo()540 if (m68k_fputype == 0) { in check_bugs()
282 if (m68k_fputype & FPU_68881 && in restore_fpu_state()285 if (m68k_fputype & FPU_68882 && in restore_fpu_state()370 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()373 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
376 tstl m68k_fputype410 tstl m68k_fputype
612 lea %pc@(m68k_fputype),%a1
179 extern unsigned long m68k_fputype;286 # define FPU_IS_EMU (!m68k_fputype)
277 .global m68k_fputype symbol284 movel %d0,m68k_fputype
60 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()