Searched defs:cpu_intr_establish (Results 1 - 4 of 4) sorted by relevance

/src/sys/arch/sbmips/include/
H A Dsystemsw.h65 #define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a)) macro
/src/sys/arch/evbmips/sbmips/
H A Dsystemsw.h63 #define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a)) macro
/src/sys/arch/sgimips/sgimips/
H A Dcpu.c156 cpu_intr_establish(int level, int ipl, int (*func)(void *), void *arg) function in typeref:typename:void *
/src/sys/arch/cobalt/cobalt/
H A Dinterrupt.c373 cpu_intr_establish(int level, int ipl, int (*func)(void *), void *arg) function in typeref:typename:void *

Completed in 10 milliseconds