Lines Matching defs:ioremap
33 * Descriptor controlling ioremap() behavior.
198 printk(KERN_WARNING "ioremap: invalid physical address %llx\n",
210 WARN_ONCE(1, "ioremap on RAM at %pa - %pa\n",
231 printk(KERN_ERR "ioremap memtype_reserve failed %d\n", retval);
238 "ioremap error for 0x%llx-0x%llx, requested 0x%x, got 0x%x\n",
312 * ioremap - map bus memory into CPU space
316 * ioremap performs a platform specific sequence of operations to
322 * This version of ioremap ensures that the memory is marked uncachable
332 void __iomem *ioremap(resource_size_t phys_addr, unsigned long size)
347 EXPORT_SYMBOL(ioremap);
360 * This version of ioremap ensures that the memory is marked with a strong
387 * This version of ioremap ensures that the memory is marked write combining.
404 * This version of ioremap ensures that the memory is marked write through.
456 * ioremap() (vga16fb for example). Add a warning so that these
461 WARN(1, "iounmap() called for ISA range not obtained using ioremap()\n");
521 /* memremap() maps if RAM, otherwise falls back to ioremap() */
900 * The boot-ioremap range spans multiple pmds, for which