Home
last modified time | relevance | path

Searched refs:__pa_symbol_nodebug (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/include/asm/
A Dpage.h213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
218 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux/arch/arm/include/asm/
A Dmemory.h295 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro
302 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux/arch/arm64/mm/
A Dphysaddr.c29 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux/arch/arm/mm/
A Dphysaddr.c56 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux/arch/mips/mm/
A Dphysaddr.c54 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux/arch/arm64/include/asm/
A Dmemory.h276 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
283 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)

Completed in 11 milliseconds