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

  /src/sys/arch/evbmips/sbmips/
systemsw.h 42 void (*s_cpu_intr)(int, vaddr_t, uint32_t); member in struct:systemsw
systemsw.c 90 (*systemsw.s_cpu_intr)(ppl, pc, status);
sb1250_icu.c 261 systemsw.s_cpu_intr = sb1250_cpu_intr;
  /src/sys/arch/sbmips/include/
systemsw.h 44 void (*s_cpu_intr)(int, vaddr_t, uint32_t); member in struct:systemsw
  /src/sys/arch/sbmips/sbmips/
systemsw.c 90 (*systemsw.s_cpu_intr)(ppl, pc, status);
sb1250_icu.c 261 systemsw.s_cpu_intr = sb1250_cpu_intr;

Completed in 13 milliseconds