Home
last modified time | relevance | path

Searched refs:TO_PHYS (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/include/asm/sn/
Daddrs.h137 #define TO_PHYS(x) (TO_PHYS_MASK & (x)) macro
138 #define TO_CAC(x) (CAC_BASE | TO_PHYS(x))
140 #define TO_AMO(x) (AMO_BASE | TO_PHYS(x))
141 #define TO_GET(x) (GET_BASE | TO_PHYS(x))
/arch/mips/include/asm/mach-generic/
Dspaces.h83 #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) macro
/arch/mips/include/asm/sn/sn0/
Daddrs.h282 #define ERR_STS_WAR_PHYSADDR TO_PHYS((__psunsigned_t)ERR_STS_WAR_ADDR)