Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/ipl/
H A Dqipl.h19 #define QIPL_ADDRESS 0xcc macro
/openbmc/qemu/hw/s390x/
H A Dipl.h47 #define QIPL_ADDRESS 0xcc macro
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()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dmain.c60 QemuIplParameters *early_qipl = (QemuIplParameters *)QIPL_ADDRESS; in copy_qipl()