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

  /src/sys/arch/powerpc/include/booke/
cpuvar.h 181 struct intrsw;
182 void exception_init(const struct intrsw *);
intr.h 125 struct intrsw { struct
149 extern const struct intrsw *powerpc_intrsw;
e500var.h 49 extern const struct intrsw e500_intrsw;
  /src/sys/arch/powerpc/powerpc/
intr_stubs.c 60 static const struct intrsw null_intrsw = {
65 const struct intrsw *powerpc_intrsw = &null_intrsw;
  /src/sys/arch/powerpc/booke/
e500_intr.c 432 const struct intrsw e500_intrsw = {

Completed in 14 milliseconds