Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.c22 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb);
315 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb) in __do_cio() argument
326 .cpa = ccw_addr, in __do_cio()
334 IPL_assert(ccw_addr <= 0xFFFFFF - 8, "Invalid ccw address"); in __do_cio()
375 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt) in do_cio() argument
382 rc = __do_cio(schid, ccw_addr, fmt, &irb); in do_cio()
H A Ddasd-ipl.c42 static bool dynamic_cp_fixup(uint32_t ccw_addr, uint32_t *next_cpa) in dynamic_cp_fixup() argument
44 Ccw0 *cur_ccw = (Ccw0 *)(uint64_t)ccw_addr; in dynamic_cp_fixup()
H A Dcio.h369 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt);
/openbmc/qemu/hw/s390x/
H A Dcss.c997 static int css_interpret_ccw(SubchDev *sch, hwaddr ccw_addr, in css_interpret_ccw() argument
1005 if (!ccw_addr) { in css_interpret_ccw()
1009 if (ccw_addr & (sch->ccw_fmt_1 ? 0x80000007 : 0xff000007)) { in css_interpret_ccw()
1014 ccw = copy_ccw_from_guest(ccw_addr, sch->ccw_fmt_1); in css_interpret_ccw()