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

1 2

  /src/sys/arch/m68k/m68k/
cacheops.c 66 case CPU_68040:
100 case CPU_68040:
134 case CPU_68040:
163 case CPU_68040:
192 case CPU_68040:
226 case CPU_68040:
260 case CPU_68040:
294 case CPU_68040:
328 case CPU_68040:
362 case CPU_68040
    [all...]
fpu.c 85 if (cputype == CPU_68040)
procfs_machdep.c 31 case CPU_68040:
sys_machdep.c 82 (cputype == CPU_68040 && req & CC_IPURGE) ||
m68k_trap.c 73 #define KDFAULT_040(c) (cputype == CPU_68040 && \
75 #define WRFAULT_040(c) (cputype == CPU_68040 && \
vectors.c 546 case CPU_68040:
619 if (cputype == CPU_68040 || cputype == CPU_68060) {
  /src/sys/arch/m68k/include/
m68k.h 70 #define CPU_68040 2 /* 68040 */
  /src/sys/arch/atari/atari/
trap.c 142 #define KDFAULT_040(c) (cputype == CPU_68040 && \
144 #define WRFAULT_040(c) (cputype == CPU_68040 && \
211 if (cputype == CPU_68040 && fp->f_format == FMT7) {
618 if (cputype == CPU_68040)
machdep.c 260 case CPU_68040:
  /src/sys/arch/cesfic/cesfic/
trap.c 143 #define KDFAULT_040(c) (cputype == CPU_68040 && \
145 #define WRFAULT_040(c) (cputype == CPU_68040 && \
210 if (cputype == CPU_68040 && fp->f_format == FMT7) {
573 if (cputype == CPU_68040)
  /src/sys/arch/hp300/hp300/
trap.c 139 #define KDFAULT_040(c) (cputype == CPU_68040 && \
141 #define WRFAULT_040(c) (cputype == CPU_68040 && \
207 if (cputype == CPU_68040 && fp->f_format == FMT7) {
594 if (cputype == CPU_68040)
machdep.c 457 case CPU_68040:
521 if (cputype == CPU_68040)
  /src/sys/arch/mvme68k/mvme68k/
trap.c 145 #define KDFAULT_040(c) (cputype == CPU_68040 && \
147 #define WRFAULT_040(c) (cputype == CPU_68040 && \
227 cputype == CPU_68040 &&
593 if (cputype == CPU_68040)
machdep.c 556 case CPU_68040:
613 case CPU_68040:
  /src/sys/arch/news68k/news68k/
trap.c 132 #define KDFAULT_040(c) (cputype == CPU_68040 && \
134 #define WRFAULT_040(c) (cputype == CPU_68040 && \
200 if (cputype == CPU_68040 && fp->f_format == FMT7) {
538 if (cputype == CPU_68040)
  /src/sys/arch/next68k/next68k/
trap.c 147 #define KDFAULT_040(c) (cputype == CPU_68040 && \
149 #define WRFAULT_040(c) (cputype == CPU_68040 && \
215 if (cputype == CPU_68040 && fp->f_format == FMT7) {
583 if (cputype == CPU_68040)
machdep.c 387 case CPU_68040:
445 if (cputype == CPU_68040)
  /src/sys/arch/virt68k/virt68k/
trap.c 145 #define KDFAULT_040(c) (cputype == CPU_68040 && \
147 #define WRFAULT_040(c) (cputype == CPU_68040 && \
227 cputype == CPU_68040 &&
597 if (cputype == CPU_68040)
machdep.c 382 case CPU_68040:
403 case CPU_68040:
bootinfo.c 97 case BI_CPU_68040: return CPU_68040;
  /src/sys/arch/x68k/x68k/
trap.c 140 #define KDFAULT_040(c) (cputype == CPU_68040 && \
142 #define WRFAULT_040(c) (cputype == CPU_68040 && \
208 if (cputype == CPU_68040 && fp->f_format == FMT7) {
592 if (cputype == CPU_68040)
  /src/sys/arch/luna68k/luna68k/
trap.c 179 if (cputype == CPU_68040 && fp->f_format == FMT7) {
524 if (cputype == CPU_68040)
machdep.c 404 case CPU_68040:
  /src/sys/arch/luna68k/stand/boot/
locore.S 236 CPU_68040 = 2
248 movl #CPU_68040,%d0
  /src/sys/arch/mac68k/mac68k/
locore.s 175 movl #CPU_68040,%a0@ | and 68040 MPU
197 cmpl #CPU_68040,%a0@ | 68040?
205 cmpl #CPU_68040,%a0@ | 68040?

Completed in 41 milliseconds

1 2