Home
last modified time | relevance | path

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

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