Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/vgic/
Dvgic-its.c252 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection() argument
257 if (coll_id == collection->collection_id) in find_collection()
865 u32 coll_id = its_cmd_get_collection(its_cmd); in vgic_its_cmd_handle_movi() local
877 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_movi()
973 u32 coll_id) in vgic_its_alloc_collection() argument
977 if (!vgic_its_check_id(its, its->baser_coll_table, coll_id, NULL)) in vgic_its_alloc_collection()
984 collection->collection_id = coll_id; in vgic_its_alloc_collection()
993 static void vgic_its_free_collection(struct vgic_its *its, u32 coll_id) in vgic_its_free_collection() argument
1004 collection = find_collection(its, coll_id); in vgic_its_free_collection()
1010 ite->collection->collection_id == coll_id) in vgic_its_free_collection()
[all …]