Searched refs:intr_irq_root_dev (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/arm/arm/ |
| HD | machdep_intr.c | 200 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in pic_ipi_send() 201 PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi); in pic_ipi_send() 216 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in intr_pic_ipi_setup() 218 error = PIC_IPI_SETUP(intr_irq_root_dev, ipi, &isrc); in intr_pic_ipi_setup() 224 PIC_ENABLE_INTR(intr_irq_root_dev, isrc); in intr_pic_ipi_setup()
|
| /freebsd-13-stable/sys/arm64/arm64/ |
| HD | mp_machdep.c | 331 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in pic_ipi_send() 339 PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi); in pic_ipi_send() 355 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in intr_pic_ipi_setup() 358 error = PIC_IPI_SETUP(intr_irq_root_dev, ipi, &isrc); in intr_pic_ipi_setup() 374 PIC_ENABLE_INTR(intr_irq_root_dev, isrc); in intr_pic_ipi_setup() 955 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); in ipi_map() 961 error = PIC_REGISTER(intr_irq_root_dev, isrc, &is_percpu); in ipi_map() 963 isrc->isrc_dev = intr_irq_root_dev; in ipi_map()
|
| /freebsd-13-stable/sys/sys/ |
| HD | intr.h | 118 extern device_t intr_irq_root_dev;
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_intr.c | 99 device_t intr_irq_root_dev; variable 908 if (intr_irq_root_dev != NULL) { 913 intr_irq_root_dev = dev; 1564 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__)); 1567 PIC_INIT_SECONDARY(intr_irq_root_dev);
|