Searched refs:CPUSTAT_STOP_INT (Results 1 – 4 of 4) sorted by relevance
74 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync()94 const int bits = CPUSTAT_STOP_INT | CPUSTAT_IO_INT | CPUSTAT_EXT_INT; in update_intervention_requests()1176 if (!(atomic_read(&scb_o->cpuflags) & CPUSTAT_STOP_INT)) in do_vsie_run()1490 atomic_or(CPUSTAT_STOP_INT, &scb->cpuflags); in kvm_s390_vsie_kick()
430 CPUSTAT_STOP_INT); in __reset_intercept_indicators()474 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in set_intercept_indicators_stop()1611 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in __inject_sigp_stop()1976 kvm_s390_set_cpuflags(dst_vcpu, CPUSTAT_STOP_INT); in __floating_irq_kick()
4035 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in exit_sie()
152 #define CPUSTAT_STOP_INT 0x04000000 macro