Searched refs:CKSEG0 (Results 1 – 14 of 14) sorted by relevance
| /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()
|
| /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()
|
| /linux/arch/mips/include/asm/ |
| H A D | addrspace.h | 73 #define CKSEG0 _CONST64_(0xffffffff80000000) macro 78 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) 109 #define CKSEG0 0x80000000 macro
|
| H A D | tlb.h | 11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
|
| H A D | r4kcache.h | 45 #define INDEX_BASE CKSEG0
|
| /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()
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-init.c | 64 (void *)CKSEG0, 0x200); in per_hub_init()
|
| /linux/arch/mips/kernel/ |
| 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()
|
| /linux/arch/mips/mm/ |
| H A D | page.c | 624 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0) in clear_page() 650 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0 in copy_page() 651 || (long)KSEGX((unsigned long)from) != (long)CKSEG0) in copy_page()
|
| H A D | init.c | 463 if ((unsigned long) &_text > (unsigned long) CKSEG0) in arch_mm_preinit() 466 kclist_add(&kcore_kseg0, (void *) CKSEG0, in arch_mm_preinit()
|
| /linux/arch/mips/dec/ |
| H A D | kn01-berr.c | 105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
|
| /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()
|
| /linux/arch/mips/ |
| H A D | Kconfig | 2902 This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
|