Searched defs:__pa_symbol (Results 1 – 9 of 9) sorted by relevance
40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
54 #define __pa_symbol(x) \ macro
78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
208 #define __pa_symbol(x) __phys_addr_symbol((unsigned long)(x)) macro
334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
184 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
391 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
245 def __pa_symbol(self, x): member in aarch64_page_ops
112 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro