Home
last modified time | relevance | path

Searched refs:coll_id (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-its.c262 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection() argument
267 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() local
740 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_movi()
830 u32 coll_id) in vgic_its_alloc_collection() argument
834 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() argument
861 collection = find_collection(its, coll_id); in vgic_its_free_collection()
867 ite->collection->collection_id == coll_id) in vgic_its_free_collection()
[all …]