/linux-2.4.37.9/arch/mips/mm/ |
D | c-r3k.c | 36 p = (volatile unsigned long *) KSEG0; in r3k_cache_size() 71 p = (volatile unsigned long *) KSEG0; in r3k_cache_lsize() 112 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range() 113 start = KSEG0; in r3k_flush_icache_range() 169 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range() 170 start = KSEG0; in r3k_flush_dcache_range() 244 r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size); in r3k___flush_cache_all() 245 r3k_flush_icache_range(KSEG0, KSEG0 + icache_size); in r3k___flush_cache_all()
|
D | tlb-r4k.c | 63 write_c0_entryhi(KSEG0 + entry*0x2000); in local_flush_tlb_all() 124 write_c0_entryhi(KSEG0 + idx*0x2000); in local_flush_tlb_range() 163 write_c0_entryhi(KSEG0+idx*0x2000); in local_flush_tlb_page() 196 write_c0_entryhi(KSEG0+idx*0x2000); in local_flush_tlb_one() 414 memcpy((void *)KSEG0, &except_vec0_nevada, 0x80); in r4k_tlb_init() 416 memcpy((void *)KSEG0, &except_vec0_r4600, 0x80); in r4k_tlb_init() 418 memcpy((void *)KSEG0, &except_vec0_r4000, 0x80); in r4k_tlb_init() 419 flush_icache_range(KSEG0, KSEG0 + 0x80); in r4k_tlb_init()
|
D | tlb-r3k.c | 109 write_c0_entryhi(KSEG0); in local_flush_tlb_range() 142 write_c0_entryhi(KSEG0); in local_flush_tlb_page() 250 memcpy((void *)KSEG0, &except_vec0_r2300, 0x80); in r3k_tlb_init() 251 flush_icache_range(KSEG0, KSEG0 + 0x80); in r3k_tlb_init()
|
D | tlb-sb1.c | 29 #define UNIQUE_ENTRYHI(idx) (KSEG0 + ((idx) << (PAGE_SHIFT + 1))) 336 memcpy((void *)KSEG0, except_vec0_sb1, 0x80); in sb1_tlb_init() 337 flush_icache_range(KSEG0, KSEG0 + 0x80); in sb1_tlb_init()
|
D | sc-r5k.c | 37 unsigned long start = KSEG0; in blast_r5000_scache() 38 unsigned long end = KSEG0 + scache_size; in blast_r5000_scache()
|
D | c-r4k.c | 119 unsigned long start = KSEG0; in tx49_blast_icache32() 361 page = (KSEG0 + (page & (dcache_size - 1))); in r4k_flush_cache_page() 619 for (addr = KSEG0; addr <= KSEG0 + 4096; addr += ic_lsize) { in rm7k_erratum31() 1066 memcpy((void *)(KSEG0 + 0x100), &except_vec2_generic, 0x80); in ld_mmu_r4xx0()
|
D | c-tx39.c | 47 unsigned long start = KSEG0; in tx39h_flush_icache_all() 227 page = (KSEG0 + (page & (dcache_size - 1))); in tx39_flush_cache_page()
|
D | c-sb1.c | 570 memcpy((void *)(KSEG0 + 0x100), &except_vec2_sb1, 0x80); in ld_mmu_sb1()
|
/linux-2.4.37.9/include/asm-mips/ |
D | addrspace.h | 42 #define KSEG0 0x80000000 macro 47 #define K0BASE KSEG0 66 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
|
D | r4kcache.h | 143 unsigned long start = KSEG0; in blast_dcache16() 182 unsigned long start = KSEG0; in blast_icache16() 221 unsigned long start = KSEG0; in blast_scache16() 286 unsigned long start = KSEG0; in blast_dcache32() 325 unsigned long start = KSEG0; in blast_icache32() 364 unsigned long start = KSEG0; in blast_scache32() 429 unsigned long start = KSEG0; in blast_icache64() 468 unsigned long start = KSEG0; in blast_scache64() 533 unsigned long start = KSEG0; in blast_scache128()
|
/linux-2.4.37.9/arch/mips/dec/prom/ |
D | memory.c | 37 memcpy(&old_handler, (void *)(KSEG0 + 0x80), 0x80); in pmax_setup_memory_region() 38 memcpy((void *)(KSEG0 + 0x80), &genexcept_early, 0x80); in pmax_setup_memory_region() 50 memcpy((void *)(KSEG0 + 0x80), &old_handler, 0x80); in pmax_setup_memory_region()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | r4kcache.h | 143 unsigned long start = KSEG0; in blast_dcache16() 182 unsigned long start = KSEG0; in blast_icache16() 221 unsigned long start = KSEG0; in blast_scache16() 286 unsigned long start = KSEG0; in blast_dcache32() 325 unsigned long start = KSEG0; in blast_icache32() 364 unsigned long start = KSEG0; in blast_scache32() 429 unsigned long start = KSEG0; in blast_icache64() 468 unsigned long start = KSEG0; in blast_scache64() 533 unsigned long start = KSEG0; in blast_scache128()
|
D | addrspace.h | 43 #define KSEG0 0xffffffff80000000 macro 68 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | traps.c | 871 *(volatile u32 *)(KSEG0+0x200) = 0x08000000 | in set_except_vector() 873 flush_icache_range(KSEG0+0x200, KSEG0 + 0x204); in set_except_vector() 924 memcpy((void *)(KSEG0 + 0x80), &except_vec1_generic, 0x80); in trap_init() 937 memcpy((void *)(KSEG0 + 0x300), &except_vec_ejtag_debug, 0x80); in trap_init() 950 memcpy((void *)(KSEG0 + 0x200), &except_vec4, 8); in trap_init() 990 memcpy((void *)(KSEG0 + 0x180), &except_vec3_r4000, 0x80); in trap_init() 992 memcpy((void *)(KSEG0 + 0x180), &except_vec3_generic, 0x80); in trap_init() 994 memcpy((void *)(KSEG0 + 0x080), &except_vec3_generic, 0x80); in trap_init() 1021 flush_icache_range(KSEG0, KSEG0 + 0x400); in trap_init()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | traps.c | 784 *(volatile u32 *)(KSEG0+0x200) = 0x08000000 | in set_except_vector() 786 flush_icache_range(KSEG0+0x200, KSEG0 + 0x204); in set_except_vector() 848 memcpy((void *) KSEG0 , &except_vec0_generic, 0x80); in trap_init() 849 memcpy((void *)(KSEG0 + 0x180), &except_vec3_generic, 0x80); in trap_init() 868 memcpy((void *)(KSEG0 + 0x200), &except_vec4, 0x8); in trap_init() 902 memcpy((void *)(KSEG0 + 0x180), &except_vec3_r4000, 0x100); in trap_init() 904 memcpy((void *)(KSEG0 + 0x180), &except_vec3_generic, 0x80); in trap_init() 906 memcpy((void *)(KSEG0 + 0x080), &except_vec3_generic, 0x80); in trap_init() 934 flush_icache_range(KSEG0, KSEG0 + 0x400); in trap_init()
|
/linux-2.4.37.9/arch/mips/baget/ |
D | balo.c | 74 mem_move((long*)KSEG0, (long*)&_vmlinux_start, in start_kernel() 96 reset_and_jump(START, (int)mem_limit-KSEG1+KSEG0); in start_kernel() 179 memcpy((void *)(KSEG0 + 0x80), &except_vec3_generic, 0x80); in balo_entry()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | tlb-sb1.c | 28 #define UNIQUE_ENTRYHI(idx) (KSEG0 + ((idx) << (PAGE_SHIFT + 1))) 332 memcpy((void *)KSEG0 + 0x080, except_vec1_sb1, 0x80); in sb1_tlb_init() 333 flush_icache_range(KSEG0, KSEG0 + 0x80); in sb1_tlb_init()
|
D | sc-r5k.c | 37 unsigned long start = KSEG0; in blast_r5000_scache() 38 unsigned long end = KSEG0 + scache_size; in blast_r5000_scache()
|
D | tlb-r4k.c | 197 write_c0_entryhi(KSEG0+idx*0x2000); in local_flush_tlb_one() 366 memcpy((void *)(KSEG0 + 0x80), except_vec1_r4k, 0x80); in r4k_tlb_init() 367 flush_icache_range(KSEG0, KSEG0 + 0x80); in r4k_tlb_init()
|
D | tlb-andes.c | 96 write_c0_entryhi(KSEG0); in local_flush_tlb_range() 128 write_c0_entryhi(KSEG0); in local_flush_tlb_page()
|
D | c-r4k.c | 119 unsigned long start = KSEG0; in tx49_blast_icache32() 361 page = (KSEG0 + (page & (dcache_size - 1))); in r4k_flush_cache_page() 619 for (addr = KSEG0; addr <= KSEG0 + 4096; addr += ic_lsize) { in rm7k_erratum31() 1066 memcpy((void *)(KSEG0 + 0x100), &except_vec2_generic, 0x80); in ld_mmu_r4xx0()
|
D | c-sb1.c | 570 memcpy((void *)(KSEG0 + 0x100), &except_vec2_sb1, 0x80); in ld_mmu_sb1()
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | ip27-init.c | 332 memcpy((void *)(KSEG0 + 0x100), &except_vec2_generic, in per_hub_init() 334 memcpy((void *)(KSEG0 + 0x180), &except_vec3_generic, in per_hub_init() 336 memcpy((void *)KSEG0, &except_vec0, 0x80); in per_hub_init() 337 memcpy((void *)KSEG0 + 0x080, &except_vec1_r10k, 0x80); in per_hub_init() 338 memcpy((void *)(KSEG0 + 0x100), (void *) KSEG0, 0x80); in per_hub_init() 339 memcpy((void *)(KSEG0 + 0x180), &except_vec3_generic, in per_hub_init()
|
/linux-2.4.37.9/arch/mips/lib/ |
D | dump_tlb.c | 157 if (addr > KSEG0) in dump_list_process() 163 if (addr > KSEG0) in dump_list_process()
|
/linux-2.4.37.9/drivers/net/ |
D | jazzsonic.c | 106 if (base_addr >= KSEG0) /* Check a single specified location. */ in sonic_probe()
|