Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/sys/
H A Dxc_impl.h94 if (xc_spl_enter[cpuid] && !panic_quiesce) \
97 xc_spl_enter[cpuid] = 1; \
102 ASSERT(xc_spl_enter[cpuid] != 0); \
103 xc_spl_enter[cpuid] = 0; \
/titanic_41/usr/src/uts/sun4/os/
H A Dx_call.c50 int xc_spl_enter[NCPU]; /* protect sending x-call */ variable
507 xc_spl_enter[lcx] = 1; in xc_one()
518 xc_spl_enter[lcx] = 0; in xc_one()
625 xc_spl_enter[lcx] = 1; in xc_some()
632 xc_spl_enter[lcx] = 0; in xc_some()
704 xc_spl_enter[lcx] = 1; in xc_all()
711 xc_spl_enter[lcx] = 0; in xc_all()
764 xc_spl_enter[lcx] = 1; in xc_attention()
770 xc_spl_enter[lcx] = 0; in xc_attention()
H A Dmp_call.c66 extern int xc_spl_enter[];
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c5435 extern int xc_spl_enter[];
5491 xc_spl_enter[cpuid] = 1;
5497 xc_spl_enter[cpuid] = 0;