Searched defs:gicv3_its_softc (Results 1 – 1 of 1) sorted by relevance
250 struct gicv3_its_softc { struct251 device_t dev;252 struct intr_pic *sc_pic;253 struct resource *sc_its_res;255 cpuset_t sc_cpus;256 struct domainset *sc_ds;257 u_int gic_irq_cpu;258 int sc_devbits;259 int sc_dev_table_idx;261 struct its_ptable sc_its_ptab[GITS_BASER_NUM];[all …]