Searched refs:CKSEG0ADDR (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/mm/
H A Dsc-rm7k.c93 unsigned long start = CKSEG0ADDR(0);
117 cache_op(Index_Store_Tag_T, CKSEG0ADDR(i));
143 cache_op(Index_Store_Tag_SD, CKSEG0ADDR(i));
/linux-master/arch/mips/fw/sni/
H A Dsniprom.c138 u32 *argv = (u32 *)CKSEG0ADDR(fw_arg1);
145 strcat(arcs_cmdline, (char *)CKSEG0ADDR(argv[i]));
/linux-master/arch/mips/include/asm/
H A Daddrspace.h78 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) macro
85 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) macro
/linux-master/arch/mips/include/asm/mach-generic/
H A Dspaces.h52 #define CKSEG0ADDR_OR_64BIT(x) CKSEG0ADDR(x)
/linux-master/arch/mips/dec/prom/
H A Dmemory.c66 bm = (memmap *)CKSEG0ADDR(0x28000);
/linux-master/arch/mips/kernel/
H A Dtraps.c2355 ebase = CKSEG0ADDR(ebase_pa);

Completed in 121 milliseconds