OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idepth
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/arm/arm/
arm_machdep.c
287
int
idepth
;
local in function:cpu_intr_p
294
idepth
= l->l_cpu->ci_intr_depth;
304
return
idepth
!= 0;
/src/sys/arch/usermode/dev/
cpu.c
531
int
idepth
;
local in function:cpu_intr_p
538
idepth
= l->l_cpu->ci_idepth;
541
return
idepth
>= 0;
/src/sys/arch/x86/x86/
x86_machdep.c
383
int
idepth
;
local in function:cpu_intr_p
394
idepth
= l->l_cpu->ci_idepth;
397
return
idepth
>= 0;
/src/sys/arch/aarch64/aarch64/
trap.c
1037
int
idepth
;
local in function:cpu_intr_p
1054
idepth
= l->l_cpu->ci_intr_depth;
1057
return
idepth
> 0;
/src/sys/arch/mips/mips/
cpu_subr.c
629
int
idepth
;
local in function:cpu_intr_p
636
idepth
= l->l_cpu->ci_idepth;
639
return
idepth
!= 0;
locore_mips1.S
439
REG_S s0, TF_BASE+TF_REG_S0(sp) # used for saved ipl/
idepth
484
# low 8 bits used for
idepth
mipsX_subr.S
1109
REG_S s0, TF_BASE+TF_REG_S0(sp) # used for saved ipl/
idepth
1155
# low 8 bits used for
idepth
/src/sys/arch/sparc64/sparc64/
machdep.c
2660
int
idepth
;
local in function:cpu_intr_p
2667
idepth
= l->l_cpu->ci_idepth;
2670
return
idepth
>= 0;
Completed in 19 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025