Home
last modified time | relevance | path

Searched defs:__pa_symbol (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/arch/riscv/include/asm/
H A Dpage.h180 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/arch/arm64/include/asm/
H A Dmemory.h385 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/scripts/gdb/linux/
H A Dmm.py245 def __pa_symbol(self, x): member in aarch64_page_ops
/linux/include/linux/
H A Dmm.h112 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro