Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/include/uapi/asm/
Dbootinfo.h120 #define FPU_68882 (1 << FPUB_68882) macro
/linux-5.19.10/arch/m68k/kernel/
Dsetup_mm.c213 if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) { in setup_arch()
398 else if (m68k_fputype & FPU_68882) in show_cpuinfo()
Dsignal.c275 if (m68k_fputype & FPU_68882 && in restore_fpu_state()
363 if (m68k_fputype & FPU_68882 && in rt_restore_fpu_state()