Home
last modified time | relevance | path

Searched refs:mk_pte_phys (Results 1 – 5 of 5) sorted by relevance

/linux/arch/microblaze/include/asm/
H A Dpgtable.h281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h304 #define mk_pte_phys(physpage, pgprot) \ macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1444 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1455 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1578 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))
/linux/arch/s390/mm/
H A Dvmem.c626 pte = mk_pte_phys(phys, prot); in __vmem_map_4k_page()