Home
last modified time | relevance | path

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

/linux/include/linux/irqchip/
H A Darm-gic-v4.h40 struct its_vpe { struct
41 struct page *vpt_page;
42 struct its_vm *its_vm;
44 atomic_t vlpi_count;
46 int irq;
49 bool resident;
51 bool ready;
52 union {
73 atomic_t vmapp_count;
79 raw_spinlock_t vpe_lock;
[all …]
/linux/include/kvm/
H A Darm_vgic.h322 struct its_vpe its_vpe; member
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1183 struct its_vpe, its_build_vsync_cmd) in BUILD_SINGLE_CMD_FUNC()