Lines Matching refs:col_map
144 u16 *col_map; member
236 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
281 cpu = its_dev->event_map.col_map[its_get_event_id(d)]; in irq_to_cpuid_lock()
1647 prev_cpu = its_dev->event_map.col_map[id]; in its_set_affinity()
1662 its_dev->event_map.col_map[id] = cpu; in its_set_affinity()
3394 u16 *col_map = NULL; in its_create_device() local
3427 col_map = kcalloc(nr_lpis, sizeof(*col_map), in its_create_device()
3430 col_map = kcalloc(nr_ites, sizeof(*col_map), GFP_KERNEL); in its_create_device()
3435 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) { in its_create_device()
3445 kfree(col_map); in its_create_device()
3456 dev->event_map.col_map = col_map; in its_create_device()
3480 kfree(its_dev->event_map.col_map); in its_free_device()
3640 its_dev->event_map.col_map[event] = cpu; in its_irq_domain_activate()
3654 its_dec_lpi_count(d, its_dev->event_map.col_map[event]); in its_irq_domain_deactivate()
3787 vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = vpe->col_idx; in its_vpe_db_proxy_map_locked()
3816 vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = to; in its_vpe_db_proxy_move()