Searched refs:MIPS_KSEG2_START (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/lib/libkvm/
H A Dkvm_mips.c145 if (va >= MIPS_KSEG2_START) {
170 if (va >= (MIPS_KSEG2_START + (cpu_kh->sysmapsize * NBPG))) {
180 (((va - MIPS_KSEG2_START) >> PGSHIFT) * sizeof(u_int));
/netbsd-current/sys/arch/mips/pmon/
H A Dpmon.c79 (vaddr_t)envstr >= (vaddr_t)MIPS_KSEG2_START) {
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dbus_space.c99 if (bsh < MIPS_KSEG2_START) { /* KSEG1 */
132 else if (bsh < MIPS_KSEG2_START) /* KSEG1 */
H A Dbus_dma.c268 buf < (void *)MIPS_KSEG2_START)
574 kva < (void *)MIPS_KSEG2_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/arc/arc/
H A Dbus_space_sparse.c118 if (start < MIPS_KSEG2_START) /* KSEG0/KSEG1 */
H A Dbus_space.c397 if (bsh < MIPS_KSEG2_START) { /* KSEG1 */
434 else if (bsh < MIPS_KSEG2_START) /* KSEG1 */
H A Dbus_dma.c274 buf < (void *)MIPS_KSEG2_START)
730 kva < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrdmaau.c152 addr < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/mips/mips/
H A Dvm_machdep.c223 vaddr_t va = MIPS_KSEG2_START;
230 KASSERT(va != MIPS_KSEG2_START);
H A Dpmap_machdep.c147 CTASSERT(MIPS_KSEG2_START < 0);
152 CTASSERT((uint32_t)MIPS_KSEG2_START == 0xc0000000);
H A Dmips_machdep.c2552 if (v < MIPS_KSEG2_START) {
H A DmipsX_subr.S343 .equiv mips_kseg2, MIPS_KSEG2_START
1852 #if VM_MIN_KERNEL_ADDRESS == MIPS_KSEG2_START
2742 #if VM_MIN_KERNEL_ADDRESS == MIPS_KSEG2_START
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_dma.c277 buf < (void *)MIPS_KSEG2_START)
603 kva < (void *)MIPS_KSEG2_START)
H A Dbus_space.c249 if (t->base >= MIPS_KSEG2_START) {
302 if (t->base < MIPS_KSEG2_START) {
/netbsd-current/sys/arch/emips/emips/
H A Dbus_dma.c284 buf < (void *)MIPS_KSEG2_START)
720 kva < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus_dma.c284 buf < (void *)MIPS_KSEG2_START)
720 kva < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dbus_dma.c266 buf < (void *)MIPS_KSEG2_START)
607 kva < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dbus_dma.c263 buf < (void *)MIPS_KSEG2_START)
542 kva < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/mips/include/
H A Dcpuregs.h110 #define MIPS_KSEG2_START -0x40000000L /* 0xc0000000 */ macro
124 #define MIPS_KSEG2_P(x) ((uintptr_t)MIPS_KSEG2_START <= (uintptr_t)(x))
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dbus.c330 buf < (void *)MIPS_KSEG2_START)
766 kva < (void *)MIPS_KSEG2_START)
/netbsd-current/sys/arch/arc/jazz/
H A Dbus_dma_jazz.c256 buf < (void *)MIPS_KSEG2_START)

Completed in 355 milliseconds