Lines Matching refs:start
81 void *dmar_alloc_dev_scope(void *start, void *end, int *cnt)
86 while (start < end) {
87 scope = start;
96 start += scope->length;
219 void *start, void*end, u16 segment,
231 for (; start < end; start += scope->length) {
232 scope = start;
578 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start,
582 struct acpi_dmar_header *end = ((void *)start) + len;
584 for (iter = start; iter < end; iter = next) {
2091 struct acpi_dmar_header *start;
2110 start = (struct acpi_dmar_header *)obj->buffer.pointer;
2111 ret = dmar_walk_remapping_entries(start, obj->buffer.length, &callback);