Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c62 unsigned long m68k_fputype; variable
227 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()
410 if (m68k_fputype & FPU_68881) in show_cpuinfo()
412 else if (m68k_fputype & FPU_68882) in show_cpuinfo()
414 else if (m68k_fputype & FPU_68040) in show_cpuinfo()
416 else if (m68k_fputype & FPU_68060) in show_cpuinfo()
418 else if (m68k_fputype & FPU_SUNFPA) in show_cpuinfo()
420 else if (m68k_fputype & FPU_COLDFIRE) in show_cpuinfo()
511 if (m68k_fputype == 0) { in arch_cpu_finalize_init()
H A Dsignal.c272 if (m68k_fputype & FPU_68881 && in restore_fpu_state()
275 if (m68k_fputype & FPU_68882 && in restore_fpu_state()
360 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()
363 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
H A Dentry.S361 tstl m68k_fputype
395 tstl m68k_fputype
H A Dhead.S608 lea %pc@(m68k_fputype),%a1
/openbmc/linux/arch/m68k/coldfire/
H A Dhead.S278 .global m68k_fputype
285 movel %d0,m68k_fputype /* Mark FPU type */
/openbmc/linux/arch/m68k/include/asm/
H A Dsetup.h204 extern unsigned long m68k_fputype;
311 # define FPU_IS_EMU (!m68k_fputype)
/openbmc/linux/arch/m68k/sun3/
H A Dconfig.c58 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()