Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dsigp.c40 uint8_t state = s390_cpu_get_state(dst_cpu); in sigp_sense()
99 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_STOPPED) { in sigp_start()
113 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_OPERATING) { in sigp_stop()
135 if (s390_cpu_get_state(cpu) == S390_CPU_STATE_OPERATING && cs->halted) { in sigp_stop_and_store_status()
139 switch (s390_cpu_get_state(cpu)) { in sigp_stop_and_store_status()
161 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_STOPPED) { in sigp_store_status_at_address()
191 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_STOPPED) { in sigp_store_adtl_status()
233 switch (s390_cpu_get_state(cpu)) { in sigp_restart()
288 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_STOPPED) { in sigp_set_prefix()
321 if (s390_cpu_get_state(dst_cpu) != S390_CPU_STATE_STOPPED || in sigp_cond_emergency()
H A Dcpu.c134 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_LOAD && in s390_cpu_has_work()
135 s390_cpu_get_state(cpu) != S390_CPU_STATE_OPERATING) { in s390_cpu_has_work()
H A Dcpu.h899 static inline uint8_t s390_cpu_get_state(S390CPU *cpu) in s390_cpu_get_state() function
/qemu/hw/intc/
H A Ds390_flic.c196 if (s390_cpu_get_state(cpu) != S390_CPU_STATE_OPERATING && in qemu_s390_flic_notify()
197 s390_cpu_get_state(cpu) != S390_CPU_STATE_LOAD) { in qemu_s390_flic_notify()