Searched refs:CKSEG0 (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/mips/lib/
H A Duncached.c27 * 1. If the original address is in CKSEG0 or CKSEG1, then the uncached
47 if (sp >= (long)CKSEG0 && sp < (long)CKSEG2)
59 if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2)
H A Ddump_tlb.c120 * CKSEG0.
122 if ((entryhi & ~0x1ffffUL) == CKSEG0)
/linux-master/arch/mips/include/asm/
H A Dtlb.h11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
H A Daddrspace.h73 #define CKSEG0 _CONST64_(0xffffffff80000000) macro
78 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0)
109 #define CKSEG0 0x80000000 macro
H A Dpage.h165 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x);
H A Dr4kcache.h41 * an address in KSEG0 / CKSEG0.
45 #define INDEX_BASE CKSEG0
/linux-master/arch/mips/fw/lib/
H A Dcmdline.c25 if ((fw_arg0 >= CKSEG0) || (fw_arg1 < CKSEG0)) {
34 if (fw_arg2 < CKSEG0)
/linux-master/arch/mips/dec/prom/
H A Dmemory.c37 memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80);
38 memcpy((void *)(CKSEG0 + 0x80), &genexcept_early, 0x80);
50 memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80);
/linux-master/arch/mips/kernel/
H A Dspram.c55 cache_op(Index_Store_Tag_I, CKSEG0|offset);
71 cache_op(Index_Load_Tag_I, CKSEG0 | offset);
90 cache_op(Index_Store_Tag_D, CKSEG0 | offset);
104 cache_op(Index_Load_Tag_D, CKSEG0 | offset);
H A Dpm-cps.c200 UASM_i_LA(pp, GPR_T0, (long)CKSEG0);
206 UASM_i_LA(pp, GPR_T1, (long)(CKSEG0 + cache_size));
283 UASM_i_LA(pp, GPR_T0, (long)CKSEG0);
H A Dsmp-bmips.c539 BUG_ON(ebase != CKSEG0);
553 set_uncached_handler(BMIPS_WARM_RESTART_VEC - CKSEG0,
H A Dcps-vec.S525 li a0, CKSEG0
552 li a0, CKSEG0
/linux-master/arch/mips/sgi-ip27/
H A Dip27-init.c64 (void *)CKSEG0, 0x200);
/linux-master/arch/mips/dec/
H A Dkn01-berr.c105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1)
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c114 if (fw_arg0 >= CKSEG0 || fw_arg1 < CKSEG0) {
287 if (fw_arg2 < CKSEG0)
/linux-master/arch/mips/mm/
H A Dpage.c624 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0)
650 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0
651 || (long)KSEGX((unsigned long)from) != (long)CKSEG0)
H A Dinit.c477 if ((unsigned long) &_text > (unsigned long) CKSEG0)
480 kclist_add(&kcore_kseg0, (void *) CKSEG0,
/linux-master/arch/mips/loongson64/
H A Denv.c51 if ((fw_arg2 < CKSEG0 || fw_arg2 > CKSEG1)

Completed in 173 milliseconds