Home
last modified time | relevance | path

Searched refs:KSEG0 (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/mips/mm/
Dc-r3k.c35 p = (volatile unsigned long *) KSEG0; in r3k_cache_size()
70 p = (volatile unsigned long *) KSEG0; in r3k_cache_lsize()
111 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
112 start = KSEG0; in r3k_flush_icache_range()
168 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range()
169 start = KSEG0; in r3k_flush_dcache_range()
225 r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size); in r3k___flush_cache_all()
226 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
Dtlb-r3k.c109 write_c0_entryhi(KSEG0); in local_flush_tlb_range()
146 write_c0_entryhi(KSEG0); in local_flush_tlb_kernel_range()
178 write_c0_entryhi(KSEG0); in local_flush_tlb_page()
/linux-2.6.39/arch/m32r/include/asm/
Daddrspace.h17 #define KSEG0 0x80000000 macro
22 #define K0BASE KSEG0
46 #define KSEG0ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG0))
51 #define KSEG0ADDR(a) (((a) & 0x1fffffff) | KSEG0)
/linux-2.6.39/arch/mips/ath79/
Dprom.c24 if (((u32) addr > KSEG0) && in is_valid_ram_addr()
25 ((u32) addr < (KSEG0 + ATH79_MEM_SIZE_MAX))) in is_valid_ram_addr()
/linux-2.6.39/arch/mips/include/asm/
Daddrspace.h80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
88 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
98 #define KSEG0 0x80000000 macro
/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/
Dkernel-entry-init.h216 la t1, KSEG0 /* T1 = cached memory base address */
254 la t1, KSEG0 /* T1 = cached memory base address */
/linux-2.6.39/arch/mips/kernel/
Drtlx.c216 if ((unsigned int)*p < KSEG0) { in rtlx_open()