Searched refs:intr_irq_root_dev (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_intr.c | 202 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in pic_ipi_send() 203 PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi); in pic_ipi_send() 218 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in intr_pic_ipi_setup() 220 error = PIC_IPI_SETUP(intr_irq_root_dev, ipi, &isrc); in intr_pic_ipi_setup()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 325 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in pic_ipi_send() 333 PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi); in pic_ipi_send() 349 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in intr_pic_ipi_setup() 352 error = PIC_IPI_SETUP(intr_irq_root_dev, ipi, &isrc); in intr_pic_ipi_setup() 815 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in ipi_map() 821 error = PIC_REGISTER(intr_irq_root_dev, isrc, &is_percpu); in ipi_map() 823 isrc->isrc_dev = intr_irq_root_dev; in ipi_map()
|
| /f-stack/freebsd/sys/ |
| H A D | intr.h | 120 extern device_t intr_irq_root_dev;
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 100 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);
|