Searched refs:CPUISMIPS3 (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dpsl.h100 # define PSL_LOWIPL (CPUISMIPS3 ? MIPS3_PSL_LOWIPL : MIPS1_PSL_LOWIPL)
101 # define PSL_USERSET (CPUISMIPS3 ? MIPS3_PSL_USERSET : MIPS1_PSL_USERSET)
102 # define USERMODE(ps) (CPUISMIPS3 ? MIPS3_USERMODE(ps) : MIPS1_USERMODE(ps))
H A Dlocore.h174 # define CPUISMIPS3 0 macro
192 # define CPUISMIPS3 1 macro
222 # define CPUISMIPS3 1 macro
240 # define CPUISMIPS3 1 macro
258 # define CPUISMIPS3 1 macro
276 # define CPUISMIPS3 1 macro
312 #define CPUISMIPS3 ((mips_options.mips_cpu_arch & \ macro
H A Decoff_machdep.h53 #define _MIPS3_OK() CPUISMIPS3
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dinterrupt.c52 ipl_sr_map = CPUISMIPS3 ? __ipl_sr_map_vr : __ipl_sr_map_tx;
H A Dkloader_machdep.c57 kloader_mips_ops.boot = CPUISMIPS3 ? kloader_vr_boot : kloader_tx_boot;
H A Dbus_dma.c489 if (CPUISMIPS3)
499 if (CPUISMIPS3)
/netbsd-current/sys/arch/mips/mips/
H A Dmips_mcclock.c199 if (CPUISMIPS3) {
223 if (!CPUISMIPS3) {
H A Dmips_fixup.c470 (CPUISMIPS3 ? mips3_cp0_count_read() : 0);
536 if (CPUISMIPS3)
H A Dcpu_subr.c527 return CPUISMIPS3 ? MIPS_SR_KSU_USER : MIPS_SR_KU_PREV;
H A Dtrap.c189 if (CPUISMIPS3 && (status & MIPS3_SR_NMI)) {
/netbsd-current/tools/mips-elf2ecoff/machine/
H A Decoff_machdep.h53 #define _MIPS3_OK() CPUISMIPS3
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus.c86 if (CPUISMIPS3 == 0)
92 if (CPUISMIPS3)
H A Ddec_3maxplus.c184 (CPUISMIPS3) ? "260" : "240");
187 (CPUISMIPS3) ? "-260" : "");
H A Dbus_dma.c82 if (CPUISMIPS3 == 0)
86 if (CPUISMIPS3)
H A Dmachdep.c368 if (CPUISMIPS3)
/netbsd-current/sys/arch/emips/emips/
H A Dbus_dma.c82 if (CPUISMIPS3 == 0)
86 if (CPUISMIPS3)
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dbus.c78 if (CPUISMIPS3 == 0)
83 if (CPUISMIPS3)
H A Dmachdep.c386 if (CPUISMIPS3)

Completed in 360 milliseconds