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
71 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
203 #define __pa_symbol(x) __phys_addr_symbol((unsigned long)(x)) macro
328 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
183 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
388 #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
113 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro