Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Dc-r3k.c33 p = (volatile unsigned long *) KSEG0; in r3k_cache_size()
68 p = (volatile unsigned long *) KSEG0; in r3k_cache_lsize()
109 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()
110 start = KSEG0; in r3k_flush_icache_range()
166 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range()
167 start = KSEG0; in r3k_flush_dcache_range()
223 r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size); in r3k___flush_cache_all()
224 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
Dtlb-r3k.c111 write_c0_entryhi(KSEG0); in local_flush_tlb_range()
148 write_c0_entryhi(KSEG0); in local_flush_tlb_kernel_range()
180 write_c0_entryhi(KSEG0); in local_flush_tlb_page()
/linux-4.4.14/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-4.4.14/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-4.4.14/arch/mips/lib/
Dr3k_dump_tlb.c47 if ((entryhi & PAGE_MASK) != KSEG0 && in dump_tlb()
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt40 - $a1: KSEG0 address of the flattened device-tree blob.
/linux-4.4.14/arch/mips/kernel/
Drtlx.c151 if ((unsigned int)*p < KSEG0) { in rtlx_open()
/linux-4.4.14/arch/mips/
DKconfig2676 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.