Home
last modified time | relevance | path

Searched defs:__va (Results 1 – 25 of 31) sorted by relevance

12

/arch/cris/include/arch-v10/arch/
Dpage.h23 #define __va(x) ((void *)((unsigned long)(x) | 0x20000000)) macro
27 #define __va(x) ((void *)((unsigned long)(x) | 0x80000000)) macro
/arch/cris/include/arch-v32/arch/
Dpage.h16 #define __va(x) ((void *)((unsigned long)(x) | 0x80000000)) macro
/arch/powerpc/include/asm/
Dpage.h223 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) + VIRT_PHYS_OFFSET)) macro
231 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) | PAGE_OFFSET)) macro
235 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) + PAGE_OFFSET - MEMORY_START)) macro
/arch/m68k/include/asm/
Dpage_mm.h82 static inline void *__va(unsigned long paddr) in __va() function
106 static inline void *__va(unsigned long x) in __va() function
Dpage_no.h21 #define __va(paddr) ((void *)(paddr)) macro
/arch/x86/boot/compressed/
Dpagetable.c17 #define __va(x) ((void *)((unsigned long)(x))) macro
/arch/unicore32/include/asm/
Dmemory.h89 #define __va(x) ((void *)__phys_to_virt((unsigned long)(x))) macro
/arch/x86/include/asm/
Dpage.h59 #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET)) macro
/arch/nios2/include/asm/
Dpage.h81 # define __va(x) \ macro
/arch/openrisc/include/asm/
Dpage.h76 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET)) macro
/arch/arc/include/asm/
Dpage.h102 #define __va(paddr) ((void *)((unsigned long)(paddr))) macro
/arch/frv/include/asm/
Dpage.h44 #define __va(paddr) phys_to_virt((unsigned long) (paddr)) macro
/arch/m32r/include/asm/
Dpage.h71 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET)) macro
/arch/hexagon/include/asm/
Dpage.h100 #define __va(x) ((void *)((unsigned long)(x) - PHYS_OFFSET + PAGE_OFFSET)) macro
/arch/mn10300/include/asm/
Dpage.h107 #define __va(x) ((void *)(unsigned long)(x)) macro
/arch/score/include/asm/
Dpage.h63 #define __va(x) ((void *)((unsigned long) (x) + PAGE_OFFSET)) macro
/arch/metag/include/asm/
Dpage.h105 #define __va(x) ((void *)((unsigned long)(((unsigned long)(x)) + meta_memoffset))) macro
/arch/alpha/include/asm/
Dpage.h85 #define __va(x) ((void *)((unsigned long) (x) + PAGE_OFFSET)) macro
/arch/xtensa/include/asm/
Dpage.h182 #define __va(x) \ macro
/arch/mips/include/asm/
Dpage.h193 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET)) macro
/arch/arm/include/asm/
Dmemory.h304 #define __va(x) ((void *)__phys_to_virt((phys_addr_t)(x))) macro
/arch/tile/include/asm/
Dpage.h308 #define __va(paddr) phys_to_virt((phys_addr_t)(paddr)) macro
/arch/arm64/include/asm/
Dmemory.h278 #define __va(x) ((void *)__phys_to_virt((phys_addr_t)(x))) macro
/arch/sparc/include/asm/
Dpage_64.h142 #define __va(x) ((void *)((unsigned long) (x) + PAGE_OFFSET)) macro
/arch/parisc/include/asm/
Dpage.h146 #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET)) macro

12