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

  /src/sys/arch/sbmips/include/
intr.h 36 #include <machine/systemsw.h>
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))
param.h 55 #include <machine/systemsw.h>
  /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))
zbbus.c 44 #include <evbmips/sbmips/systemsw.h>
sb1250_icu.c 53 #include <evbmips/sbmips/systemsw.h>
261 systemsw.s_cpu_intr = sb1250_cpu_intr;
262 systemsw.s_intr_establish = sb1250_intr_establish;
cpu.c 50 #include <evbmips/sbmips/systemsw.h>
machdep.c 97 #include <evbmips/sbmips/systemsw.h>
rtc.c 50 #include <evbmips/sbmips/systemsw.h>
  /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...]
sb1250_icu.c 53 #include <sbmips/systemsw.h>
261 systemsw.s_cpu_intr = sb1250_cpu_intr;
262 systemsw.s_intr_establish = sb1250_intr_establish;
rtc.c 50 #include <sbmips/systemsw.h>
  /src/sys/arch/mips/sibyte/dev/
sbbuswatch.c 41 #include <evbmips/sbmips/systemsw.h>
sbtimer.c 50 #include <evbmips/sbmips/systemsw.h>
sbwdog.c 60 #include <evbmips/sbmips/systemsw.h>
sbmac.c 78 #include <evbmips/sbmips/systemsw.h>
sbscn.c 149 #include <evbmips/sbmips/systemsw.h>
  /src/sys/arch/mips/sibyte/pci/
sbbrz_pci.c 84 #include <evbmips/sbmips/systemsw.h>

Completed in 182 milliseconds