Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h55 __u32 stctl : 5; member
95 u32 stctl:5; member
127 u32 stctl:5; member
/openbmc/qemu/hw/s390x/
H A Dcss.c1686 uint16_t stctl = src->scsw.ctrl & SCSW_CTRL_MASK_STCTL; in copy_irb_to_guest() local
1746 uint16_t stctl = schib->scsw.ctrl & SCSW_CTRL_MASK_STCTL; in build_irb_virtual() local
1771 uint16_t stctl; in css_do_tsch_get_irb() local
1801 uint16_t stctl; in css_do_tsch_update_subch() local
/openbmc/linux/drivers/s390/cio/
H A Ddevice_fsm.c708 unsigned int stctl; in ccw_device_call_handler() local
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1999 void HELPER(stctl)(CPUS390XState *env, uint32_t r1, uint64_t a2, uint32_t r3) in HELPER() argument