/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 178 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 104 #define pfn_pte(pfn, pgprot) \ macro
|
H A D | motorola_pgtable.h | 112 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
H A D | mcf_pgtable.h | 292 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 340 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 39 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 173 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 252 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
|
/linux/arch/um/include/asm/ |
H A D | pgtable.h | 266 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 168 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 237 #define pfn_pte(pfn, prot) \ macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 196 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 276 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 360 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 259 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
H A D | pgtable_64.h | 221 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 317 #define pfn_pte(pfn, prot) \ macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 446 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 350 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 262 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 337 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 550 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 777 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1567 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) macro
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 174 #define pfn_pte(pfn,prot) \ macro
|