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

  /src/sys/arch/powerpc/powerpc/
intr_stubs.c 65 const struct intrsw *powerpc_intrsw = &null_intrsw; variable in typeref:typename:const struct intrsw *
74 return (*powerpc_intrsw->intrsw_establish)(irq, ipl, ist, func, arg,
85 return (*powerpc_intrsw->intrsw_establish)(irq, ipl, ist, func, arg,
94 (*powerpc_intrsw->intrsw_disestablish)(ih);
102 return (*powerpc_intrsw->intrsw_string)(irq, ist, buf, len);
110 (*powerpc_intrsw->intrsw_spl0)();
118 return (*powerpc_intrsw->intrsw_splraise)(ipl);
136 return (*powerpc_intrsw->intrsw_splx)(ipl);
145 (*powerpc_intrsw->intrsw_softint_init_md)(l, level, machdep_p);
153 (*powerpc_intrsw->intrsw_softint_trigger)(machdep)
    [all...]
intr_stubs.c 65 const struct intrsw *powerpc_intrsw = &null_intrsw; variable in typeref:typename:const struct intrsw *
74 return (*powerpc_intrsw->intrsw_establish)(irq, ipl, ist, func, arg,
85 return (*powerpc_intrsw->intrsw_establish)(irq, ipl, ist, func, arg,
94 (*powerpc_intrsw->intrsw_disestablish)(ih);
102 return (*powerpc_intrsw->intrsw_string)(irq, ist, buf, len);
110 (*powerpc_intrsw->intrsw_spl0)();
118 return (*powerpc_intrsw->intrsw_splraise)(ipl);
136 return (*powerpc_intrsw->intrsw_splx)(ipl);
145 (*powerpc_intrsw->intrsw_softint_init_md)(l, level, machdep_p);
153 (*powerpc_intrsw->intrsw_softint_trigger)(machdep)
    [all...]

Completed in 20 milliseconds