Home
last modified time | relevance | path

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

12

/arch/mips/include/asm/
Dpgtable-32.h160 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
Dpgtable-64.h309 #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
/arch/um/include/asm/
Dpgtable-2level.h41 #define pfn_pte(pfn, prot) __pte(pfn_to_phys(pfn) | pgprot_val(prot)) macro
Dpgtable-3level.h94 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
/arch/powerpc/include/asm/nohash/
Dpgtable.h123 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
/arch/nios2/include/asm/
Dpgtable.h191 #define pfn_pte(pfn, prot) (__pte(pfn | pgprot_val(prot))) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h129 #define pfn_pte(pfn, pgprot) \ macro
Dmotorola_pgtable.h141 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
Dmcf_pgtable.h325 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/arch/hexagon/include/asm/
Dpgtable.h365 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) macro
/arch/csky/include/asm/
Dpgtable.h41 #define pfn_pte(pfn, prot) __pte(((unsigned long long)(pfn) << PAGE_SHIFT) \ macro
/arch/arm/include/asm/
Dpgtable.h181 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/arch/arc/include/asm/
Dpgtable.h274 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/arch/openrisc/include/asm/
Dpgtable.h376 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
/arch/sparc/include/asm/
Dpgtable_32.h274 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) macro
Dpgtable_64.h239 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
/arch/xtensa/include/asm/
Dpgtable.h293 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/arch/alpha/include/asm/
Dpgtable.h220 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
/arch/nds32/include/asm/
Dpgtable.h183 #define pfn_pte(pfn,prot) (__pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot))) macro
/arch/riscv/include/asm/
Dpgtable.h198 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() function
/arch/sh/include/asm/
Dpgtable_32.h318 #define pfn_pte(pfn, prot) \ macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h406 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/arch/microblaze/include/asm/
Dpgtable.h294 #define pfn_pte(pfn, prot) \ macro
/arch/parisc/include/asm/
Dpgtable.h389 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/arch/ia64/include/asm/
Dpgtable.h250 #define pfn_pte(pfn, pgprot) \ macro

12