intr.c | 200 #define msipic_is_msi_pic(PIC) (false) 220 static int intr_allocate_slot_cpu(struct cpu_info *, struct pic *, int, int *, 222 static int __noinline intr_allocate_slot(struct pic *, int, int, 226 static void intr_source_free(struct cpu_info *, int, struct pic *, int); 231 static const char *legacy_intr_string(int, char *, size_t, struct pic *); 233 static const char *xen_intr_string(int, char *, size_t, struct pic *); 303 intr_create_intrid(int legacy_irq, struct pic *pic, int pin, char *buf, 310 if ((pic->pic_type == PIC_MSI) || (pic->pic_type == PIC_MSIX)) 768 struct pic * const pic = source->is_pic; local in function:intr_hwunmask_xcall 1073 struct pic * const pic = source->is_pic; local in function:intr_mask_xcall 1186 struct pic *pic; local in function:intr_disestablish_xcall 1336 struct ioapic_softc *pic; local in function:intr_string 1608 struct pic *pic; local in function:intr_redistribute_xc_s1 1941 struct pic *pic; local in function:intr_set_affinity [all...] |