Lines Matching defs:start
1844 * start poking the virtual property table.
2088 * at the head of the list, and inserting new it the start of
2201 phys_addr_t start, end, addr_end;
2215 for_each_reserved_mem_range(i, &start, &end)
2217 if (addr >= start && addr_end <= end) {
3653 * If all interrupts have been freed, start mopping the
4952 pr_err("ITS@%pa: No ITSList entry available!\n", &res->start);
4967 pr_err("ITS@%pa: Duplicate ITSList entry %d\n", &res->start, its_number);
4984 its_base = ioremap(res->start, SZ_64K);
4986 pr_warn("ITS@%pa: Unable to map ITS registers\n", &res->start);
4992 pr_warn("ITS@%pa: No ITS detected, giving up\n", &res->start);
4999 pr_warn("ITS@%pa: Failed to quiesce, giving up\n", &res->start);
5018 its->phys_base = res->start;
5028 pr_info("ITS@%pa: Using ITS number %d\n", &res->start, err);
5030 pr_info("ITS@%pa: Single VMOVP capable\n", &res->start);
5036 its->sgir_base = ioremap(res->start + SZ_128K, SZ_64K);
5044 pr_info("ITS@%pa: Using GICv4.1 mode %08x %08x\n", &res->start, its->mpidr, svpet);
5133 pr_err("ITS@%pa: failed probing (%d)\n", &res->start, err);
5371 res.start = its_entry->base_address;
5375 dom_handle = irq_domain_alloc_fwnode(&res.start);
5377 pr_err("ITS@%pa: Unable to allocate GICv3 ITS domain token\n", &res.start);
5381 err = iort_register_domain_token(its_entry->translation_id, res.start, dom_handle);
5383 pr_err("ITS@%pa: Unable to register GICv3 ITS domain token (ITS ID %d) to IORT\n", &res.start,