Searched refs:MIPS_KSEG1_START (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sys/arch/mips/adm5120/
H A Dadm5120_obio_dma.c84 t->_bounce_alloc_hi = MIPS_KSEG1_START - MIPS_KSEG0_START;
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dsbdio.c98 MIPS_KSEG1_START, MIPS_KSEG2_START - MIPS_KSEG1_START); /* XXX */
/netbsd-current/sys/arch/mips/mips/
H A Dcache_r5k_subr.S54 or v0, MIPS_KSEG1_START
H A Dcache_r3k_subr.S69 or v0, MIPS_KSEG1_START
154 or v1, MIPS_KSEG1_START # Run uncached.
H A Dvm_machdep.c181 const paddr_t high = MIPS_KSEG1_START - MIPS_KSEG0_START;
H A Dpmap_machdep.c145 CTASSERT(MIPS_KSEG1_START < 0);
151 CTASSERT((uint32_t)MIPS_KSEG1_START == 0xa0000000);
525 || pmap_limits.avail_end > MIPS_KSEG1_START - MIPS_KSEG0_START
/netbsd-current/sys/arch/mips/pmon/
H A Dpmon.c78 if ((vaddr_t)envstr < (vaddr_t)MIPS_KSEG1_START ||
/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dlocore.S72 or v1, MIPS_KSEG1_START # run uncached
/netbsd-current/sys/arch/hpcmips/stand/romboot/
H A Dromboot.S67 #define MIPS_KSEG1_START 0xa0000000 define
68 #define KSEG1_KSEG0_DIFF (MIPS_KSEG1_START - MIPS_KSEG0_START)
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrdmaau.c149 addr < (void *)MIPS_KSEG1_START)
151 else if (addr >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dbus_space.c97 if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */
130 else if (bsh < MIPS_KSEG1_START) /* KSEG0 */
H A Dbus_dma.c267 if (buf >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/arc/arc/
H A Dbus_space_sparse.c86 if (end <= MIPS_KSEG1_START - MIPS_KSEG0_START) {
H A Dbus_space.c395 if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */
432 else if (bsh < MIPS_KSEG1_START) /* KSEG0 */
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dtr2.c136 *(volatile uint8_t *)MIPS_KSEG1_START;
H A Dbus_dma.c265 if (buf >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dlocore_machdep.S74 li a1, MACH_MONARG_ADDR|MIPS_KSEG1_START
/netbsd-current/sys/arch/mips/alchemy/
H A Daubus.c204 t->_wsize = MIPS_KSEG1_START - MIPS_KSEG0_START;
/netbsd-current/sys/arch/mips/include/
H A Dcpuregs.h109 #define MIPS_KSEG1_START -0x60000000L /* 0xa0000000 */ macro
120 #define MIPS_PHYS_TO_KSEG1(x) ((intptr_t)(x) | (intptr_t)MIPS_KSEG1_START)
123 #define MIPS_KSEG1_P(x) (((intptr_t)(x) & ~MIPS_PHYS_MASK) == MIPS_KSEG1_START)
/netbsd-current/sys/arch/newsmips/include/
H A Dadrsmap.h181 #define SCCVECT (0x1fcc0007 | MIPS_KSEG1_START)
/netbsd-current/sys/arch/arc/jazz/
H A Dbus_dma_jazz.c255 if (buf >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_dma.c276 if (buf >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/emips/emips/
H A Dbus_dma.c283 if (buf >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus_dma.c283 if (buf >= (void *)MIPS_KSEG1_START &&
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dbus_dma.c262 if (buf >= (void *)MIPS_KSEG1_START &&

Completed in 321 milliseconds

12