Lines Matching defs:start
1865 * start poking the virtual property table.
2106 * at the head of the list, and inserting new it the start of
2212 phys_addr_t start, end, addr_end;
2225 for_each_reserved_mem_range(i, &start, &end) {
2226 if (addr >= start && addr_end <= end)
3640 * If all interrupts have been freed, start mopping the
4932 &res->start);
4948 &res->start, its_number);
4965 its_base = ioremap(res->start, SZ_64K);
4967 pr_warn("ITS@%pa: Unable to map ITS registers\n", &res->start);
4973 pr_warn("ITS@%pa: No ITS detected, giving up\n", &res->start);
4980 pr_warn("ITS@%pa: Failed to quiesce, giving up\n", &res->start);
4999 its->phys_base = res->start;
5009 &res->start, err);
5011 pr_info("ITS@%pa: Single VMOVP capable\n", &res->start);
5017 its->sgir_base = ioremap(res->start + SZ_128K, SZ_64K);
5026 &res->start, its->mpidr, svpet);
5107 pr_err("ITS@%pa: failed probing (%d)\n", &res->start, err);
5344 res.start = its_entry->base_address;
5348 dom_handle = irq_domain_alloc_fwnode(&res.start);
5351 &res.start);
5355 err = iort_register_domain_token(its_entry->translation_id, res.start,
5359 &res.start, its_entry->translation_id);