Searched refs:bios_filename (Results 1 – 2 of 2) sorted by relevance
149 char *bios_filename; in s390_ipl_realize() local165 bios_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, ipl->firmware); in s390_ipl_realize()166 if (bios_filename == NULL) { in s390_ipl_realize()171 bios_size = load_elf(bios_filename, NULL, in s390_ipl_realize()180 bios_size = load_image_targphys(bios_filename, ZIPL_IMAGE_START, in s390_ipl_realize()184 g_free(bios_filename); in s390_ipl_realize()
88 static char *riscv_find_bios(const char *bios_filename) in riscv_find_bios() argument92 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_filename); in riscv_find_bios()102 bios_filename); in riscv_find_bios()