Searched refs:its_gic (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/cortex/
H A Dgicv3_its.h58 struct gicv3_softc *its_gic; member in struct:gicv3_its
H A Dgicv3_its.c302 device_printf(its->its_gic->sc_dev, "ITS command queue timeout\n");
316 KASSERT(its->its_gic->sc_lpi_pool != NULL);
318 if (vmem_alloc(its->its_gic->sc_lpi_pool, 1, VM_INSTANTFIT|VM_SLEEP, &n) != 0)
334 KASSERT(its->its_gic->sc_lpi_pool != NULL);
341 vmem_free(its->its_gic->sc_lpi_pool, lpi - its->its_pic->pic_irqbase, 1);
379 gicv3_dma_alloc(its->its_gic, &dev->dev_itt, itt_size, GITS_ITT_ALIGN);
808 struct gicv3_softc * const sc = its->its_gic;
910 its->its_gic = sc;

Completed in 125 milliseconds