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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpage_mm.h120 static inline unsigned long ___pa(void *vaddr) function
130 #define __pa(vaddr) ___pa((void *)(vaddr))
144 #define __pa(x) ___pa((unsigned long)(x))
145 static inline unsigned long ___pa(unsigned long x) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpage.h131 #define ___pa(x) ((x)-PAGE_OFFSET+__MEMORY_START) macro
134 #define ___pa(x) ((x)-PAGE_OFFSET) macro
139 #define __pa(x) ___pa((unsigned long)x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dhead_32.S101 .long ___pa(_text+PAGE_SIZE)

Completed in 82 milliseconds