Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 5 of 5) sorted by relevance

/arch/ia64/hp/sim/
Dsimserial.c145 if (info->xmit.head == info->xmit.tail || tty->stopped) { in transmit_chars()
148 info->xmit.head, info->xmit.tail, tty->stopped); in transmit_chars()
182 if (info->xmit.head == info->xmit.tail || tty->stopped || in rs_flush_chars()
219 !tty->stopped) in rs_write()
/arch/powerpc/platforms/cell/spufs/
Drun.c51 u32 stopped; in spu_stopped() local
53 stopped = SPU_STATUS_INVALID_INSTR | SPU_STATUS_SINGLE_STEP | in spu_stopped()
58 if (*stat & stopped) { in spu_stopped()
Dswitch.c244 u32 stopped; in save_spu_status() local
250 stopped = in save_spu_status()
253 if ((in_be32(&prob->spu_status_R) & stopped) == 0) in save_spu_status()
/arch/ia64/kernel/
Dptrace.c632 int stopped = 0; in ptrace_attach_sync_user_rbs() local
650 stopped = 1; in ptrace_attach_sync_user_rbs()
656 if (!stopped) in ptrace_attach_sync_user_rbs()
/arch/cris/arch-v10/drivers/
Dsync_serial.c378 IO_STATE(R_SYNC_SERIAL1_CTRL, clk_halt, stopped) | in initialize_port()