Home
last modified time | relevance | path

Searched refs:FPU_68881 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/m68k/sun3/
Dconfig.c60 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()
/linux-2.6.39/arch/m68k/kernel/
Dsetup_mm.c236 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060)) { in setup_arch()
406 if (m68k_fputype & FPU_68881) in show_cpuinfo()
Dsignal_mm.c201 if (m68k_fputype & FPU_68881 && in restore_fpu_state()
269 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()
/linux-2.6.39/arch/m68k/include/asm/
Dsetup.h226 #define FPU_68881 (1<<FPUB_68881) macro