Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/kernel/
Dsetup_mm.c59 unsigned long m68k_fputype; variable
245 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()
433 if (m68k_fputype & FPU_68881) in show_cpuinfo()
435 else if (m68k_fputype & FPU_68882) in show_cpuinfo()
437 else if (m68k_fputype & FPU_68040) in show_cpuinfo()
439 else if (m68k_fputype & FPU_68060) in show_cpuinfo()
441 else if (m68k_fputype & FPU_SUNFPA) in show_cpuinfo()
443 else if (m68k_fputype & FPU_COLDFIRE) in show_cpuinfo()
534 if (m68k_fputype == 0) { in check_bugs()
Dsignal.c273 if (m68k_fputype & FPU_68881 && in restore_fpu_state()
276 if (m68k_fputype & FPU_68882 && in restore_fpu_state()
361 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()
364 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
Dentry.S350 tstl m68k_fputype
384 tstl m68k_fputype
Dhead.S606 lea %pc@(m68k_fputype),%a1
/Linux-v4.19/arch/m68k/include/asm/
Dsetup.h180 extern unsigned long m68k_fputype;
287 # define FPU_IS_EMU (!m68k_fputype)
/Linux-v4.19/arch/m68k/coldfire/
Dhead.S278 .global m68k_fputype
285 movel %d0,m68k_fputype /* Mark FPU type */
/Linux-v4.19/arch/m68k/sun3/
Dconfig.c61 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()