Home
last modified time | relevance | path

Searched defs:__pa (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/powerpc/include/asm/
H A Dpage.h190 #define __pa(x) ((phys_addr_t)(unsigned long)(x) - VIRT_PHYS_OFFSET) macro
207 #define __pa(x) \ macro
215 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + MEMORY_START) macro
/linux/arch/m68k/include/asm/
H A Dpage_mm.h80 #define __pa(vaddr) ___pa((void *)(long)(vaddr)) macro
94 #define __pa(x) ___pa((unsigned long)(x)) macro
H A Dpage_no.h19 #define __pa(vaddr) ((unsigned long)(vaddr)) macro
/linux/arch/xtensa/include/asm/
H A Dpage.h163 #define __pa(x) ___pa((unsigned long)(x)) macro
165 #define __pa(x) \ macro
/linux/arch/riscv/mm/
H A Dinit.c694 #define get_pgd_next_virt(__pa) (pgtable_l5_enabled ? \ argument
697 create_pgd_next_mapping(__nextp,__va,__pa,__sz,__prot) global() argument
712 get_pgd_next_virt(__pa) global() argument
713 create_pgd_next_mapping(__nextp,__va,__pa,__sz,__prot) global() argument
716 create_p4d_mapping(__pmdp,__va,__pa,__sz,__prot) global() argument
717 create_pud_mapping(__pmdp,__va,__pa,__sz,__prot) global() argument
718 create_pmd_mapping(__pmdp,__va,__pa,__sz,__prot) global() argument
[all...]
/linux/tools/include/linux/
H A Dmm.h18 #define __pa(x) ((unsigned long)(x)) macro
/linux/arch/x86/include/asm/
H A Dpage.h41 #define __pa(x) __phys_addr((unsigned long)(x)) macro
/linux/arch/nios2/include/asm/
H A Dpage.h74 # define __pa(x) \ macro
/linux/arch/openrisc/include/asm/
H A Dpage.h64 #define __pa(x) ((unsigned long) (x) - PAGE_OFFSET) macro
/linux/arch/s390/include/asm/
H A Dpage.h228 #define __pa(x) __pa_nodebug(x) macro
254 #define __pa(x) __phys_addr((unsigned long)(x), false) macro
/linux/arch/hexagon/include/asm/
H A Dpage.h83 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux/arch/arc/include/asm/
H A Dpage.h113 #define __pa(vaddr) ((unsigned long)(vaddr)) macro
/linux/arch/loongarch/include/asm/
H A Dpage.h67 #define __pa(x) PHYSADDR(x) macro
/linux/arch/microblaze/include/asm/
H A Dpage.h118 # define __pa(x) __virt_to_phys((unsigned long)(x)) macro
/linux/arch/alpha/include/asm/
H A Dpage.h79 #define __pa(x) ((unsigned long) (x) - PAGE_OFFSET) macro
/linux/arch/x86/boot/compressed/
H A Dmisc.h28 #define __pa(x) ((unsigned long)(x)) macro
/linux/arch/um/include/asm/
H A Dpage.h86 #define __pa(virt) uml_to_phys((void *) (unsigned long) (virt)) macro
/linux/arch/arm/include/asm/
H A Dmemory.h327 #define __pa(x) __virt_to_phys((unsigned long)(x)) macro
/linux/arch/sh/include/asm/
H A Dpage.h130 #define __pa(x) ___pa((unsigned long)x) macro
/linux/arch/x86/boot/startup/
H A Dsme.c15 #define __pa(x) ((unsigned long)(x)) macro
/linux/arch/parisc/include/asm/
H A Dpage.h146 #define __pa(x) ((unsigned long)(x)-PAGE_OFFSET) macro
/linux/arch/riscv/include/asm/
H A Dpage.h181 #define __pa(x) __virt_to_phys((unsigned long)(x)) macro
/linux/arch/sparc/include/asm/
H A Dpage_64.h144 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET) macro
H A Dpage_32.h122 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + phys_base) macro
/linux/arch/arm64/include/asm/
H A Dmemory.h383 #define __pa(x) __virt_to_phys((unsigned long)(x)) macro

12