Searched defs:mk_pte_phys (Results 1 – 8 of 8) sorted by relevance
190 #define mk_pte_phys(physpage, pgprot) \ macro
292 #define mk_pte_phys(physpage, pgprot) \ macro
289 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
327 #define mk_pte_phys(physpage, pgprot) \ macro
368 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
259 #define mk_pte_phys(physpage, pgprot) \ macro
423 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) macro
1141 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function