Home
last modified time | relevance | path

Searched defs:its_device (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/arm64/kvm/vgic/
Dvgic-its.c118 struct its_device { struct
119 struct list_head dev_list;
122 struct list_head itt_head;
123 u32 num_eventid_bits;
124 gpa_t itt_addr;
125 u32 device_id;
/linux-5.19.10/drivers/irqchip/
Dirq-gic-v3-its.c163 struct its_device { struct
175 struct its_device *dev; argument
3926 void (*cmd)(struct its_device *, u32)) in its_vpe_send_cmd()