Home
last modified time | relevance | path

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

/arch/mips/include/asm/mach-malta/
Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
/arch/x86/include/asm/
Dpage.h55 #define __pa_symbol(x) \ macro
/arch/csky/include/asm/
Dpage.h82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/arch/mips/include/asm/
Dpage.h216 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/arch/riscv/include/asm/
Dpage.h114 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/arch/arm/include/asm/
Dmemory.h300 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/arch/arm64/include/asm/
Dmemory.h304 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro