Lines Matching full:as

11  * On error, errno is also set as appropriate.
28 * errno is also set as appropriate.
36 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
44 hwaddr addr, uint64_t max_sz, AddressSpace *as);
49 * @as: The AddressSpace to load the .hex file to. The value of
57 AddressSpace *as);
60 * Same as load_image_targphys_as(), but doesn't allow the caller to specify
72 * The file loaded is registered as a ROM, so its contents will be
98 * Returns 0 if the image could not be identified as a EFI zboot image.
99 * Returns -1 if the buffer contents were identified as a EFI zboot image, but
130 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
132 * @load_rom : Load ELF binary as ROM
156 AddressSpace *as, bool load_rom, symbol_fn_t sym_cb);
159 * Same as load_elf_ram_sym(), but always loads the elf as ROM
167 AddressSpace *as);
170 * Same as load_elf_as(), but doesn't allow the caller to specify an
207 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
217 void *translate_opaque, AddressSpace *as);
220 * Same as load_uimage_as(), but doesn't allow the caller to specify an
233 * @as: The AddressSpace to load the ELF to. The value of address_space_memory
242 AddressSpace *as);
246 * Same as load_ramdisk_as(), but doesn't allow the caller to specify
261 bool has_option_rom, MemoryRegion *mr, AddressSpace *as);
266 void *callback_opaque, AddressSpace *as,
270 AddressSpace *as);
296 * @as: AddressSpace to look for the ROM blob in
297 * @addr: Address within @as
305 * @as. This is useful for code which runs as part of board
324 void *rom_ptr_for_as(AddressSpace *as, hwaddr addr, size_t size);