Home
last modified time | relevance | path

Searched refs:CPUSTAT_STOP_INT (Results 1 – 4 of 4) sorted by relevance

/arch/s390/kvm/
Dvsie.c74 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()
1160 if (!(atomic_read(&scb_o->cpuflags) & CPUSTAT_STOP_INT)) in do_vsie_run()
1474 atomic_or(CPUSTAT_STOP_INT, &scb->cpuflags); in kvm_s390_vsie_kick()
Dinterrupt.c438 CPUSTAT_STOP_INT); in __reset_intercept_indicators()
482 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in set_intercept_indicators_stop()
1604 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in __inject_sigp_stop()
1970 kvm_s390_set_cpuflags(dst_vcpu, CPUSTAT_STOP_INT); in __floating_irq_kick()
Dkvm-s390.c3413 kvm_s390_set_cpuflags(vcpu, CPUSTAT_STOP_INT); in exit_sie()
/arch/s390/include/asm/
Dkvm_host.h138 #define CPUSTAT_STOP_INT 0x04000000 macro