Searched defs:__pa_symbol (Results 1 – 4 of 4) sorted by relevance
40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
183 #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