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