Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-malta/
A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/arch/x86/include/asm/
A Dpage.h55 #define __pa_symbol(x) \ macro
/linux/arch/csky/include/asm/
A Dpage.h82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/arch/mips/include/asm/
A Dpage.h222 #define __pa_symbol(x) __phys_addr_symbol((unsigned long)(x)) macro
/linux/arch/arm/include/asm/
A Dmemory.h327 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/arch/riscv/include/asm/
A Dpage.h143 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/arch/arm64/include/asm/
A Dmemory.h316 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux/include/linux/
A Dmm.h113 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro

Completed in 18 milliseconds