Home
last modified time | relevance | path

Searched defs:its_vpe (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/irqchip/
Darm-gic-v4.h32 struct its_vpe { struct
33 struct page *vpt_page;
34 struct its_vm *its_vm;
36 atomic_t vlpi_count;
38 int irq;
39 irq_hw_number_t vpe_db_lpi;
41 bool resident;
43 bool ready;
44 union {
69 raw_spinlock_t vpe_lock;
[all …]
/linux-6.1.9/include/kvm/
Darm_vgic.h319 struct its_vpe its_vpe; member
/linux-6.1.9/drivers/irqchip/
Dirq-gic-v3-its.c1155 struct its_vpe, its_build_vsync_cmd) in BUILD_SINGLE_CMD_FUNC()