Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/asm/
A Dpgtable-32.h159 pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
175 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
190 #define pfn_pte(pfn, prot) __pte(((pfn) << (PAGE_SHIFT + 2)) | pgprot_val(prot)) macro
193 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
A Dpgtable-64.h308 #define pfn_pte(pfn, prot) __pte(((pfn) << (PAGE_SHIFT + 2)) | pgprot_val(prot)) macro
311 #define pfn_pte(pfn, prot) __pte(((pfn) << _PFN_SHIFT) | pgprot_val(prot)) macro
/linux/arch/um/include/asm/
A Dpgtable-2level.h40 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
A Dpgtable-3level.h93 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h121 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h180 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h129 #define pfn_pte(pfn, pgprot) \ macro
A Dmotorola_pgtable.h143 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
A Dmcf_pgtable.h327 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/nios2/include/asm/
A Dpgtable.h189 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
/linux/arch/csky/include/asm/
A Dpgtable.h39 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h361 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
/linux/arch/arm/include/asm/
A Dpgtable.h182 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h273 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) macro
A Dpgtable_64.h236 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
/linux/arch/microblaze/include/asm/
A Dpgtable.h251 #define pfn_pte(pfn, prot) \ macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h375 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h217 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/xtensa/include/asm/
A Dpgtable.h294 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/sh/include/asm/
A Dpgtable_32.h318 #define pfn_pte(pfn, prot) \ macro
/linux/arch/nds32/include/asm/
A Dpgtable.h183 #define pfn_pte(pfn,prot) (__pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h444 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/parisc/include/asm/
A Dpgtable.h387 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/ia64/include/asm/
A Dpgtable.h244 #define pfn_pte(pfn, pgprot) \ macro
/linux/arch/riscv/include/asm/
A Dpgtable.h262 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function

Completed in 38 milliseconds

12