Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dpage.h109 #define __phys_to_virt(addr) \ macro
/linux/arch/arm64/include/asm/
H A Dmemory.h353 #define __phys_to_virt(x) ((unsigned long)((x) - PHYS_OFFSET) | PAGE_OFFSET) macro
/linux/scripts/gdb/linux/
H A Dmm.py227 def __phys_to_virt(self, pa): member in aarch64_page_ops