Home
last modified time | relevance | path

Searched refs:MIPS_KSEG1_START (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/src/sys/arch/ews4800mips/sbd/
Dsbdio.c98 MIPS_KSEG1_START, MIPS_KSEG2_START - MIPS_KSEG1_START); /* XXX */ in sbdio_attach()
/netbsd/src/sys/arch/hpcmips/stand/romboot/
Dromboot.S67 #define MIPS_KSEG1_START 0xa0000000 macro
68 #define KSEG1_KSEG0_DIFF (MIPS_KSEG1_START - MIPS_KSEG0_START)
/netbsd/src/sys/arch/hpcmips/vr/
Dvrdmaau.c149 addr < (void *)MIPS_KSEG1_START) in vrdmaau_phy_addr()
151 else if (addr >= (void *)MIPS_KSEG1_START && in vrdmaau_phy_addr()
/netbsd/src/sys/arch/mipsco/mipsco/
Dbus_space.c97 if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */ in mipsco_bus_space_compose_handle()
130 else if (bsh < MIPS_KSEG1_START) /* KSEG0 */ in mipsco_bus_space_paddr()
Dbus_dma.c260 if (buf >= (void *)MIPS_KSEG1_START && in _bus_dmamap_load()
/netbsd/src/sys/arch/mips/mips/
Dcache_r3k_subr.S69 or v0, MIPS_KSEG1_START
154 or v1, MIPS_KSEG1_START # Run uncached.
Dcache_r5k_subr.S54 or v0, MIPS_KSEG1_START
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 in pmap_md_alloc_ephemeral_address_space()
Dvm_machdep.c181 const paddr_t high = MIPS_KSEG1_START - MIPS_KSEG0_START; in cpu_uarea_alloc()
Dgenassym.cf130 define MIPS_KSEG1_START MIPS_KSEG1_START
/netbsd/src/sys/arch/mips/adm5120/
Dadm5120_obio_dma.c84 t->_bounce_alloc_hi = MIPS_KSEG1_START - MIPS_KSEG0_START; in obio_dma_init()
/netbsd/src/sys/arch/mips/pmon/
Dpmon.c78 if ((vaddr_t)envstr < (vaddr_t)MIPS_KSEG1_START || in pmon_getenv()
/netbsd/src/sys/arch/mips/include/
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/src/sys/arch/newsmips/stand/boot/
Dlocore.S72 or v1, MIPS_KSEG1_START # run uncached
/netbsd/src/sys/arch/arc/arc/
Dbus_space_sparse.c86 if (end <= MIPS_KSEG1_START - MIPS_KSEG0_START) { in arc_sparse_bus_space_compose_handle()
Dbus_space.c395 if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */ in arc_bus_space_compose_handle()
432 else if (bsh < MIPS_KSEG1_START) /* KSEG0 */ in arc_bus_space_paddr()
/netbsd/src/sys/arch/ews4800mips/ews4800mips/
Dtr2.c136 *(volatile uint8_t *)MIPS_KSEG1_START; in tr2_wbflush()
Dbus_dma.c265 if (buf >= (void *)MIPS_KSEG1_START && in _bus_dmamap_load()
/netbsd/src/sys/arch/mips/alchemy/
Daubus.c204 t->_wsize = MIPS_KSEG1_START - MIPS_KSEG0_START;
/netbsd/src/sys/arch/newsmips/newsmips/
Dlocore_machdep.S74 li a1, MACH_MONARG_ADDR|MIPS_KSEG1_START
/netbsd/src/sys/arch/newsmips/include/
Dadrsmap.h181 #define SCCVECT (0x1fcc0007 | MIPS_KSEG1_START)
/netbsd/src/sys/arch/arc/jazz/
Dbus_dma_jazz.c255 if (buf >= (void *)MIPS_KSEG1_START && in jazz_bus_dmamap_load()
/netbsd/src/sys/arch/playstation2/playstation2/
Dbus_dma.c262 if (buf >= (void *)MIPS_KSEG1_START && in _bus_dmamap_load()
/netbsd/src/sys/arch/pmax/pmax/
Dbus_dma.c283 if (buf >= (void *)MIPS_KSEG1_START && in _bus_dmamap_load()
/netbsd/src/sys/arch/hpcmips/hpcmips/
Dbus_dma.c276 if (buf >= (void *)MIPS_KSEG1_START && in _hpcmips_bd_map_load()

12