Symbol: MIPS_KSEG1_START
sys/arch/arc/arc/bus_dma.c
273
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/arc/arc/bus_space.c
395
if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */
sys/arch/arc/arc/bus_space.c
432
else if (bsh < MIPS_KSEG1_START) /* KSEG0 */
sys/arch/arc/arc/bus_space_sparse.c
86
if (end <= MIPS_KSEG1_START - MIPS_KSEG0_START) {
sys/arch/arc/jazz/bus_dma_jazz.c
255
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/emips/emips/bus_dma.c
283
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/ews4800mips/ews4800mips/bus_dma.c
265
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/ews4800mips/ews4800mips/tr2.c
136
*(volatile uint8_t *)MIPS_KSEG1_START;
sys/arch/ews4800mips/sbd/sbdio.c
98
MIPS_KSEG1_START, MIPS_KSEG2_START - MIPS_KSEG1_START); /* XXX */
sys/arch/hpcmips/hpcmips/bus_dma.c
276
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/hpcmips/vr/vrdmaau.c
149
addr < (void *)MIPS_KSEG1_START)
sys/arch/hpcmips/vr/vrdmaau.c
151
else if (addr >= (void *)MIPS_KSEG1_START &&
sys/arch/mips/adm5120/adm5120_obio_dma.c
84
t->_bounce_alloc_hi = MIPS_KSEG1_START - MIPS_KSEG0_START;
sys/arch/mips/alchemy/aubus.c
204
t->_wsize = MIPS_KSEG1_START - MIPS_KSEG0_START;
sys/arch/mips/include/cpuregs.h
120
#define MIPS_PHYS_TO_KSEG1(x) ((intptr_t)(x) | (intptr_t)MIPS_KSEG1_START)
sys/arch/mips/include/cpuregs.h
123
#define MIPS_KSEG1_P(x) (((intptr_t)(x) & ~MIPS_PHYS_MASK) == MIPS_KSEG1_START)
sys/arch/mips/mips/cpu_subr.c
154
0, MIPS_KSEG1_START - MIPS_KSEG0_START,
sys/arch/mips/mips/pmap_machdep.c
145
CTASSERT(MIPS_KSEG1_START < 0);
sys/arch/mips/mips/pmap_machdep.c
151
CTASSERT((uint32_t)MIPS_KSEG1_START == 0xa0000000);
sys/arch/mips/mips/pmap_machdep.c
525
|| pmap_limits.avail_end > MIPS_KSEG1_START - MIPS_KSEG0_START
sys/arch/mips/mips/vm_machdep.c
181
const paddr_t high = MIPS_KSEG1_START - MIPS_KSEG0_START;
sys/arch/mips/pmon/pmon.c
78
if ((vaddr_t)envstr < (vaddr_t)MIPS_KSEG1_START ||
sys/arch/mipsco/mipsco/bus_dma.c
260
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/mipsco/mipsco/bus_space.c
130
else if (bsh < MIPS_KSEG1_START) /* KSEG0 */
sys/arch/mipsco/mipsco/bus_space.c
97
if (bsh < MIPS_KSEG1_START) /* KUSEG or KSEG0 */
sys/arch/newsmips/include/adrsmap.h
181
#define SCCVECT (0x1fcc0007 | MIPS_KSEG1_START)
sys/arch/newsmips/newsmips/bus.c
329
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/playstation2/playstation2/bus_dma.c
262
if (buf >= (void *)MIPS_KSEG1_START &&
sys/arch/pmax/pmax/bus_dma.c
283
if (buf >= (void *)MIPS_KSEG1_START &&