Searched refs:CPUSTAT_STOP_INT (Results 1 – 4 of 4) sorted by relevance
73 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync()93 const int bits = CPUSTAT_STOP_INT | CPUSTAT_IO_INT | CPUSTAT_EXT_INT; in update_intervention_requests()1153 if (!(atomic_read(&scb_o->cpuflags) & CPUSTAT_STOP_INT)) in do_vsie_run()1467 atomic_or(CPUSTAT_STOP_INT, &scb->cpuflags); in kvm_s390_vsie_kick()
434 CPUSTAT_STOP_INT); in __reset_intercept_indicators()478 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in set_intercept_indicators_stop()1600 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in __inject_sigp_stop()1966 kvm_s390_set_cpuflags(dst_vcpu, CPUSTAT_STOP_INT); in __floating_irq_kick()
3373 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in exit_sie()
139 #define CPUSTAT_STOP_INT 0x04000000 macro