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

/linux-master/arch/csky/include/asm/
H A Daddrspace.h7 #define KSEG0ADDR(a) (((unsigned long)a & 0x1fffffff) | KSEG0) macro
/linux-master/arch/mips/ath79/
H A Dprom.c30 initrd_start = KSEG0ADDR(initrd_start);
H A Dsetup.c223 __dt_setup_arch((void *)KSEG0ADDR(dtb));
/linux-master/arch/mips/include/asm/
H A Daddrspace.h93 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) macro
/linux-master/arch/mips/mm/
H A Dc-r3k.c239 unsigned long kaddr = KSEG0ADDR(pfn << PAGE_SHIFT);
/linux-master/arch/mips/alchemy/common/
H A Ddbdma.c633 dma_cache_wback_inv(KSEG0ADDR(buf), nbytes);
696 dma_cache_inv(KSEG0ADDR(buf), nbytes);

Completed in 162 milliseconds