Lines Matching defs:itt
163 void *itt;
615 itt_addr = virt_to_phys(desc->its_mapd_cmd.dev->itt);
3375 void *itt;
3395 itt = kzalloc_node(sz, GFP_KERNEL, its->numa_node);
3407 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) {
3409 kfree(itt);
3415 gic_flush_dcache_to_poc(itt, sz);
3418 dev->itt = itt;
3446 kfree(its_dev->itt);
3650 /* Unmap device/itt */