Home
last modified time | relevance | path

Searched refs:ebase (Results 1 – 6 of 6) sorted by relevance

/arch/mips/kernel/
Dtraps.c1243 unsigned long ebase; variable
1259 *(u32 *)(ebase + 0x200) = 0x08000000 | in set_except_vector()
1261 local_flush_icache_range(ebase + 0x200, ebase + 0x204); in set_except_vector()
1290 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING); in set_vi_srs_handler()
1523 write_c0_ebase(ebase); in per_cpu_trap_init()
1584 memcpy((void *)(ebase + offset), addr, size); in set_handler()
1585 local_flush_icache_range(ebase + offset, ebase + offset + size); in set_handler()
1600 unsigned long uncached_ebase = KSEG1ADDR(ebase); in set_uncached_handler()
1603 unsigned long uncached_ebase = TO_UNCAC(ebase); in set_uncached_handler()
1639 ebase = (unsigned long) alloc_bootmem_low_pages(0x200 + VECTORSPACING*64); in trap_init()
[all …]
Dsmtc-proc.c44 extern unsigned long ebase; in proc_read_smtc()
52 len = sprintf(page, "EBASE: 0x%08lx\n", ebase); in proc_read_smtc()
/arch/mips/mm/
Dc-octeon.c239 extern unsigned long ebase; in octeon_cache_init()
242 memcpy((void *)(ebase + 0x100), &except_vec2_octeon, 0x80); in octeon_cache_init()
243 octeon_flush_cache_sigtramp(ebase + 0x100); in octeon_cache_init()
Dtlbex.c188 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler()
190 dump_handler((u32 *)ebase, 32); in build_r3000_tlb_refill_handler()
766 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler()
768 dump_handler((u32 *)ebase, 64); in build_r4000_tlb_refill_handler()
/arch/mips/cavium-octeon/
Dsetup.c534 uint32_t ebase = read_c0_ebase() & 0x3ffff000; in prom_init() local
537 cvmx_l2c_lock_mem_region(ebase, 0x100); in prom_init()
541 cvmx_l2c_lock_mem_region(ebase + 0x180, 0x80); in prom_init()
545 cvmx_l2c_lock_mem_region(ebase + 0x200, 0x80); in prom_init()
/arch/mips/include/asm/
Dsystem.h211 extern unsigned long ebase;