| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | pgtable-32.h | 160 pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function 176 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function 191 #define pfn_pte(pfn, prot) __pte(((pfn) << (PAGE_SHIFT + 2)) | pgprot_val(prot)) macro 194 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
|
| D | pgtable-64.h | 309 #define pfn_pte(pfn, prot) __pte(((pfn) << (PAGE_SHIFT + 2)) | pgprot_val(prot)) macro 312 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
|
| /kernel/linux/linux-6.6/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_PTE_SHIFT) | pgprot_val(prot)) macro
|
| D | pgtable-64.h | 302 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
|
| /kernel/linux/linux-6.6/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 | 85 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
|
| /kernel/linux/linux-5.10/arch/um/include/asm/ |
| D | pgtable-2level.h | 41 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
| D | pgtable-3level.h | 94 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 103 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 123 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
|
| /kernel/linux/linux-6.6/arch/arc/include/asm/ |
| D | pgtable-levels.h | 179 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 110 #define pfn_pte(pfn, pgprot) \ macro
|
| D | motorola_pgtable.h | 118 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
| D | mcf_pgtable.h | 298 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
| /kernel/linux/linux-6.6/arch/nios2/include/asm/ |
| D | pgtable.h | 170 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
|
| /kernel/linux/linux-5.10/arch/nios2/include/asm/ |
| D | pgtable.h | 191 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
|
| /kernel/linux/linux-6.6/arch/csky/include/asm/ |
| D | pgtable.h | 39 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
|
| /kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
| D | pgtable.h | 343 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 129 #define pfn_pte(pfn, pgprot) \ macro
|
| D | motorola_pgtable.h | 141 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
| D | mcf_pgtable.h | 325 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | pgtable.h | 365 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
|
| /kernel/linux/linux-5.10/arch/csky/include/asm/ |
| D | pgtable.h | 41 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| D | pgtable.h | 274 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | pgtable.h | 167 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
|