/linux/arch/mips/include/asm/ |
H A D | pgtable-32.h | 158 pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function 174 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function 188 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
|
H A D | pgtable-64.h | 302 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
|
/linux/arch/um/include/asm/ |
H A D | pgtable-2level.h | 40 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
H A D | pgtable-3level.h | 85 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 179 #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 | 110 #define pfn_pte(pfn, pgprot) \ macro
|
H A D | motorola_pgtable.h | 118 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
H A D | mcf_pgtable.h | 298 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) 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/hexagon/include/asm/ |
H A D | pgtable.h | 343 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) 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/arm/include/asm/ |
H A D | pgtable.h | 169 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 362 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | 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 | 203 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 258 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) macro
|
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/xtensa/include/asm/ |
H A D | pgtable.h | 281 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/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 | 356 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 | 263 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 333 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
|