HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_KSEG2_START (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libkvm/
kvm_mips.c 145 if (va >= MIPS_KSEG2_START) {
170 if (va >= (MIPS_KSEG2_START + (cpu_kh->sysmapsize * NBPG))) {
180 (((va - MIPS_KSEG2_START) >> PGSHIFT) * sizeof(u_int));
  /src/sys/arch/mips/pmon/
pmon.c 79 (vaddr_t)envstr >= (vaddr_t)MIPS_KSEG2_START) {
  /src/sys/arch/mipsco/mipsco/
bus_space.c 99 if (bsh < MIPS_KSEG2_START) { /* KSEG1 */
132 else if (bsh < MIPS_KSEG2_START) /* KSEG1 */
bus_dma.c 261 buf < (void *)MIPS_KSEG2_START)
567 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/ews4800mips/sbd/
sbdio.c 98 MIPS_KSEG1_START, MIPS_KSEG2_START - MIPS_KSEG1_START); /* XXX */
  /src/sys/arch/arc/arc/
bus_space_sparse.c 118 if (start < MIPS_KSEG2_START) /* KSEG0/KSEG1 */
bus_space.c 397 if (bsh < MIPS_KSEG2_START) { /* KSEG1 */
434 else if (bsh < MIPS_KSEG2_START) /* KSEG1 */
bus_dma.c 274 buf < (void *)MIPS_KSEG2_START)
730 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/hpcmips/vr/
vrdmaau.c 152 addr < (void *)MIPS_KSEG2_START)
  /src/sys/arch/mips/mips/
vm_machdep.c 223 vaddr_t va = MIPS_KSEG2_START;
230 KASSERT(va != MIPS_KSEG2_START);
pmap_machdep.c 147 CTASSERT(MIPS_KSEG2_START < 0);
152 CTASSERT((uint32_t)MIPS_KSEG2_START == 0xc0000000);
mips_machdep.c 2554 if (v < MIPS_KSEG2_START) {
mipsX_subr.S 343 .equiv mips_kseg2, MIPS_KSEG2_START
1852 #if VM_MIN_KERNEL_ADDRESS == MIPS_KSEG2_START
2742 #if VM_MIN_KERNEL_ADDRESS == MIPS_KSEG2_START
  /src/sys/arch/emips/emips/
bus_dma.c 284 buf < (void *)MIPS_KSEG2_START)
720 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/hpcmips/hpcmips/
bus_dma.c 277 buf < (void *)MIPS_KSEG2_START)
603 kva < (void *)MIPS_KSEG2_START)
bus_space.c 249 if (t->base >= MIPS_KSEG2_START) {
302 if (t->base < MIPS_KSEG2_START) {
  /src/sys/arch/pmax/pmax/
bus_dma.c 284 buf < (void *)MIPS_KSEG2_START)
720 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/ews4800mips/ews4800mips/
bus_dma.c 266 buf < (void *)MIPS_KSEG2_START)
607 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/playstation2/playstation2/
bus_dma.c 263 buf < (void *)MIPS_KSEG2_START)
542 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/mips/include/
cpuregs.h 110 #define MIPS_KSEG2_START -0x40000000L /* 0xc0000000 */
124 #define MIPS_KSEG2_P(x) ((uintptr_t)MIPS_KSEG2_START <= (uintptr_t)(x))
  /src/sys/arch/newsmips/newsmips/
bus.c 330 buf < (void *)MIPS_KSEG2_START)
766 kva < (void *)MIPS_KSEG2_START)
  /src/sys/arch/arc/jazz/
bus_dma_jazz.c 256 buf < (void *)MIPS_KSEG2_START)

Completed in 1433 milliseconds