Home
last modified time | relevance | path

Searched refs:ipl (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/s390x/
H A Dipl.c133 S390IPLState *ipl = S390_IPL(dev); in s390_ipl_realize() local
146 if (!ipl->kernel || ipl->enforce_bios) { in s390_ipl_realize()
156 bios_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, ipl->firmware); in s390_ipl_realize()
164 &ipl->bios_start_addr, NULL, NULL, NULL, in s390_ipl_realize()
168 ipl->bios_start_addr += fwbase; in s390_ipl_realize()
173 ipl->bios_start_addr = ZIPL_IMAGE_START; in s390_ipl_realize()
178 error_setg(errp, "could not load bootloader '%s'", ipl->firmware); in s390_ipl_realize()
183 ipl->start_addr = ipl->bios_start_addr; in s390_ipl_realize()
186 if (ipl->kernel) { in s390_ipl_realize()
187 kernel_size = load_elf(ipl->kernel, NULL, NULL, NULL, in s390_ipl_realize()
[all …]
H A Dmeson.build9 'ipl.c',
/qemu/pc-bios/s390-ccw/
H A Djump2ipl.c27 __attribute__((noreturn)) void (*ipl)(void) = (void *)ipl_continue; in jump_to_IPL_addr() local
32 ipl(); in jump_to_IPL_addr()
H A DMakefile6 CFLAGS = -O2 -g -I $(SRC_PATH)/../../include/hw/s390x/ipl
37 virtio.o virtio-net.o virtio-scsi.o virtio-blkdev.o cio.o dasd-ipl.o
H A Dbootmap.c87 if (!block_size_ok(bip->bp.ipl.bm_ptr.eckd.bptr.size)) { in verify_boot_info()
495 bmt_block_nr = eckd_block_num(&ipl1->bip.bp.ipl.bm_ptr.eckd.bptr.chs); in ipl_eckd_ldl()
H A Dbootmap.h268 BootInfoBpIpl ipl; member
/qemu/docs/devel/
H A Dindex-internals.rst21 s390-dasd-ipl
H A Ds390-dasd-ipl.rst48 The psw that was loaded into memory location ``0x0`` as part of the ipl process
/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target6 CFLAGS+=-ggdb -O0 -I$(SRC_PATH)/include/hw/s390x/ipl/
/qemu/
H A DMAINTAINERS1783 F: hw/s390x/ipl.*
1786 F: docs/devel/s390-dasd-ipl.rst