Home
last modified time | relevance | path

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

12

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

12