| /linux/arch/powerpc/include/asm/ |
| H A D | page.h | 189 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) + VIRT_PHYS_OFFSET)) macro 201 #define __va(x) \ macro 214 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) + PAGE_OFFSET - MEMORY_START)) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | page_mm.h | 81 static inline void *__va(unsigned long paddr) in __va() function 105 static inline void *__va(unsigned long x) in __va() function
|
| H A D | page_no.h | 19 #define __va(paddr) ((void *)((unsigned long)(paddr))) macro
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 686 #define alloc_pgd_next(__va) (pgtable_l5_enabled ? \ argument 692 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 706 #define alloc_pgd_next(__va) pt_ops.alloc_pte(__va) argument 708 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 711 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 712 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 713 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
| /linux/tools/include/linux/ |
| H A D | mm.h | 18 #define __va(x) ((void *)((unsigned long)(x))) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | page.h | 52 #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET)) macro
|
| /linux/arch/s390/include/asm/ |
| H A D | page.h | 227 #define __va(x) ((void *)(unsigned long)(x)) macro 253 #define __va(x) ((void *)((unsigned long)(x) + __identity_base)) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | page.h | 62 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET)) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | page.h | 77 # define __va(x) \ macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | page.h | 84 #define __va(x) ((void *)((unsigned long)(x) - PHYS_OFFSET + PAGE_OFFSET)) macro
|
| /linux/arch/csky/include/asm/ |
| H A D | page.h | 69 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - va_pa_offset)) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | page.h | 67 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET)) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | page.h | 118 # define __va(x) ((void *)__phys_to_virt((unsigned long)(x))) macro
|
| /linux/arch/alpha/include/asm/ |
| H A D | page.h | 79 #define __va(x) ((void *)((unsigned long) (x) + PAGE_OFFSET)) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | page.h | 167 #define __va(x) \ macro
|
| /linux/arch/arc/include/asm/ |
| H A D | page.h | 116 #define __va(paddr) ((void *)((unsigned long)(paddr))) macro
|
| /linux/arch/x86/boot/compressed/ |
| H A D | misc.h | 30 #define __va(x) ((void *)((unsigned long)(x))) macro
|
| /linux/arch/um/include/asm/ |
| H A D | page.h | 86 #define __va(phys) uml_to_virt((unsigned long) (phys)) macro
|
| /linux/arch/mips/include/asm/ |
| H A D | page.h | 181 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET)) macro
|
| /linux/scripts/gdb/linux/ |
| H A D | mm.py | 173 def __va(self, pa): member in x86_page_ops 419 def __va(self, pa): member in aarch64_page_ops
|
| /linux/arch/x86/boot/startup/ |
| H A D | sme.c | 16 #define __va(x) ((void *)((unsigned long)(x))) macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | page.h | 146 #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET)) macro
|
| /linux/arch/arm/include/asm/ |
| H A D | memory.h | 329 #define __va(x) ((void *)__phys_to_virt((phys_addr_t)(x))) macro
|
| /linux/arch/sh/include/asm/ |
| H A D | page.h | 131 #define __va(x) (void *)___va((unsigned long)x) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | page_64.h | 146 #define __va(x) ((void *)((unsigned long) (x) + PAGE_OFFSET)) macro
|