Lines Matching refs:col_map
133 u16 *col_map; member
184 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()
1141 if (cpu != its_dev->event_map.col_map[id]) { in its_set_affinity()
1144 its_dev->event_map.col_map[id] = cpu; in its_set_affinity()
2195 u16 *col_map = NULL; in its_create_device() local
2220 col_map = kcalloc(nr_lpis, sizeof(*col_map), in its_create_device()
2223 col_map = kcalloc(nr_ites, sizeof(*col_map), GFP_KERNEL); in its_create_device()
2228 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) { in its_create_device()
2232 kfree(col_map); in its_create_device()
2242 dev->event_map.col_map = col_map; in its_create_device()
2413 its_dev->event_map.col_map[event] = cpu; in its_irq_domain_activate()
2456 kfree(its_dev->event_map.col_map); in its_irq_domain_free()
2533 vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = vpe->col_idx; in its_vpe_db_proxy_map_locked()
2559 vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = to; in its_vpe_db_proxy_move()