Symbol: CKSEG0
arch/mips/dec/kn01-berr.c
105
if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1)
arch/mips/dec/prom/memory.c
37
memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80);
arch/mips/dec/prom/memory.c
38
memcpy((void *)(CKSEG0 + 0x80), &genexcept_early, 0x80);
arch/mips/dec/prom/memory.c
50
memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80);
arch/mips/fw/lib/cmdline.c
25
if ((fw_arg0 >= CKSEG0) || (fw_arg1 < CKSEG0)) {
arch/mips/fw/lib/cmdline.c
34
if (fw_arg2 < CKSEG0)
arch/mips/include/asm/addrspace.h
78
#define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0)
arch/mips/include/asm/page.h
161
return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x);
arch/mips/include/asm/r4kcache.h
45
#define INDEX_BASE CKSEG0
arch/mips/include/asm/tlb.h
11
#define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
arch/mips/kernel/pm-cps.c
202
UASM_i_LA(pp, GPR_T0, (long)CKSEG0);
arch/mips/kernel/pm-cps.c
208
UASM_i_LA(pp, GPR_T1, (long)(CKSEG0 + cache_size));
arch/mips/kernel/pm-cps.c
285
UASM_i_LA(pp, GPR_T0, (long)CKSEG0);
arch/mips/kernel/smp-bmips.c
539
BUG_ON(ebase != CKSEG0);
arch/mips/kernel/smp-bmips.c
553
set_uncached_handler(BMIPS_WARM_RESTART_VEC - CKSEG0,
arch/mips/kernel/spram.c
100
cache_op(Index_Load_Tag_D, CKSEG0 | offset);
arch/mips/kernel/spram.c
51
cache_op(Index_Store_Tag_I, CKSEG0|offset);
arch/mips/kernel/spram.c
67
cache_op(Index_Load_Tag_I, CKSEG0 | offset);
arch/mips/kernel/spram.c
86
cache_op(Index_Store_Tag_D, CKSEG0 | offset);
arch/mips/lib/dump_tlb.c
122
if ((entryhi & ~0x1ffffUL) == CKSEG0)
arch/mips/lib/uncached.c
47
if (sp >= (long)CKSEG0 && sp < (long)CKSEG2)
arch/mips/lib/uncached.c
59
if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2)
arch/mips/loongson64/env.c
55
if ((fw_arg2 < CKSEG0 || fw_arg2 > CKSEG1)
arch/mips/mm/init.c
457
if ((unsigned long) &_text > (unsigned long) CKSEG0)
arch/mips/mm/init.c
460
kclist_add(&kcore_kseg0, (void *) CKSEG0,
arch/mips/mm/page.c
624
if ((long)KSEGX((unsigned long)page) != (long)CKSEG0)
arch/mips/mm/page.c
650
if ((long)KSEGX((unsigned long)to) != (long)CKSEG0
arch/mips/mm/page.c
651
|| (long)KSEGX((unsigned long)from) != (long)CKSEG0)
arch/mips/sgi-ip27/ip27-init.c
64
(void *)CKSEG0, 0x200);
arch/mips/txx9/generic/setup.c
114
if (fw_arg0 >= CKSEG0 || fw_arg1 < CKSEG0) {
arch/mips/txx9/generic/setup.c
287
if (fw_arg2 < CKSEG0)