Searched refs:CPUSTAT_STOP_INT (Results 1 – 5 of 5) sorted by relevance
24 #define CPUSTAT_STOP_INT 0x04000000 macro
75 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync()95 const int bits = CPUSTAT_STOP_INT | CPUSTAT_IO_INT | CPUSTAT_EXT_INT; in update_intervention_requests()1185 if (!(atomic_read(&scb_o->cpuflags) & CPUSTAT_STOP_INT)) in do_vsie_run()1517 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()
4045 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in exit_sie()
151 #define CPUSTAT_STOP_INT 0x04000000 macro