HomeSort by: relevance | last modified time | path
    Searched refs:__intc_intrhand (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sh3/include/
intr.h 62 #define EVTCODE_IH(x) (&__intc_intrhand[EVTCODE_TO_IH_INDEX(x)])
64 extern struct intc_intrhand __intc_intrhand[];
  /src/sys/arch/sh3/sh3/
interrupt.c 60 struct intc_intrhand __intc_intrhand[_INTR_N + 1] = { variable in typeref:struct:intc_intrhand[]
366 struct intc_intrhand *ih = &__intc_intrhand[1];

Completed in 11 milliseconds