Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dcss.c1661 uint16_t stctl = src->scsw.ctrl & SCSW_CTRL_MASK_STCTL; in copy_irb_to_guest() local
1680 if (!(stctl & SCSW_STCTL_STATUS_PEND)) { in copy_irb_to_guest()
1683 if ((stctl & SCSW_STCTL_PRIMARY) || in copy_irb_to_guest()
1684 (stctl == SCSW_STCTL_SECONDARY) || in copy_irb_to_guest()
1685 ((stctl & SCSW_STCTL_INTERMEDIATE) && (actl & SCSW_ACTL_SUSP))) { in copy_irb_to_guest()
1721 uint16_t stctl = schib->scsw.ctrl & SCSW_CTRL_MASK_STCTL; in build_irb_virtual() local
1723 if (stctl & SCSW_STCTL_STATUS_PEND) { in build_irb_virtual()
1746 uint16_t stctl; in css_do_tsch_get_irb() local
1753 stctl = schib->scsw.ctrl & SCSW_CTRL_MASK_STCTL; in css_do_tsch_get_irb()
1770 return ((stctl & SCSW_STCTL_STATUS_PEND) == 0); in css_do_tsch_get_irb()
[all …]
/qemu/target/s390x/
H A Dhelper.h346 DEF_HELPER_FLAGS_4(stctl, TCG_CALL_NO_WG, void, env, i32, i64, i32)
/qemu/target/s390x/tcg/
H A Dmem_helper.c2031 void HELPER(stctl)(CPUS390XState *env, uint32_t r1, uint64_t a2, uint32_t r3) in HELPER() argument
H A Dinsn-data.h.inc1395 F(0xb600, STCTL, RS_a, Z, 0, a2, 0, 0, stctl, 0, IF_PRIV)