Searched refs:CPUSTAT_RUNNING (Results 1 – 3 of 3) sorted by relevance
244 if (atomic_read(li->cpuflags) & CPUSTAT_RUNNING) { in __sigp_sense_running()
1290 atomic_or(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_load()1295 atomic_andnot(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_put()
74 #define CPUSTAT_RUNNING 0x00800000 macro