Lines Matching defs:memremap
8 /* temporary while we convert existing ioremap_cache users to memremap */
44 * memremap() - remap an iomem_resource as cacheable memory
50 * memremap() is "ioremap" for cases where it is known that the resource
59 * memremap() will bypass establishing a new mapping and instead return
71 void *memremap(resource_size_t offset, size_t size, unsigned long flags)
81 WARN_ONCE(1, "memremap attempted on mixed range %pa size: %#lx\n",
91 * capability of memremap() to autodetect cases where
107 WARN_ONCE(1, "memremap attempted on ram %pa size: %#lx\n",
120 EXPORT_SYMBOL(memremap);
149 addr = memremap(offset, size, flags);