Searched refs:CPUSTAT_STOP_INT (Results 1 – 4 of 4) sorted by relevance
48 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_STOP_INT; in __cpu_is_stopped()
146 atomic_set_mask(CPUSTAT_STOP_INT, li->cpuflags); in __inject_sigp_stop()
135 CPUSTAT_IO_INT | CPUSTAT_EXT_INT | CPUSTAT_STOP_INT, in __reset_intercept_indicators()160 __set_cpuflag(vcpu, CPUSTAT_STOP_INT); in __set_intercept_indicator()
51 #define CPUSTAT_STOP_INT 0x04000000 macro