Searched refs:CPUSTAT_STOPPED (Results 1 – 4 of 4) sorted by relevance
35 if (!(cpuflags & CPUSTAT_STOPPED) && !ext_call_pending) in __sigp_sense()41 if (cpuflags & CPUSTAT_STOPPED) in __sigp_sense()218 if (!(flags & CPUSTAT_STOPPED)) { in __sigp_store_status_at_addr()
55 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_STOPPED; in is_vcpu_stopped()
2462 CPUSTAT_STOPPED); in kvm_arch_vcpu_setup()3589 atomic_andnot(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); in kvm_s390_vcpu_start()3615 atomic_or(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); in kvm_s390_vcpu_stop()
126 #define CPUSTAT_STOPPED 0x80000000 macro