Searched defs:v2m_data (Results 1 – 1 of 1) sorted by relevance
56 struct v2m_data { struct57 struct list_head entry;58 struct device_node *node;59 struct resource res; /* GICv2m resource */60 void __iomem *base; /* GICv2m virt address */61 u32 spi_start; /* The SPI number that MSIs start */62 u32 nr_spis; /* The number of SPIs for MSIs */63 unsigned long *bm; /* MSI vector bitmap */64 u32 flags; /* v2m flags for specific implementation */