Lines Matching refs:collections
108 struct its_collection *collections; member
239 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
310 if (valid_col(its->collections + vpe->col_idx)) in valid_vpe()
1284 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx]; in its_send_vmapp()
1300 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1326 desc.its_vmovp_cmd.col = &its->collections[col_id]; in its_send_vmovp()
1670 target_col = &its_dev->its->collections[cpu]; in its_set_affinity()
2929 its->collections = kcalloc(nr_cpu_ids, sizeof(*its->collections), in its_alloc_collections()
2931 if (!its->collections) in its_alloc_collections()
2935 its->collections[i].target_address = ~0ULL; in its_alloc_collections()
3215 its->collections[cpu].target_address = target; in its_cpu_init_collection()
3216 its->collections[cpu].col_id = cpu; in its_cpu_init_collection()
3218 its_send_mapc(its, &its->collections[cpu], 1); in its_cpu_init_collection()
3219 its_send_invall(its, &its->collections[cpu]); in its_cpu_init_collection()
3771 target_col = &vpe_proxy.dev->its->collections[to]; in its_vpe_db_proxy_move()
4859 if (its->collections[smp_processor_id()].col_id < in its_restore_enable()