KSEG0               8 arch/csky/include/asm/addrspace.h #define KSEG0ADDR(a)	(((unsigned long)a & 0x1fffffff) | KSEG0)
KSEG0              80 arch/mips/include/asm/addrspace.h #define CKSEG0ADDR(a)		(CPHYSADDR(a) | KSEG0)
KSEG0              88 arch/mips/include/asm/addrspace.h #define KSEG0ADDR(a)		(CPHYSADDR(a) | KSEG0)
KSEG0             153 arch/mips/kernel/rtlx.c 		if ((unsigned int)*p < KSEG0) {
KSEG0              49 arch/mips/lib/r3k_dump_tlb.c 		if ((entryhi & PAGE_MASK) != KSEG0 &&
KSEG0              34 arch/mips/mm/c-r3k.c 	p = (volatile unsigned long *) KSEG0;
KSEG0              69 arch/mips/mm/c-r3k.c 	p = (volatile unsigned long *) KSEG0;
KSEG0             110 arch/mips/mm/c-r3k.c 	if (size > icache_size || KSEGX(start) != KSEG0) {
KSEG0             111 arch/mips/mm/c-r3k.c 		start = KSEG0;
KSEG0             167 arch/mips/mm/c-r3k.c 	if (size > dcache_size || KSEGX(start) != KSEG0) {
KSEG0             168 arch/mips/mm/c-r3k.c 		start = KSEG0;
KSEG0             224 arch/mips/mm/c-r3k.c 	r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size);
KSEG0             225 arch/mips/mm/c-r3k.c 	r3k_flush_icache_range(KSEG0, KSEG0 + icache_size);
KSEG0             101 arch/mips/mm/tlb-r3k.c 				write_c0_entryhi(KSEG0);
KSEG0             138 arch/mips/mm/tlb-r3k.c 			write_c0_entryhi(KSEG0);
KSEG0             171 arch/mips/mm/tlb-r3k.c 		write_c0_entryhi(KSEG0);