Home
last modified time | relevance | path

Searched defs:__pa_symbol_nodebug (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dpage.h213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/openbmc/linux/arch/arm/include/asm/
H A Dmemory.h302 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h300 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py231 def __pa_symbol_nodebug(self, x): member in aarch64_page_ops