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
222 #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
172 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
348 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
240 def __pa_symbol(self, x): member in aarch64_page_ops
106 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro