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

1 2

  /src/sys/arch/m68k/m68k/
cacheops.c 61 case CPU_68030:
95 case CPU_68030:
129 case CPU_68030:
158 case CPU_68030:
187 case CPU_68030:
221 case CPU_68030:
255 case CPU_68030:
289 case CPU_68030:
323 case CPU_68030:
357 case CPU_68030
    [all...]
procfs_machdep.c 28 case CPU_68030:
m68k_trap.c 83 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
85 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
vectors.c 537 case CPU_68030:
bus_dma.c 444 if (cputype == CPU_68020 || cputype == CPU_68030)
  /src/sys/arch/m68k/include/
m68k.h 69 #define CPU_68030 1 /* 68030 */
  /src/sys/arch/hp300/include/
cacheops_machdep.h 125 if (ectype != EC_PHYS || cputype != CPU_68030) {
  /src/sys/arch/sun3/sun3x/
locore2.c 74 int cputype = CPU_68030;
  /src/sys/arch/x68k/dev/
xel.c 178 if (cputype != CPU_68030)
  /src/sys/arch/atari/atari/
trap.c 152 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
154 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
machdep.c 263 case CPU_68030:
  /src/sys/arch/cesfic/cesfic/
trap.c 153 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
155 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
  /src/sys/arch/hp300/hp300/
trap.c 149 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
151 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
  /src/sys/arch/mvme68k/mvme68k/
trap.c 160 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
162 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
machdep.c 502 case CPU_68030:
  /src/sys/arch/news68k/news68k/
trap.c 142 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
144 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
  /src/sys/arch/next68k/next68k/
trap.c 157 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
159 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
machdep.c 335 case CPU_68030:
  /src/sys/arch/x68k/x68k/
trap.c 150 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
152 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
  /src/sys/arch/virt68k/virt68k/
trap.c 160 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
162 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
bootinfo.c 99 case BI_CPU_68030: return CPU_68030;
machdep.c 354 case CPU_68030:
  /src/sys/arch/luna68k/stand/boot/
init_main.c 185 if (cputype == CPU_68030) {
locore.S 235 CPU_68030 = 1
245 movl #CPU_68030,%d0
758 .long CPU_68030
  /src/sys/arch/luna68k/luna68k/
machdep.c 358 case CPU_68030:

Completed in 52 milliseconds

1 2