Home
last modified time | relevance | path

Searched refs:pic_level_stubs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Dpic.h22 struct intrstub *pic_level_stubs; member
/netbsd-src/sys/arch/x86/x86/
H A Di8259.c119 .pic_level_stubs = legacy_stubs,
H A Dioapic.c303 sc->sc_pic.pic_level_stubs = ioapic_level_stubs; in ioapic_attach()
H A Dlapic.c337 ioapic->sc_pic.pic_level_stubs = x2apic_level_stubs; in lapic_setup_bsp()
H A Dintr.c818 stubp = &source->is_pic->pic_level_stubs[ih->ih_slot]; in intr_establish_xname()
1848 stubp = &source->is_pic->pic_level_stubs[slot]; in intr_deactivate_xcall()
/netbsd-src/sys/arch/xen/xen/
H A Devtchn.c144 .pic_level_stubs = xenev_stubs,