Searched refs:__pa_symbol_nodebug (Results 1 – 6 of 6) sorted by relevance
213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro218 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
295 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro302 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
29 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
56 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
54 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
276 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro283 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
Completed in 11 milliseconds