Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c259 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection() argument
264 if (coll_id == collection->collection_id) in find_collection()
885 u32 coll_id = its_cmd_get_collection(its_cmd); in vgic_its_cmd_handle_movi() local
897 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_movi()
1020 u32 coll_id) in vgic_its_alloc_collection() argument
1028 collection->collection_id = coll_id; in vgic_its_alloc_collection()
1037 static void vgic_its_free_collection(struct vgic_its *its, u32 coll_id) in vgic_its_free_collection() argument
1048 collection = find_collection(its, coll_id); in vgic_its_free_collection()
1054 ite->collection->collection_id == coll_id) in vgic_its_free_collection()
1088 u32 coll_id = its_cmd_get_collection(its_cmd); in vgic_its_cmd_handle_mapi() local
[all …]