Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Drun.c52 u32 stopped; in spu_stopped() local
54 stopped = SPU_STATUS_INVALID_INSTR | SPU_STATUS_SINGLE_STEP | in spu_stopped()
59 if (*stat & stopped) { in spu_stopped()
Dswitch.c230 u32 stopped; in save_spu_status() local
236 stopped = in save_spu_status()
239 if ((in_be32(&prob->spu_status_R) & stopped) == 0) in save_spu_status()
/arch/powerpc/kernel/
Dsmp.c601 static bool stopped = false; in crash_smp_send_stop() local
603 if (stopped) in crash_smp_send_stop()
606 stopped = true; in crash_smp_send_stop()
654 static bool stopped = false; in smp_send_stop() local
662 if (stopped) in smp_send_stop()
665 stopped = true; in smp_send_stop()
/arch/s390/kvm/
Dsigp.c23 const bool stopped = kvm_s390_test_cpuflags(dst_vcpu, CPUSTAT_STOPPED); in __sigp_sense() local
28 if (!stopped && !ext_call_pending) in __sigp_sense()
34 if (stopped) in __sigp_sense()
/arch/ia64/kernel/
Dptrace.c635 int stopped = 0; in ptrace_attach_sync_user_rbs() local
653 stopped = 1; in ptrace_attach_sync_user_rbs()
659 if (!stopped) in ptrace_attach_sync_user_rbs()