/linux-6.3-rc2/arch/mips/include/asm/ |
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_SHIFT) | pgprot_val(prot)) macro
|
A D | pgtable-64.h | 302 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable-2level.h | 40 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
A D | pgtable-3level.h | 85 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 101 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 178 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 109 #define pfn_pte(pfn, pgprot) \ macro
|
A D | motorola_pgtable.h | 117 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
A D | mcf_pgtable.h | 298 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 170 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 38 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 342 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 167 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 259 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) macro
|
A D | pgtable_64.h | 220 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 361 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 203 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 280 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 237 #define pfn_pte(pfn, prot) \ macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 318 #define pfn_pte(pfn, prot) \ macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 459 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 241 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 213 #define pfn_pte(pfn, pgprot) \ macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 365 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 276 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
|