Lines Matching defs:end
501 static u8 __iomem * __init iommu_map_mmio_space(u64 address, u64 end)
503 if (!request_mem_region(address, end, "amd_iommu")) {
505 address, end);
510 return (u8 __iomem *)ioremap(address, end);
567 u8 *p = (void *)h, *end = (void *)h;
579 end += h->length;
581 while (p < end) {
601 WARN_ON(p != end);
629 u8 *p = (u8 *)table, *end = (u8 *)table;
635 end += table->length;
636 while (p < end) {
649 WARN_ON(p != end);
1360 u8 *end = p, flags = 0;
1392 end += h->length;
1395 while (p < end) {
1938 u8 *p = (u8 *)table, *end = (u8 *)table;
1943 end += table->length;
1947 while (p < end) {
1970 WARN_ON(p != end);
2255 * uninitialized DTE will block DMA, and in the end we flush the caches
2624 u8 *p = (u8 *)table, *end = (u8 *)table;
2627 end += table->length;
2630 while (p < end) {