Home
last modified time | relevance | path

Searched refs:mips_splsw (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dspl_stubs.c63 return (*mips_splsw.splsw_splhigh)(); in splhigh()
69 return (*mips_splsw.splsw_splhigh_noprof)(); in splhigh_noprof()
75 return (*mips_splsw.splsw_splsched)(); in splsched()
81 return (*mips_splsw.splsw_splvm)(); in splvm()
87 return (*mips_splsw.splsw_splsoftserial)(); in splsoftserial()
93 return (*mips_splsw.splsw_splsoftnet)(); in splsoftnet()
99 return (*mips_splsw.splsw_splsoftbio)(); in splsoftbio()
105 return (*mips_splsw.splsw_splsoftclock)(); in splsoftclock()
111 (*mips_splsw.splsw_spl0)(); in spl0()
117 (*mips_splsw.splsw_splx)(s); in splx()
[all …]
H A Dmips_machdep.c262 struct splsw mips_splsw; variable
1310 mips_splsw = std_splsw; in mips_vector_init()
1315 mips_splsw = *splsw; in mips_vector_init()
/netbsd-src/sys/arch/mips/include/
H A Dintr.h123 extern struct splsw mips_splsw;
/netbsd-src/sys/arch/mips/cavium/
H A Docteon_cpunode.c220 mips64r2_vector_init(&mips_splsw); in octeon_cpu_init()