Searched refs:CPU_68030 (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/sys/arch/m68k/m68k/
H A Dcacheops.c61 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...]
H A Dprocfs_machdep.c28 case CPU_68030:
H A Dm68k_trap.c83 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
85 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
H A Dvectors.c537 case CPU_68030:
H A Dbus_dma.c444 if (cputype == CPU_68020 || cputype == CPU_68030)
/netbsd-current/sys/arch/m68k/include/
H A Dm68k.h69 #define CPU_68030 1 /* 68030 */ macro
/netbsd-current/sys/arch/hp300/include/
H A Dcacheops_machdep.h125 if (ectype != EC_PHYS || cputype != CPU_68030) {
/netbsd-current/sys/arch/sun3/sun3x/
H A Dlocore2.c74 int cputype = CPU_68030;
/netbsd-current/sys/arch/x68k/dev/
H A Dxel.c178 if (cputype != CPU_68030)
/netbsd-current/sys/arch/atari/atari/
H A Dtrap.c152 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
154 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
H A Dmachdep.c263 case CPU_68030:
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c157 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
159 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
H A Dmachdep.c335 case CPU_68030:
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c142 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
144 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
/netbsd-current/sys/arch/x68k/x68k/
H A Dtrap.c150 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
152 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c149 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
151 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
H A Dmachdep.c402 case CPU_68030:
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c153 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
155 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dtrap.c160 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
162 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dtrap.c160 #define KDFAULT_OTH(c) (cputype <= CPU_68030 && \
162 #define WRFAULT_OTH(c) (cputype <= CPU_68030 && \
H A Dbootinfo.c97 case BI_CPU_68030: return CPU_68030;
H A Dmachdep.c354 case CPU_68030:
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dinit_main.c185 if (cputype == CPU_68030) {
H A Dlocore.S235 CPU_68030 = 1 define
245 movl #CPU_68030,%d0
758 .long CPU_68030
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dmachdep.c358 case CPU_68030:

Completed in 313 milliseconds

12