Home
last modified time | relevance | path

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

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