Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
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-5.19.10/arch/arm64/mm/
Dphysaddr.c29 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux-5.19.10/arch/arm/mm/
Dphysaddr.c56 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux-5.19.10/arch/mips/mm/
Dphysaddr.c48 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux-5.19.10/arch/arm/include/asm/
Dmemory.h295 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro
302 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux-5.19.10/arch/arm64/include/asm/
Dmemory.h273 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
280 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)