/linux-6.1.9/arch/mips/include/asm/ |
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
|
D | pgtable-64.h | 302 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/um/include/asm/ |
D | pgtable-2level.h | 40 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
D | pgtable-3level.h | 93 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 101 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | pgtable.h | 170 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | pgtable-levels.h | 178 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 106 #define pfn_pte(pfn, pgprot) \ macro
|
D | motorola_pgtable.h | 114 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
D | mcf_pgtable.h | 269 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | pgtable.h | 339 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
|
/linux-6.1.9/arch/csky/include/asm/ |
D | pgtable.h | 38 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable.h | 167 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | pgtable.h | 276 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | pgtable.h | 358 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | pgtable.h | 234 #define pfn_pte(pfn, prot) \ macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | pgtable.h | 200 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_32.h | 259 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) macro
|
D | pgtable_64.h | 217 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
|
/linux-6.1.9/arch/sh/include/asm/ |
D | pgtable_32.h | 318 #define pfn_pte(pfn, prot) \ macro
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 432 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable.h | 236 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | pgtable.h | 377 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pgtable.h | 226 #define pfn_pte(pfn, pgprot) \ macro
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable.h | 276 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
|