Searched refs:root_pic (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/arm64/arm64/ |
| HD | intr_machdep.c | 100 static device_t root_pic; /* PIC device for all incoming interrupts */ variable 172 PIC_PRE_ITHREAD(root_pic, intr->i_hw_irq); in intr_pre_ithread() 180 PIC_POST_ITHREAD(root_pic, intr->i_hw_irq); in intr_post_ithread() 188 PIC_POST_FILTER(root_pic, intr->i_hw_irq); in intr_post_filter() 203 KASSERT(root_pic == NULL, ("Unable to set the pic twice")); in arm_register_root_pic() 207 root_pic = dev; in arm_register_root_pic() 265 if (root_pic == NULL) in arm_enable_intr() 289 PIC_MASK(root_pic, intr->i_hw_irq); in arm_enable_intr() 294 PIC_CONFIG(root_pic, intr->i_hw_irq, in arm_enable_intr() 299 PIC_UNMASK(root_pic, intr->i_hw_irq); in arm_enable_intr() [all …]
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | intr_machdep.c | 135 device_t root_pic; variable 158 if (i != NULL && i->pic == root_pic) in smp_intr_init() 270 i->pic = root_pic; in powerpc_map_irq() 311 if (!cold && i->pic != NULL && i->pic == root_pic) in powerpc_assign_intr_cpu() 411 if (root_pic == NULL) in powerpc_enable_intr() 412 root_pic = piclist[0].dev; in powerpc_enable_intr() 418 if (piclist[n].dev != root_pic) in powerpc_enable_intr() 508 if (i->pic == root_pic) in powerpc_setup_intr()
|
| HD | openpic.c | 77 tpr = OPENPIC_PCPU_TPR((sc->sc_dev == root_pic) ? PCPU_GET(cpuid) : 0); in openpic_set_priority() 224 root_pic = dev; in openpic_common_attach() 239 if (dev != root_pic) in openpic_bind() 290 cpuid = (dev == root_pic) ? PCPU_GET(cpuid) : 0; in openpic_dispatch() 328 cpuid = (dev == root_pic) ? PCPU_GET(cpuid) : 0; in openpic_eoi() 339 KASSERT(dev == root_pic, ("Cannot send IPIs from non-root OpenPIC")); in openpic_ipi()
|
| HD | interrupt.c | 90 PIC_DISPATCH(root_pic, framep); in powerpc_interrupt()
|
| HD | mp_machdep.c | 339 PIC_IPI(root_pic, pc->pc_cpuid); in ipi_send()
|
| /NextBSD/sys/powerpc/include/ |
| HD | intr_machdep.h | 41 extern device_t root_pic;
|
| /NextBSD/sys/powerpc/pseries/ |
| HD | xics.c | 174 root_pic = dev; in xicp_attach() 185 powerpc_register_pic(root_pic, OF_xref_from_node(phandle), in xics_attach()
|
| HD | vdevice.c | 136 powerpc_register_pic(root_pic, OF_xref_from_node(root), in vdevice_attach()
|
| /NextBSD/sys/powerpc/powermac/ |
| HD | cpcht.c | 595 if (dev == root_pic) in openpic_cpcht_attach()
|