Home
last modified time | relevance | path

Searched refs:FPU_68882 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/m68k/kernel/
Dsetup_mm.c239 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()
424 else if (m68k_fputype & FPU_68882) in show_cpuinfo()
Dsignal_mm.c213 if (m68k_fputype & FPU_68882 && in restore_fpu_state()
306 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()
/linux-3.4.99/arch/m68k/include/asm/
Dsetup.h231 #define FPU_68882 (1<<FPUB_68882) macro