Searched defs:__va (Results 1 – 8 of 8) sorted by relevance
| /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
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 647 #define alloc_pgd_next(__va) (pgtable_l5_enabled ? \ argument 653 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 667 #define alloc_pgd_next(__va) pt_ops.alloc_pte(__va) argument 669 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 672 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 673 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 674 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
| /linux/tools/include/linux/ |
| H A D | mm.h | 17 #define __va( global() 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 | 63 #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/sh/include/asm/ |
| H A D | page.h | 131 #define __va(x) (void *)___va((unsigned long)x) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 151 #define __va(x) ((void *)__pa_to_va_nodebug((phys_addr_t)(x))) macro
|