Searched defs:__pa_symbol (Results 1 – 8 of 8) sorted by relevance
40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
54 #define __pa_symbol(x) \ macro
81 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
222 #define __pa_symbol(x) __phys_addr_symbol((unsigned long)(x)) macro
327 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
156 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
336 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
111 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
Completed in 15 milliseconds