/openbmc/linux/arch/mips/dec/prom/ |
H A D | memory.c | 37 memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80); in pmax_setup_memory_region() 38 memcpy((void *)(CKSEG0 + 0x80), &genexcept_early, 0x80); in pmax_setup_memory_region() 50 memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80); in pmax_setup_memory_region()
|
/openbmc/linux/arch/mips/fw/lib/ |
H A D | cmdline.c | 25 if ((fw_arg0 >= CKSEG0) || (fw_arg1 < CKSEG0)) { in fw_init_cmdline() 34 if (fw_arg2 < CKSEG0) in fw_init_cmdline()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | spram.c | 54 cache_op(Index_Store_Tag_I, CKSEG0|offset); in ispram_store_tag() 70 cache_op(Index_Load_Tag_I, CKSEG0 | offset); in ispram_load_tag() 89 cache_op(Index_Store_Tag_D, CKSEG0 | offset); in dspram_store_tag() 103 cache_op(Index_Load_Tag_D, CKSEG0 | offset); in dspram_load_tag()
|
H A D | pm-cps.c | 206 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_cache_routine() 212 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine() 289 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb()
|
H A D | smp-bmips.c | 539 BUG_ON(ebase != CKSEG0); in bmips_ebase_setup() 553 set_uncached_handler(BMIPS_WARM_RESTART_VEC - CKSEG0, in bmips_ebase_setup()
|
H A D | cps-vec.S | 557 li a0, CKSEG0 584 li a0, CKSEG0
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | addrspace.h | 68 #define CKSEG0 _CONST64_(0xffffffff80000000) macro 73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) 104 #define CKSEG0 0x80000000 macro
|
H A D | tlb.h | 11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
|
H A D | page.h | 179 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()
|
H A D | r4kcache.h | 41 #define INDEX_BASE CKSEG0
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | addrspace.h | 65 #define CKSEG0 _CONST64_(0xffffffff80000000) macro 70 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) 101 #define CKSEG0 0x80000000 macro
|
H A D | io.h | 92 if (addr < CKSEG0) in virt_to_phys()
|
/openbmc/linux/arch/mips/lib/ |
H A D | uncached.c | 47 if (sp >= (long)CKSEG0 && sp < (long)CKSEG2) in run_uncached() 59 if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2) in run_uncached()
|
H A D | dump_tlb.c | 122 if ((entryhi & ~0x1ffffUL) == CKSEG0) in dump_tlb()
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | ip27-init.c | 64 (void *)CKSEG0, 0x200); in per_hub_init()
|
/openbmc/linux/arch/mips/dec/ |
H A D | kn01-berr.c | 105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
|
/openbmc/linux/arch/mips/mm/ |
H A D | page.c | 636 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0) in clear_page() 662 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0 in copy_page() 663 || (long)KSEGX((unsigned long)from) != (long)CKSEG0) in copy_page()
|
H A D | init.c | 472 if ((unsigned long) &_text > (unsigned long) CKSEG0) in mem_init() 475 kclist_add(&kcore_kseg0, (void *) CKSEG0, in mem_init()
|
/openbmc/linux/arch/mips/txx9/generic/ |
H A D | setup.c | 114 if (fw_arg0 >= CKSEG0 || fw_arg1 < CKSEG0) { in prom_init_cmdline() 287 if (fw_arg2 < CKSEG0) in prom_getenv()
|
/openbmc/linux/arch/mips/loongson64/ |
H A D | env.c | 51 if ((fw_arg2 < CKSEG0 || fw_arg2 > CKSEG1) in prom_dtb_init_env()
|
/openbmc/u-boot/arch/mips/ |
H A D | Kconfig | 264 Normally this is CKSEG0. If the MIPS system needs to move this block
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig | 2894 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
|