Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/
Dpage.h47 #define __pa_symbol(x) __pa(__phys_reloc_hide((unsigned long)(x))) macro
/linux-3.3/arch/mips/include/asm/
Dpage.h172 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro