m68k_fputype      180 arch/m68k/include/asm/setup.h extern unsigned long m68k_fputype;
m68k_fputype      287 arch/m68k/include/asm/setup.h #    define FPU_IS_EMU (!m68k_fputype)
m68k_fputype       60 arch/m68k/kernel/setup_mm.c unsigned long m68k_fputype;
m68k_fputype      244 arch/m68k/kernel/setup_mm.c 	if (m68k_fputype & (FPU_68881|FPU_68882|FPU_68040|FPU_68060|FPU_COLDFIRE)) {
m68k_fputype      432 arch/m68k/kernel/setup_mm.c 	if (m68k_fputype & FPU_68881)
m68k_fputype      434 arch/m68k/kernel/setup_mm.c 	else if (m68k_fputype & FPU_68882)
m68k_fputype      436 arch/m68k/kernel/setup_mm.c 	else if (m68k_fputype & FPU_68040)
m68k_fputype      438 arch/m68k/kernel/setup_mm.c 	else if (m68k_fputype & FPU_68060)
m68k_fputype      440 arch/m68k/kernel/setup_mm.c 	else if (m68k_fputype & FPU_SUNFPA)
m68k_fputype      442 arch/m68k/kernel/setup_mm.c 	else if (m68k_fputype & FPU_COLDFIRE)
m68k_fputype      533 arch/m68k/kernel/setup_mm.c 	if (m68k_fputype == 0) {
m68k_fputype      273 arch/m68k/kernel/signal.c 		if (m68k_fputype & FPU_68881 &&
m68k_fputype      276 arch/m68k/kernel/signal.c 		if (m68k_fputype & FPU_68882 &&
m68k_fputype      361 arch/m68k/kernel/signal.c 			if (m68k_fputype & FPU_68881 &&
m68k_fputype      364 arch/m68k/kernel/signal.c 			if (m68k_fputype & FPU_68882 &&
m68k_fputype       60 arch/m68k/sun3/config.c 	m68k_fputype = FPU_68881; /* mc68881 actually */