Lines Matching defs:itt
165 void *itt;
622 itt_addr = virt_to_phys(desc->its_mapd_cmd.dev->itt);
3415 void *itt;
3435 itt = kzalloc_node(sz, GFP_KERNEL, its->numa_node);
3447 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) {
3449 kfree(itt);
3455 gic_flush_dcache_to_poc(itt, sz);
3458 dev->itt = itt;
3486 kfree(its_dev->itt);
3694 /* Unmap device/itt */