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()88 if (!(flags & CPUSTAT_STOPPED) in __sigp_conditional_emergency()224 if (!(flags & CPUSTAT_STOPPED)) { in __sigp_store_status_at_addr()
46 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_STOPPED; in is_vcpu_stopped()
1320 CPUSTAT_STOPPED | in kvm_arch_vcpu_setup()2265 atomic_clear_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); in kvm_s390_vcpu_start()2291 atomic_set_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); in kvm_s390_vcpu_stop()
66 #define CPUSTAT_STOPPED 0x80000000 macro