Searched refs:load_image_size (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/nubus/ |
H A D | nubus-device.c | 97 ret = load_image_size(path, rom_ptr + (uintptr_t)(align_size - size), in nubus_device_realize()
|
/openbmc/qemu/include/hw/ |
H A D | loader.h | 30 ssize_t load_image_size(const char *filename, void *addr, size_t size);
|
/openbmc/qemu/hw/i386/ |
H A D | multiboot.c | 348 if (load_image_size(one_file, (unsigned char *)mbs.mb_buf + offs, in load_multiboot()
|
H A D | x86-common.c | 938 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 D | ppc405_boards.c | 300 bios_size = load_image_size(filename, in ppc405_init()
|
/openbmc/qemu/system/ |
H A D | device_tree.c | 103 dt_file_load_size = load_image_size(filename_path, fdt, dt_size); in load_device_tree()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 1346 if (load_image_size(val, (uint8_t *)header, size) != size) { in smbios_entry_add()
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 85 ssize_t load_image_size(const char *filename, void *addr, size_t size) in load_image_size() function
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_bmc_sim.c | 2143 if (load_image_size(fru->filename, fru->data, fsize) != fsize) { in ipmi_fru_init()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2418 if (load_image_size(path, ptr, size) < 0) { in pci_add_option_rom()
|