Searched refs:mk_pte_phys (Results 1 – 5 of 5) sorted by relevance
281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
304 #define mk_pte_phys(physpage, pgprot) \ macro
284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
1444 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function1455 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()1578 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))
626 pte = mk_pte_phys(phys, prot); in __vmem_map_4k_page()