Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds