Lines Matching refs:phys_addr_t
269 void __iomem *__ioremap_caller(phys_addr_t offset, unsigned long size,
274 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap()
280 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit()
283 phys_addr_t last_addr = offset + size - 1; in __ioremap_29bit()
315 __ioremap_mode(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_mode()
335 static inline void __iomem *ioremap(phys_addr_t offset, unsigned long size) in ioremap()
341 ioremap_cache(phys_addr_t offset, unsigned long size) in ioremap_cache()
349 ioremap_prot(phys_addr_t offset, unsigned long size, unsigned long flags) in ioremap_prot()
356 extern void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t);
361 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed()
387 int valid_phys_addr_range(phys_addr_t addr, size_t size);