Home
last modified time | relevance | path

Searched refs:CKSEG0 (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/arch/mips/dec/prom/
H A Dmemory.c37 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 Dcmdline.c25 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 Dspram.c54 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 Dpm-cps.c206 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 Dsmp-bmips.c539 BUG_ON(ebase != CKSEG0); in bmips_ebase_setup()
553 set_uncached_handler(BMIPS_WARM_RESTART_VEC - CKSEG0, in bmips_ebase_setup()
H A Dcps-vec.S557 li a0, CKSEG0
584 li a0, CKSEG0
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h68 #define CKSEG0 _CONST64_(0xffffffff80000000) macro
73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0)
104 #define CKSEG0 0x80000000 macro
H A Dtlb.h11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
H A Dpage.h179 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()
H A Dr4kcache.h41 #define INDEX_BASE CKSEG0
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h65 #define CKSEG0 _CONST64_(0xffffffff80000000) macro
70 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0)
101 #define CKSEG0 0x80000000 macro
H A Dio.h92 if (addr < CKSEG0) in virt_to_phys()
/openbmc/linux/arch/mips/lib/
H A Duncached.c47 if (sp >= (long)CKSEG0 && sp < (long)CKSEG2) in run_uncached()
59 if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2) in run_uncached()
H A Ddump_tlb.c122 if ((entryhi & ~0x1ffffUL) == CKSEG0) in dump_tlb()
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-init.c64 (void *)CKSEG0, 0x200); in per_hub_init()
/openbmc/linux/arch/mips/dec/
H A Dkn01-berr.c105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
/openbmc/linux/arch/mips/mm/
H A Dpage.c636 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 Dinit.c472 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 Dsetup.c114 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 Denv.c51 if ((fw_arg2 < CKSEG0 || fw_arg2 > CKSEG1) in prom_dtb_init_env()
/openbmc/u-boot/arch/mips/
H A DKconfig264 Normally this is CKSEG0. If the MIPS system needs to move this block
/openbmc/linux/arch/mips/
H A DKconfig2894 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.