Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Dpgtable-levels.h178 #define pfn_pte(pfn, prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h104 #define pfn_pte(pfn, pgprot) \ macro
H A Dmotorola_pgtable.h112 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
H A Dmcf_pgtable.h292 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h340 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) 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/powerpc/include/asm/nohash/
H A Dpgtable.h252 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() function
/linux/arch/um/include/asm/
H A Dpgtable.h266 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/arm/include/asm/
H A Dpgtable.h168 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h237 #define pfn_pte(pfn, prot) \ macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h196 extern inline pte_t pfn_pte(unsigned long physpfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h276 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h360 #define pfn_pte(pfn, prot) __pte((((pfn) << PAGE_SHIFT)) | pgprot_val(prot)) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h259 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
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.h446 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h350 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h262 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) macro
/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.h550 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/linux/arch/x86/include/asm/
H A Dpgtable.h777 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1567 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h174 #define pfn_pte(pfn,prot) \ macro