Searched defs:pfn_pte (Results 1 – 14 of 14) sorted by relevance
| /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/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 263 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { 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 | 452 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 | 339 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 | 281 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 320 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) pfn_pte() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 564 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 | 730 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 | 1476 #define pfn_pte( global() macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 137 #define pfn_pte(pfn,prot) \ macro
|