Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A 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()
H A Dtlb-r3k.c98 write_c0_entryhi(KSEG0); in local_flush_tlb_range()
135 write_c0_entryhi(KSEG0); in local_flush_tlb_kernel_range()
168 write_c0_entryhi(KSEG0); in local_flush_tlb_page()
/openbmc/linux/arch/csky/include/asm/
H A Daddrspace.h6 #define KSEG0 0x80000000ul macro
7 #define KSEG0ADDR(a) (((unsigned long)a & 0x1fffffff) | KSEG0)
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
88 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
98 #define KSEG0 0x80000000 macro
H A Duaccess.h22 #define TASK_SIZE_MAX KSEG0
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h77 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
85 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
95 #define KSEG0 0x80000000 macro
/openbmc/u-boot/arch/mips/mach-jz47xx/
H A Dstart.S66 li t0, KSEG0
73 li t0, KSEG0
/openbmc/linux/arch/mips/lib/
H A Dr3k_dump_tlb.c44 if ((entryhi & PAGE_MASK) != KSEG0 && in dump_tlb()
/openbmc/linux/Documentation/devicetree/bindings/mips/pic32/
H A Dmicrochip,pic32mzda.txt31 - $a1: KSEG0 address of the flattened device-tree blob.
/openbmc/linux/Documentation/devicetree/bindings/mips/img/
H A Dpistachio.txt40 - $a1: KSEG0 address of the flattened device-tree blob.
/openbmc/linux/arch/mips/kernel/
H A Dbmips_5xxx_init.S375 li a0, KSEG0
396 li a0, KSEG0
H A Drtlx.c153 if ((unsigned int)*p < KSEG0) { in rtlx_open()
/openbmc/linux/arch/mips/
H A DKconfig2682 This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with
2894 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.