Home
last modified time | relevance | path

Searched defs:__virt_to_phys (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/arm/mach-realview/include/mach/
Dmemory.h73 #define __virt_to_phys(virt) \ macro
/linux-2.6.39/arch/arm/include/asm/
Dmemory.h177 static inline unsigned long __virt_to_phys(unsigned long x) in __virt_to_phys() function
197 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.6.39/arch/unicore32/include/asm/
Dmemory.h59 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.6.39/arch/microblaze/include/asm/
Dpage.h190 #define __virt_to_phys(addr) addr macro
195 #define __virt_to_phys(addr) \ macro