Symbol: pfn_pte
arch/alpha/include/asm/pgtable.h
174
extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot)
arch/arc/include/asm/pgtable-levels.h
178
#define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot))
arch/arm/include/asm/pgtable.h
168
#define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot))
arch/arm64/include/asm/pgtable.h
143
#define pfn_pte(pfn,prot) \
arch/csky/include/asm/pgtable.h
39
#define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \
arch/hexagon/include/asm/pgtable.h
340
#define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot))
arch/loongarch/include/asm/pgtable.h
277
#define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot))
arch/m68k/include/asm/mcf_pgtable.h
292
#define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
arch/m68k/include/asm/motorola_pgtable.h
112
#define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))
arch/m68k/include/asm/sun3_pgtable.h
104
#define pfn_pte(pfn, pgprot) \
arch/microblaze/include/asm/pgtable.h
236
#define pfn_pte(pfn, prot) \
arch/mips/include/asm/pgtable-32.h
158
pfn_pte(unsigned long pfn, pgprot_t prot)
arch/mips/include/asm/pgtable-32.h
174
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot)
arch/mips/include/asm/pgtable-32.h
188
#define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PFN_PTE_SHIFT) | pgprot_val(prot))
arch/mips/include/asm/pgtable-64.h
302
#define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot))
arch/nios2/include/asm/pgtable.h
173
#define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot)))
arch/openrisc/include/asm/pgtable.h
343
#define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot))
arch/parisc/include/asm/pgtable.h
350
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
arch/powerpc/include/asm/book3s/32/pgtable.h
452
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
arch/powerpc/include/asm/book3s/64/pgtable.h
564
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
arch/powerpc/include/asm/nohash/pgtable.h
263
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) {
arch/riscv/include/asm/pgtable.h
335
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot)
arch/s390/include/asm/pgtable.h
1468
#define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))
arch/sh/include/asm/pgtable_32.h
317
#define pfn_pte(pfn, prot) \
arch/sparc/include/asm/pgtable_32.h
259
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
arch/sparc/include/asm/pgtable_64.h
221
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot)
arch/um/include/asm/pgtable.h
270
static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
arch/x86/include/asm/pgtable.h
738
static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot)
arch/xtensa/include/asm/pgtable.h
275
#define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))