Searched defs:vgic_irq_rank (Results 1 – 1 of 1) sorted by relevance
99 struct vgic_irq_rank { struct100 spinlock_t lock; /* Covers access to all other members of this struct */102 uint8_t index;104 uint32_t ienable;105 uint32_t icfg[2];112 union {123 uint8_t vcpu[32];
Completed in 2 milliseconds