Lines Matching defs:start
1879 * start poking the virtual property table.
2120 * at the head of the list, and inserting new it the start of
2226 phys_addr_t start, end, addr_end;
2239 for_each_reserved_mem_range(i, &start, &end) {
2240 if (addr >= start && addr_end <= end)
3684 * If all interrupts have been freed, start mopping the
4962 its_base = ioremap(res->start, SZ_64K);
4964 pr_warn("ITS@%pa: Unable to map ITS registers\n", &res->start);
4971 pr_warn("ITS@%pa: No ITS detected, giving up\n", &res->start);
4978 pr_warn("ITS@%pa: Failed to quiesce, giving up\n", &res->start);
5385 its->phys_base = res->start;
5573 res.start = its_entry->base_address;
5577 dom_handle = irq_domain_alloc_fwnode(&res.start);
5580 &res.start);
5584 err = iort_register_domain_token(its_entry->translation_id, res.start,
5588 &res.start, its_entry->translation_id);
5618 .start = its_entry->base_address,