Searched defs:__phys_to_virt (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/mach-realview/include/mach/
H A Dmemory.h52 #define __phys_to_virt(phys) \ macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dmemory.h60 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h81 #define __phys_to_virt(x) ((unsigned long)((x) - PHYS_OFFSET + PAGE_OFFSET)) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpage.h184 #define __phys_to_virt(addr) addr macro
190 #define __phys_to_virt(addr) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dmemory.h236 static inline unsigned long __phys_to_virt(phys_addr_t x) __phys_to_virt() function
260 static inline unsigned long __phys_to_virt(phys_addr_t x) __phys_to_virt() function

Completed in 122 milliseconds