HomeSort by: relevance | last modified time | path
    Searched refs:CPU_68060 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/m68k/m68k/
cacheops.c 71 case CPU_68060:
105 case CPU_68060:
139 case CPU_68060:
168 case CPU_68060:
197 case CPU_68060:
231 case CPU_68060:
265 case CPU_68060:
299 case CPU_68060:
333 case CPU_68060:
367 case CPU_68060
    [all...]
procfs_machdep.c 34 case CPU_68060:
fpu.c 83 if (cputype == CPU_68060)
vectors.c 559 case CPU_68060:
616 if (cputype == CPU_68040 || cputype == CPU_68060) {
m68k_trap.c 65 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
66 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
pmap_motorola.c 594 if (cputype == CPU_68060)
648 case CPU_68060:
  /src/sys/arch/m68k/include/
m68k.h 71 #define CPU_68060 3 /* 68060 */
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 346 for (delay_divisor = (cputype == CPU_68060) ? 20 : 154;
364 cpuspeed = ((cputype == CPU_68060) ? 1000 : 3072) /
516 case CPU_68060:
571 case CPU_68060:
trap.c 132 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
133 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
locore.s 217 .word CPU_68060
224 .word CPU_68060
586 cmpl #CPU_68060,%a0@ | 68060?
  /src/sys/arch/atari/atari/
trap.c 134 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
135 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
machdep.c 251 case CPU_68060:
atari_init.c 630 if (cputype == CPU_68060) {
1308 case CPU_68060:
locore.s 949 movl #CPU_68060,_C_LABEL(cputype) | and a 68060 CPU
990 cmpl #CPU_68060,_C_LABEL(cputype)
  /src/sys/arch/cesfic/cesfic/
trap.c 135 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
136 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
  /src/sys/arch/hp300/hp300/
trap.c 131 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
132 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
  /src/sys/arch/news68k/news68k/
trap.c 124 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
125 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
  /src/sys/arch/next68k/next68k/
trap.c 139 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
140 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
  /src/sys/arch/x68k/x68k/
trap.c 132 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
133 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
locore.s 172 movl #CPU_68060,%a0@ | and a 68060 CPU
197 cmpl #CPU_68060,%a0@ | 68060?
304 cmpl #CPU_68060,%a0@ | 68060?
machdep.c 369 case CPU_68060:
850 if (cputype == CPU_68060) {
  /src/sys/arch/virt68k/virt68k/
machdep.c 366 case CPU_68060:
386 case CPU_68060:
trap.c 132 #define KDFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_TM_SV))
133 #define WRFAULT_060(c) (cputype == CPU_68060 && ((c) & FSLW_RW_W))
bootinfo.c 101 case BI_CPU_68060: return CPU_68060;
  /src/sys/arch/m68k/fpe/
fpu_calcea.c 118 if (cputype == CPU_68060)

Completed in 50 milliseconds

1 2