Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dpage_mm.h73 static inline unsigned long ___pa(void *vaddr) in ___pa() function
83 #define __pa(vaddr) ___pa((void *)(long)(vaddr))
97 #define __pa(x) ___pa((unsigned long)(x))
98 static inline unsigned long ___pa(unsigned long x) in ___pa() function
/linux-4.1.27/arch/sh/include/asm/
Dpage.h141 #define ___pa(x) ((x)-PAGE_OFFSET+__MEMORY_START) macro
144 #define ___pa(x) ((x)-PAGE_OFFSET) macro
149 #define __pa(x) ___pa((unsigned long)x)
/linux-4.1.27/arch/sh/boot/compressed/
Dhead_32.S103 .long ___pa(_text+PAGE_SIZE)