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/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/powerpc/kernel/
Dsmp.c640 static bool stopped = false; in crash_smp_send_stop() local
651 if (stopped) in crash_smp_send_stop()
654 stopped = true; in crash_smp_send_stop()
702 static bool stopped = false; in smp_send_stop() local
710 if (stopped) in smp_send_stop()
713 stopped = true; in smp_send_stop()
/arch/ia64/kernel/
Dptrace.c631 int stopped = 0; in ptrace_attach_sync_user_rbs() local
649 stopped = 1; in ptrace_attach_sync_user_rbs()
655 if (!stopped) in ptrace_attach_sync_user_rbs()