Lines Matching full:new
115 struct its_device *new; in its_create_device() local
120 new = &its_data.devices[its_data.nr_devices]; in its_create_device()
122 new->device_id = device_id; in its_create_device()
123 new->nr_ites = nr_ites; in its_create_device()
126 new->itt = alloc_pages(get_order(n)); in its_create_device()
129 return new; in its_create_device()
134 struct its_collection *new; in its_create_collection() local
138 new = &its_data.collections[its_data.nr_collections]; in its_create_collection()
140 new->col_id = col_id; in its_create_collection()
143 new->target_address = (u64)gicv3_data.redist_base[pe]; in its_create_collection()
145 new->target_address = pe << 16; in its_create_collection()
148 return new; in its_create_collection()