Home
last modified time | relevance | path

Searched defs:__va (Results 26 – 30 of 30) sorted by relevance

12

/openbmc/linux/arch/sparc/include/asm/
H A Dpage_32.h125 #define __va(x) ((void *)((unsigned long) (x) - phys_base + PAGE_OFFSET)) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dpage.h118 #define __va(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg = -1; _v.p;}) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h186 #define __va(x) ((void *)(unsigned long)(x)) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h350 #define __va(x) ((void *)__phys_to_virt((phys_addr_t)(x))) macro
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py243 def __va(self, pa): member in aarch64_page_ops

12