Home
last modified time | relevance | path

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

/linux-4.4.14/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))
/linux-4.4.14/arch/mips/include/asm/mach-generic/
Dspaces.h83 #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) macro
/linux-4.4.14/arch/mips/include/asm/sn/sn0/
Daddrs.h282 #define ERR_STS_WAR_PHYSADDR TO_PHYS((__psunsigned_t)ERR_STS_WAR_ADDR)
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_sn2.c675 TO_PHYS((u64)amos_page), 1); in xpc_setup_rsvd_page_sn2()