Searched refs:m68k_fputype (Results 1 – 6 of 6) sorted by relevance
50 unsigned long m68k_fputype; variable235 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()
340 tstl SYMBOL_NAME(m68k_fputype)374 tstl SYMBOL_NAME(m68k_fputype)
244 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()
675 lea %pc@(SYMBOL_NAME(m68k_fputype)),%a1691 lea %pc@(SYMBOL_NAME(m68k_fputype)),%a0
247 extern unsigned long m68k_fputype;347 # define FPU_IS_EMU (!m68k_fputype)
60 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()