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

/linux-master/arch/arm/include/asm/
H A Dmemory.h265 static inline unsigned long __phys_to_virt(phys_addr_t x) function
289 static inline unsigned long __phys_to_virt(phys_addr_t x) function
/linux-master/arch/microblaze/include/asm/
H A Dpage.h113 #define __phys_to_virt(addr) \ macro
/linux-master/scripts/gdb/linux/
H A Dmm.py222 def __phys_to_virt(self, pa): member in class:aarch64_page_ops
/linux-master/arch/arm64/include/asm/
H A Dmemory.h351 #define __phys_to_virt(x) ((unsigned long)((x) - PHYS_OFFSET) | PAGE_OFFSET) macro

Completed in 124 milliseconds