Searched refs:intr_irq_root_dev (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_intr.c202 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
203 PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi);
218 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
220 error = PIC_IPI_SETUP(intr_irq_root_dev, ipi, &isrc);
226 PIC_ENABLE_INTR(intr_irq_root_dev, isrc);
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c325 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
333 PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi);
349 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
352 error = PIC_IPI_SETUP(intr_irq_root_dev, ipi, &isrc);
368 PIC_ENABLE_INTR(intr_irq_root_dev, isrc);
844 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
850 error = PIC_REGISTER(intr_irq_root_dev, isrc, &is_percpu);
852 isrc->isrc_dev = intr_irq_root_dev;
/freebsd-13-stable/sys/sys/
H A Dintr.h120 extern device_t intr_irq_root_dev;
/freebsd-13-stable/sys/kern/
H A Dsubr_intr.c100 device_t intr_irq_root_dev; variable
875 if (intr_irq_root_dev != NULL) {
880 intr_irq_root_dev = dev;
1531 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
1534 PIC_INIT_SECONDARY(intr_irq_root_dev);

Completed in 253 milliseconds