Home
last modified time | relevance | path

Searched refs:bios_filename (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/s390x/
H A Dipl.c140 char *bios_filename; in s390_ipl_realize() local
149 bios_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, ipl->firmware); in s390_ipl_realize()
150 if (bios_filename == NULL) { in s390_ipl_realize()
155 bios_size = load_elf(bios_filename, NULL, in s390_ipl_realize()
164 bios_size = load_image_targphys(bios_filename, ZIPL_IMAGE_START, in s390_ipl_realize()
168 g_free(bios_filename); in s390_ipl_realize()
/qemu/hw/riscv/
H A Dboot.c88 static char *riscv_find_bios(const char *bios_filename) in riscv_find_bios() argument
92 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_filename); in riscv_find_bios()
102 bios_filename); in riscv_find_bios()