Lines Matching defs:collections
89 * top-level MSI domain, the command queue, the collections, and the
106 struct its_collection *collections;
237 return its->collections + its_dev->event_map.col_map[event];
310 if (valid_col(its->collections + vpe->col_idx)) {
1262 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx];
1278 desc.its_vmovp_cmd.col = &its->collections[col_id];
1307 desc.its_vmovp_cmd.col = &its->collections[col_id];
1658 target_col = &its_dev->its->collections[cpu];
2943 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), GFP_KERNEL);
2944 if (!its->collections) {
2949 its->collections[i].target_address = ~0ULL;
3198 /* avoid cross node collections and its mapping */
3225 its->collections[cpu].target_address = target;
3226 its->collections[cpu].col_id = cpu;
3228 its_send_mapc(its, &its->collections[cpu], 1);
3229 its_send_invall(its, &its->collections[cpu]);
3790 target_col = &vpe_proxy.dev->its->collections[to];
4862 if (its->collections[smp_processor_id()].col_id < GITS_TYPER_HCC(gic_read_typer(base + GITS_TYPER))) {