Lines Matching refs:collections
105 struct its_collection *collections; member
184 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
197 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe()
960 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; in its_send_vmapp()
978 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1003 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1142 target_col = &its_dev->its->collections[cpu]; in its_set_affinity()
1913 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections()
1915 if (!its->collections) in its_alloc_collections()
1919 its->collections[i].target_address = ~0ULL; in its_alloc_collections()
2057 its->collections[cpu].target_address = target; in its_cpu_init_collection()
2058 its->collections[cpu].col_id = cpu; in its_cpu_init_collection()
2060 its_send_mapc(its, &its->collections[cpu], 1); in its_cpu_init_collection()
2061 its_send_invall(its, &its->collections[cpu]); in its_cpu_init_collection()
2557 target_col = &vpe_proxy.dev->its->collections[to]; in its_vpe_db_proxy_move()
3234 if (its->collections[smp_processor_id()].col_id < in its_restore_enable()