Home
last modified time | relevance | path

Searched refs:t_astflag (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h233 #define t_astflag _tu._ts._t_astflag macro
452 #define aston(t) ((t)->t_astflag = 1)
453 #define astoff(t) ((t)->t_astflag = 0)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.S206 ! This tests all members of the union containing t_astflag, t_post_sys,
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c318 (t)->t_astflag && \
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c498 (t)->t_astflag && \
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h278 if (curthread->t_astflag) in vcpu_should_yield()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c520 (t)->t_astflag && \
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c521 (t)->t_astflag && \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c1461 if (tp->t_astflag) { in sys_rtt_common()
H A Dtrap.c1350 if (ct->t_astflag | ct->t_sig_check) { in trap()
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c587 if (t->t_astflag | t->t_sig_check) { in post_syscall()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c691 if (t->t_astflag | t->t_sig_check) { in post_syscall()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1269 if (curthread->t_astflag | curthread->t_sig_check) { in trap_cleanup()