Searched refs:coll_id (Results 1 – 1 of 1) sorted by relevance
262 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection() argument267 if (coll_id == collection->collection_id) in find_collection()728 u32 coll_id = its_cmd_get_collection(its_cmd); in vgic_its_cmd_handle_movi() local740 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_movi()830 u32 coll_id) in vgic_its_alloc_collection() argument834 if (!vgic_its_check_id(its, its->baser_coll_table, coll_id, NULL)) in vgic_its_alloc_collection()841 collection->collection_id = coll_id; in vgic_its_alloc_collection()850 static void vgic_its_free_collection(struct vgic_its *its, u32 coll_id) in vgic_its_free_collection() argument861 collection = find_collection(its, coll_id); in vgic_its_free_collection()867 ite->collection->collection_id == coll_id) in vgic_its_free_collection()[all …]