OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mips_splsw
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mips/mips/
spl_stubs.c
63
return (*
mips_splsw
.splsw_splhigh)();
69
return (*
mips_splsw
.splsw_splhigh_noprof)();
75
return (*
mips_splsw
.splsw_splsched)();
81
return (*
mips_splsw
.splsw_splvm)();
87
return (*
mips_splsw
.splsw_splsoftserial)();
93
return (*
mips_splsw
.splsw_splsoftnet)();
99
return (*
mips_splsw
.splsw_splsoftbio)();
105
return (*
mips_splsw
.splsw_splsoftclock)();
111
(*
mips_splsw
.splsw_spl0)();
117
(*
mips_splsw
.splsw_splx)(s)
[
all
...]
mips_machdep.c
262
struct splsw
mips_splsw
;
variable in typeref:struct:splsw
1310
mips_splsw
= std_splsw;
1315
mips_splsw
= *splsw;
/src/sys/arch/mips/include/
intr.h
123
extern struct splsw
mips_splsw
;
/src/sys/arch/mips/cavium/
octeon_cpunode.c
220
mips64r2_vector_init(&
mips_splsw
);
Completed in 13 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025