Searched defs:intrsource (Results 1 – 3 of 3) sorted by relevance
67 struct intrsource { struct68 int is_maxlevel; /* max. IPL for this source */70 struct intrhand *is_handlers; /* handler chain */71 struct pic *is_pic; /* originating PIC */72 void *is_recurse; /* entry for spllower */73 void *is_resume; /* entry for doreti */74 char is_evname[32]; /* event counter name */75 int is_flags; /* see below */76 int is_type; /* level, edge */77 int is_idtvec;[all …]
89 struct intrsource { struct96 struct intrsource sc_bcm_intc_handler[INTC_NIRQ]; argument
92 struct intrsource { struct99 struct intrsource sc_handler[INTC_NIRQ]; argument