Searched refs:___pa (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dpage_mm.h70 static inline unsigned long ___pa(void *vaddr) function
80 #define __pa(vaddr) ___pa((void *)(long)(vaddr))
94 #define __pa(x) ___pa((unsigned long)(x))
95 static inline unsigned long ___pa(unsigned long x) function
/linux-master/arch/sh/include/asm/
H A Dpage.h124 #define ___pa(x) ((x)-PAGE_OFFSET+__MEMORY_START) macro
127 #define ___pa(x) ((x)-PAGE_OFFSET) macro
132 #define __pa(x) ___pa((unsigned long)x)
/linux-master/arch/mips/include/asm/
H A Dpage.h157 static inline unsigned long ___pa(unsigned long x) function
184 #define __pa(x) ___pa((unsigned long)(x))
/linux-master/arch/xtensa/include/asm/
H A Dpage.h167 static inline unsigned long ___pa(unsigned long va) function
187 #define __pa(x) ___pa((unsigned long)(x))
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S104 .long ___pa(_text+PAGE_SIZE)

Completed in 155 milliseconds