Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mach-realview/include/mach/
Dmemory.h59 #define __phys_to_virt(phys) \ macro
/linux-3.3/arch/arm/include/asm/
Dmemory.h177 static inline unsigned long __phys_to_virt(unsigned long x) in __phys_to_virt() function
185 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) macro
/linux-3.3/arch/unicore32/include/asm/
Dmemory.h60 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) macro
/linux-3.3/arch/microblaze/include/asm/
Dpage.h184 #define __phys_to_virt(addr) addr macro
190 #define __phys_to_virt(addr) \ macro