Lines Matching full:load
15 * load_image_size: load an image file into specified buffer
17 * @addr: Buffer to load image into
20 * Load an image file from disk into the specified buffer.
34 * @addr: Address to load the image to
35 * @max_sz: The maximum size of the image to load
36 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
39 * Load a fixed image into memory.
49 * @as: The AddressSpace to load the .hex file to. The value of
52 * Load a fixed .hex file into memory.
67 * load_image_mr: load an image into a memory region
69 * @mr: Memory Region to load into
71 * Load the specified file into the memory region.
117 * @translate_fn: optional function to translate load addresses
130 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
132 * @load_rom : Load ELF binary as ROM
135 * Load an ELF file's contents to the emulated system's address space.
138 * which will be populated with various load information. @bigendian and
140 * load will fail if the target ELF does not match. Some architectures
200 * @loadaddr: load address if none specified in the image or when loading a
201 * ramdisk. Populated with the load address. Ignored if NULL or
202 * LOAD_UIMAGE_LOADADDR_INVALID (images which do not specify a load
205 * @translate_fn: optional function to translate load addresses
207 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
231 * @addr: Memory address to load the ramdisk to
233 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
236 * Load a ramdisk image with U-Boot header to the specified memory
318 * will only return data if the image load address is an exact match