Home
last modified time | relevance | path

Searched refs:UNCAC_BASE (Results 1 – 10 of 10) sorted by relevance

/arch/mips/include/asm/mach-generic/
Dspaces.h37 #ifndef UNCAC_BASE
38 #define UNCAC_BASE _AC(0xa0000000, UL) macro
68 #ifndef UNCAC_BASE
69 #define UNCAC_BASE _AC(0x9000000000000000, UL) macro
87 #define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK))
/arch/mips/include/asm/mach-ip22/
Dspaces.h20 #define UNCAC_BASE 0xffffffffa0000000 macro
/arch/mips/include/asm/mach-cavium-octeon/
Dspaces.h16 #define UNCAC_BASE _AC(0x8000000000000000, UL) macro
/arch/mips/include/asm/mach-ip27/
Dspaces.h22 #define UNCAC_BASE 0x9600000000000000 macro
/arch/mips/mm/
Ddma-noncoherent.c54 return (void *)(__pa(addr) + UNCAC_BASE); in uncached_kernel_address()
59 return __va(addr) - UNCAC_BASE; in cached_kernel_address()
/arch/mips/include/asm/sn/sn0/
Daddrs.h170 #define IP27PROM_BASE_MAPPED (UNCAC_BASE | 0x1fc00000)
201 #define IO6PROM_BASE_MAPPED (UNCAC_BASE | 0x11c00000)
/arch/mips/include/asm/sn/
Daddrs.h64 #define NODE_UNCAC_BASE(_n) (UNCAC_BASE + NODE_OFFSET(_n))
369 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
/arch/mips/kernel/
Dcps-vec.S89 PTR_LI \dest, UNCAC_BASE
374 PTR_LI t2, UNCAC_BASE
Dsetup.c676 if (UNCAC_BASE != IO_BASE) in resource_init()
/arch/mips/include/asm/
Dio.h170 u64 base = UNCAC_BASE; in __ioremap_mode()