Home
last modified time | relevance | path

Searched refs:load_image_size (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/nubus/
H A Dnubus-device.c97 ret = load_image_size(path, rom_ptr + (uintptr_t)(align_size - size), in nubus_device_realize()
/qemu/include/hw/
H A Dloader.h30 ssize_t load_image_size(const char *filename, void *addr, size_t size);
/qemu/hw/i386/
H A Dmultiboot.c349 if (load_image_size(one_file, (unsigned char *)mbs.mb_buf + offs, in load_multiboot()
H A Dx86-common.c945 load_image_size(dtb_filename, setup_data->data, dtb_size); in x86_load_linux()
1055 load_image_size(filename, ptr, bios_size); in x86_bios_rom_init()
/qemu/system/
H A Ddevice_tree.c103 dt_file_load_size = load_image_size(filename_path, fdt, dt_size); in load_device_tree()
/qemu/hw/smbios/
H A Dsmbios.c1349 if (load_image_size(val, (uint8_t *)header, size) != size) { in smbios_entry_add()
/qemu/hw/core/
H A Dloader.c86 ssize_t load_image_size(const char *filename, void *addr, size_t size) in load_image_size() function
/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c2218 if (load_image_size(fru->filename, fru->data, fsize) != fsize) { in ipmi_fru_init()
/qemu/hw/pci/
H A Dpci.c2590 if (load_image_size(path, ptr, size) < 0) { in pci_add_option_rom()