Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c76 struct its_collection { struct
113 struct its_collection *collections;
330 static struct its_collection *dev_event_to_col(struct its_device *its_dev, in dev_event_to_col()
414 static struct its_collection *valid_col(struct its_collection *col) in valid_col()
457 struct its_collection *col;
469 struct its_collection *col;
479 struct its_collection *col;
488 struct its_collection *col;
509 struct its_collection *col;
542 typedef struct its_collection *(*its_cmd_builder_t)(struct its_node *,
[all …]
/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()
261 struct its_collection *collection; in find_collection()
337 struct its_collection *col) in collection_to_vcpu()
364 struct its_collection *coll) in update_affinity_collection()
827 struct its_collection *collection; in vgic_its_cmd_handle_movi()
958 struct its_collection **colp, in vgic_its_alloc_collection()
961 struct its_collection *collection; in vgic_its_alloc_collection()
978 struct its_collection *collection; in vgic_its_free_collection()
1002 struct its_collection *collection, in vgic_its_alloc_ite()
1031 struct its_collection *collection, *new_coll = NULL; in vgic_its_cmd_handle_mapi()
[all …]
H A Dvgic.h221 struct its_collection { struct
235 struct its_collection *collection; argument