Searched defs:intrsource (Results 1 – 2 of 2) sorted by relevance
88 struct intrsource { struct89 int is_maxlevel; /* max. IPL for this source */90 int is_pin; /* IRQ for legacy; pin for IO APIC,92 struct intrhand *is_handlers; /* handler chain */93 struct pic *is_pic; /* originating PIC */94 void *is_recurse; /* entry for spllower */95 void *is_resume; /* entry for doreti */96 lwp_t *is_lwp; /* for soft interrupts */121 SIMPLEQ_ENTRY(intrsource) is_list; /* link of intrsources */ argument
119 struct intrsource { struct120 int (*is_func)(void *);144 struct intrsource **pic_sources; argument