Home
last modified time | relevance | path

Searched defs:pfn_pte (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/mips/include/asm/
H A Dpgtable-32.h158 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
H A Dpgtable-64.h302 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/um/include/asm/
H A Dpgtable-2level.h40 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
H A Dpgtable-3level.h85 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h179 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h110 #define pfn_pte(pfn, pgprot) \ macro
H A Dmotorola_pgtable.h118 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
H A Dmcf_pgtable.h298 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h39 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h173 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h343 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h222 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
/linux/arch/arm/include/asm/
H A Dpgtable.h169 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h281 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h237 #define pfn_pte(pfn, prot) \ macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h362 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h203 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h258 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) macro
H A Dpgtable_64.h221 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h317 #define pfn_pte(pfn, prot) \ macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h445 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h254 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h356 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h337 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h548 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) pfn_pte() function

12