Lines Matching defs:end
73 * the very end.
81 void *dmar_alloc_dev_scope(void *start, void *end, int *cnt)
86 while (start < end) {
219 void *start, void*end, u16 segment,
231 for (; start < end; start += scope->length) {
539 pr_info("RMRR base: %#016Lx end: %#016Lx\n",
582 struct acpi_dmar_header *end = ((void *)start) + len;
584 for (iter = start; iter < end; iter = next) {
590 } else if (next > end) {
591 /* Avoid passing table end */
592 pr_warn(FW_BUG "Record passes table end\n");
1552 goto end;
1567 end: