Searched refs:ccw_addr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | cio.c | 23 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb); 310 static int __do_cio(SubChannelId schid, uint32_t ccw_addr, int fmt, Irb *irb) in __do_cio() argument 321 .cpa = ccw_addr, in __do_cio() 329 IPL_assert(ccw_addr <= 0xFFFFFF - 8, "Invalid ccw address"); in __do_cio() 370 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt) in do_cio() argument 377 rc = __do_cio(schid, ccw_addr, fmt, &irb); in do_cio()
|
H A D | dasd-ipl.c | 43 static bool dynamic_cp_fixup(uint32_t ccw_addr, uint32_t *next_cpa) in dynamic_cp_fixup() argument 45 Ccw0 *cur_ccw = (Ccw0 *)(uint64_t)ccw_addr; in dynamic_cp_fixup()
|
H A D | cio.h | 371 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt);
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 997 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()
|