Home
last modified time | relevance | path

Searched refs:QemuIplParameters (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmain.c24 QemuIplParameters qipl;
60 QemuIplParameters *early_qipl = (QemuIplParameters *)QIPL_ADDRESS; in copy_qipl()
61 memcpy(&qipl, early_qipl, sizeof(QemuIplParameters)); in copy_qipl()
H A Diplb.h22 extern QemuIplParameters qipl;
/openbmc/qemu/include/hw/s390x/ipl/
H A Dqipl.h30 struct QemuIplParameters { struct
40 typedef struct QemuIplParameters QemuIplParameters; argument
/openbmc/qemu/hw/s390x/
H A Dipl.h61 QemuIplParameters qipl;
H A Dipl.c682 if (!addr || len < QIPL_ADDRESS + sizeof(QemuIplParameters)) { in s390_ipl_prepare_qipl()
686 memcpy(addr + QIPL_ADDRESS, &ipl->qipl, sizeof(QemuIplParameters)); in s390_ipl_prepare_qipl()