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

/netbsd-current/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
/netbsd-current/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
/netbsd-current/sys/arch/sgimips/sgimips/
H A Dcpu.c156 cpu_intr_establish(int level, int ipl, int (*func)(void *), void *arg) function
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dinterrupt.c373 cpu_intr_establish(int level, int ipl, int (*func)(void *), void *arg) function

Completed in 78 milliseconds