Lines Matching defs:mapped
8 * This is needed for high PCI addresses that aren't mapped in the
31 * On 32-bit SH, we traditionally have the whole physical address space mapped
46 * mapped. Uncached access for P1 addresses are done through P2.
65 /* P4 above the store queues are always mapped. */
90 void __iomem *mapped;
92 mapped = __ioremap_trapped(phys_addr, size);
93 if (mapped)
94 return mapped;
96 mapped = __ioremap_29bit(phys_addr, size, pgprot);
97 if (mapped)
98 return mapped;
115 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller);
116 if (mapped && !IS_ERR(mapped))
117 return mapped;