Home
last modified time | relevance | path

Searched refs:channel_prog (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcss.c220 VMSTATE_UINT64(channel_prog, SubchDev),
714 sch->channel_prog = 0x0; in sch_handle_clear_func()
728 hwaddr curr_ccw = sch->channel_prog; in sch_handle_halt_func()
735 sch->channel_prog = 0x0; in sch_handle_halt_func()
1107 sch->channel_prog = ccw.cda; in css_interpret_ccw()
1123 sch->channel_prog += 8; in css_interpret_ccw()
1167 ret = css_interpret_ccw(sch, sch->channel_prog, suspend_allowed); in sch_handle_start_func_virtual()
1179 schib->scsw.cpa = sch->channel_prog + 8; in sch_handle_start_func_virtual()
1193 schib->scsw.cpa = sch->channel_prog + 8; in sch_handle_start_func_virtual()
1207 schib->scsw.cpa = sch->channel_prog + 8; in sch_handle_start_func_virtual()
[all …]
/openbmc/qemu/include/hw/s390x/
H A Dcss.h129 hwaddr channel_prog; member
155 sch->curr_status.scsw.cpa = sch->channel_prog + 8; in sch_gen_unit_exception()