Lines Matching defs:end
493 static u8 __iomem * __init iommu_map_mmio_space(u64 address, u64 end)
495 if (!request_mem_region(address, end, "amd_iommu")) {
497 address, end);
502 return (u8 __iomem *)ioremap(address, end);
559 u8 *p = (void *)h, *end = (void *)h;
570 end += h->length;
572 while (p < end) {
592 WARN_ON(p != end);
620 u8 *p = (u8 *)table, *end = (u8 *)table;
625 end += table->length;
626 while (p < end) {
636 WARN_ON(p != end);
1196 u8 *end = p, flags = 0;
1227 end += h->length;
1230 while (p < end) {
1699 u8 *p = (u8 *)table, *end = (u8 *)table;
1704 end += table->length;
1707 while (p < end) {
1730 WARN_ON(p != end);
1974 * uninitialized DTE will block DMA, and in the end we flush the caches
2214 u8 *p = (u8 *)table, *end = (u8 *)table;
2217 end += table->length;
2220 while (p < end) {