Home
last modified time | relevance | path

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

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