Searched defs:__pa (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | page_mm.h | 82 #define __pa(vaddr) ___pa((void *)(long)(vaddr)) macro 96 #define __pa(x) ___pa((unsigned long)(x)) macro
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 658 #define get_pgd_next_virt(__pa) (pgtable_l5_enabled ? \ argument 661 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 676 #define get_pgd_next_virt(__pa) pt_ops.get_pte_virt(__pa) argument 677 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 680 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 681 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument 682 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
|
| /linux/tools/include/linux/ |
| H A D | mm.h | 18 #define __pa( global() macro
|
| /linux/arch/csky/include/asm/ |
| H A D | page.h | 68 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + va_pa_offset) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | page.h | 62 #define __pa(x) PHYSADDR(x) macro
|
| /linux/arch/sh/include/asm/ |
| H A D | page.h | 130 #define __pa(x) ___pa((unsigned long)x) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 150 #define __pa(x) __virt_to_phys((unsigned long)(x)) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | page_32.h | 124 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + phys_base) macro
|
| /linux/scripts/gdb/linux/ |
| H A D | mm.py | 170 def __pa(self, va): member in x86_page_ops
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_ioc.h | 59 #define bfa_alen_set(__alen, __len, __pa) \ argument
|