/src/sys/arch/evbmips/sbmips/ |
systemsw.c | 1 /* $NetBSD: systemsw.c,v 1.2 2017/07/24 09:56:45 mrg Exp $ */ 36 __KERNEL_RCSID(0, "$NetBSD: systemsw.c,v 1.2 2017/07/24 09:56:45 mrg Exp $"); 47 #include <evbmips/sbmips/systemsw.h> 55 struct systemsw systemsw = { variable in typeref:struct:systemsw 72 if (systemsw.s_clock_init != clock_init_triv) 74 systemsw.s_clock_arg = arg; 75 systemsw.s_clock_init = init; 90 (*systemsw.s_cpu_intr)(ppl, pc, status); 104 (*systemsw.s_clock_init)(systemsw.s_clock_arg) [all...] |
systemsw.h | 1 /* $NetBSD: systemsw.h,v 1.1.1.1 2017/07/24 09:21:50 mrg Exp $ */ 40 struct systemsw { struct 54 extern struct systemsw systemsw; 63 #define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a))
|
/src/sys/arch/sbmips/sbmips/ |
systemsw.c | 1 /* $NetBSD: systemsw.c,v 1.18 2014/10/18 08:33:26 snj Exp $ */ 36 __KERNEL_RCSID(0, "$NetBSD: systemsw.c,v 1.18 2014/10/18 08:33:26 snj Exp $"); 47 #include <sbmips/systemsw.h> 55 struct systemsw systemsw = { variable in typeref:struct:systemsw 72 if (systemsw.s_clock_init != clock_init_triv) 74 systemsw.s_clock_arg = arg; 75 systemsw.s_clock_init = init; 90 (*systemsw.s_cpu_intr)(ppl, pc, status); 104 (*systemsw.s_clock_init)(systemsw.s_clock_arg) [all...] |
/src/sys/arch/sbmips/include/ |
systemsw.h | 1 /* $NetBSD: systemsw.h,v 1.10 2023/09/25 14:56:56 riastradh Exp $ */ 42 struct systemsw { struct 56 extern struct systemsw systemsw; 65 #define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a))
|