Home
last modified time | relevance | path

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

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