Searched refs:m68k_fputype (Results 1 – 7 of 7) sorted by relevance
57 unsigned long m68k_fputype; variable250 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()439 if (m68k_fputype & FPU_68881) in show_cpuinfo()441 else if (m68k_fputype & FPU_68882) in show_cpuinfo()443 else if (m68k_fputype & FPU_68040) in show_cpuinfo()445 else if (m68k_fputype & FPU_68060) in show_cpuinfo()447 else if (m68k_fputype & FPU_SUNFPA) in show_cpuinfo()449 else if (m68k_fputype & FPU_COLDFIRE) in show_cpuinfo()552 if (m68k_fputype == 0) { in check_bugs()
290 if (m68k_fputype & FPU_68881 && in restore_fpu_state()293 if (m68k_fputype & FPU_68882 && in restore_fpu_state()378 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()381 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
344 tstl m68k_fputype378 tstl m68k_fputype
606 lea %pc@(m68k_fputype),%a1
180 extern unsigned long m68k_fputype;287 # define FPU_IS_EMU (!m68k_fputype)
277 .global m68k_fputype284 movel %d0,m68k_fputype
62 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()