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

/linux-master/arch/csky/include/asm/
H A Daddrspace.h6 #define KSEG0 0x80000000ul macro
7 #define KSEG0ADDR(a) (((unsigned long)a & 0x1fffffff) | KSEG0)
/linux-master/arch/mips/mm/
H A Dc-r3k.c33 p = (volatile unsigned long *) KSEG0;
68 p = (volatile unsigned long *) KSEG0;
109 if (size > icache_size || KSEGX(start) != KSEG0) {
110 start = KSEG0;
166 if (size > dcache_size || KSEGX(start) != KSEG0) {
167 start = KSEG0;
223 r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size);
224 r3k_flush_icache_range(KSEG0, KSEG0
[all...]
H A Dtlb-r3k.c98 write_c0_entryhi(KSEG0);
135 write_c0_entryhi(KSEG0);
168 write_c0_entryhi(KSEG0);
/linux-master/arch/mips/include/asm/
H A Daddrspace.h85 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
93 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
103 #define KSEG0 0x80000000 macro
H A Duaccess.h22 #define TASK_SIZE_MAX KSEG0
/linux-master/arch/mips/lib/
H A Dr3k_dump_tlb.c43 /* Unused entries have a virtual address of KSEG0. */
44 if ((entryhi & PAGE_MASK) != KSEG0 &&
/linux-master/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) {

Completed in 149 milliseconds