Searched refs:KSEG0 (Results 1 – 9 of 9) sorted by relevance
34 p = (volatile unsigned long *) KSEG0; in r3k_cache_size()69 p = (volatile unsigned long *) KSEG0; in r3k_cache_lsize()110 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()111 start = KSEG0; in r3k_flush_icache_range()167 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range()168 start = KSEG0; in r3k_flush_dcache_range()224 r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size); in r3k___flush_cache_all()225 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
113 write_c0_entryhi(KSEG0); in local_flush_tlb_range()150 write_c0_entryhi(KSEG0); in local_flush_tlb_kernel_range()183 write_c0_entryhi(KSEG0); in local_flush_tlb_page()
80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)88 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)98 #define KSEG0 0x80000000 macro
49 if ((entryhi & PAGE_MASK) != KSEG0 && in dump_tlb()
31 - $a1: KSEG0 address of the flattened device-tree blob.
40 - $a1: KSEG0 address of the flattened device-tree blob.
375 li a0, KSEG0396 li a0, KSEG0
153 if ((unsigned int)*p < KSEG0) { in rtlx_open()
2623 This is limited by the size of KSEG0, 256Mb on 32-bit or 1Gb with2849 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.