Home
last modified time | relevance | path

Searched refs:KSEG0ADDR (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/csky/include/asm/
H A Daddrspace.h7 #define KSEG0ADDR(a) (((unsigned long)a & 0x1fffffff) | KSEG0) macro
/openbmc/linux/arch/mips/ath79/
H A Dprom.c30 initrd_start = KSEG0ADDR(initrd_start); in prom_init()
H A Dsetup.c223 __dt_setup_arch((void *)KSEG0ADDR(dtb)); in plat_mem_setup()
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h88 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h85 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) macro
/openbmc/linux/arch/mips/mm/
H A Dc-r3k.c239 unsigned long kaddr = KSEG0ADDR(pfn << PAGE_SHIFT); in r3k_flush_cache_page()
/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c633 dma_cache_wback_inv(KSEG0ADDR(buf), nbytes); in au1xxx_dbdma_put_source()
696 dma_cache_inv(KSEG0ADDR(buf), nbytes); in au1xxx_dbdma_put_dest()
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/
H A Dddr.h449 reset = KSEG0ADDR(_machine_restart); in hal_vcoreiii_ddr_failed()