HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_KSEG1_START (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/arch/mips/adm5120/
adm5120_obio_dma.c 84 t->_bounce_alloc_hi = MIPS_KSEG1_START - MIPS_KSEG0_START;
  /src/sys/arch/ews4800mips/sbd/
sbdio.c 98 MIPS_KSEG1_START, MIPS_KSEG2_START - MIPS_KSEG1_START); /* XXX */
  /src/sys/arch/mips/mips/
cache_r5k_subr.S 54 or v0, MIPS_KSEG1_START
cache_r3k_subr.S 69 or v0, MIPS_KSEG1_START
154 or v1, MIPS_KSEG1_START # Run uncached.
vm_machdep.c 181 const paddr_t high = MIPS_KSEG1_START - MIPS_KSEG0_START;
pmap_machdep.c 145 CTASSERT(MIPS_KSEG1_START < 0);
151 CTASSERT((uint32_t)MIPS_KSEG1_START == 0xa0000000);
525 || pmap_limits.avail_end > MIPS_KSEG1_START - MIPS_KSEG0_START
  /src/sys/arch/mips/pmon/
pmon.c 78 if ((vaddr_t)envstr < (vaddr_t)MIPS_KSEG1_START ||
  /src/sys/arch/newsmips/stand/boot/
locore.S 72 or v1, MIPS_KSEG1_START # run uncached
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 67 #define MIPS_KSEG1_START 0xa0000000
68 #define KSEG1_KSEG0_DIFF (MIPS_KSEG1_START - MIPS_KSEG0_START)
  /src/sys/arch/hpcmips/vr/
vrdmaau.c 149 addr < (void *)MIPS_KSEG1_START)
151 else if (addr >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/mipsco/mipsco/
bus_space.c 97 if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */
130 else if (bsh < MIPS_KSEG1_START) /* KSEG0 */
bus_dma.c 260 if (buf >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/arc/arc/
bus_space_sparse.c 86 if (end <= MIPS_KSEG1_START - MIPS_KSEG0_START) {
bus_space.c 395 if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */
432 else if (bsh < MIPS_KSEG1_START) /* KSEG0 */
  /src/sys/arch/ews4800mips/ews4800mips/
tr2.c 136 *(volatile uint8_t *)MIPS_KSEG1_START;
bus_dma.c 265 if (buf >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/newsmips/newsmips/
locore_machdep.S 74 li a1, MACH_MONARG_ADDR|MIPS_KSEG1_START
  /src/sys/arch/mips/alchemy/
aubus.c 204 t->_wsize = MIPS_KSEG1_START - MIPS_KSEG0_START;
  /src/sys/arch/mips/include/
cpuregs.h 109 #define MIPS_KSEG1_START -0x60000000L /* 0xa0000000 */
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)
  /src/sys/arch/newsmips/include/
adrsmap.h 181 #define SCCVECT (0x1fcc0007 | MIPS_KSEG1_START)
  /src/sys/arch/arc/jazz/
bus_dma_jazz.c 255 if (buf >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/emips/emips/
bus_dma.c 283 if (buf >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/hpcmips/hpcmips/
bus_dma.c 276 if (buf >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/pmax/pmax/
bus_dma.c 283 if (buf >= (void *)MIPS_KSEG1_START &&
  /src/sys/arch/playstation2/playstation2/
bus_dma.c 262 if (buf >= (void *)MIPS_KSEG1_START &&

Completed in 27 milliseconds

1 2