Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/asm-m68k/
H A Dbootinfo.h118 #define FPU_68881 (1 << FPUB_68881) macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h126 #define FPU_68881 (1 << FPUB_68881) macro
/openbmc/linux/arch/m68k/sun3/
H A Dconfig.c58 m68k_fputype = FPU_68881; /* mc68881 actually */ in sun3_init()
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c227 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()
H A Dsignal.c272 if (m68k_fputype & FPU_68881 && in restore_fpu_state()
360 if (m68k_fputype & FPU_68881 && in rt_restore_fpu_state()