/qemu/include/hw/ |
H A D | loader.h | 41 * Returns the size of the loaded image on success, -1 otherwise. 54 * Returns the size of the loaded .hex file on success, -1 otherwise. 72 * The file loaded is registered as a ROM, so its contents will be 120 * @lowaddr: Populated with lowest loaded address. Ignored if NULL. 121 * @highaddr: Populated with highest loaded address. Ignored if NULL. 204 * @is_linux: Is set to true if the image loaded is Linux. Ignored if NULL. 212 * Returns the size of the loaded image on success, -1 otherwise. 239 * Returns the size of the loaded image on success, -1 otherwise. 311 * rom_ptr_for_as() will look not just for blobs loaded directly to 312 * the specified address, but also for blobs which were loaded to an [all …]
|
/qemu/docs/system/ |
H A D | generic-loader.rst | 38 loaded. If not specified the address space of the first CPU is used. 75 The loader device also allows files to be loaded into memory. It can load ELF, 82 A file to be loaded into memory 85 The memory address where the file should be loaded. This is required 91 memory address where the raw file is loaded or the entry point
|
H A D | guest-loader.rst | 27 In the above example the Xen hypervisor is loaded by the -kernel 29 is loaded into the areas of memory. Each blob will get
|
H A D | tls.rst | 248 for the system emulators. Each set of credentials loaded should be given 253 loaded separately from those used in a server endpoint. 267 loaded.
|
/qemu/docs/devel/ |
H A D | s390-dasd-ipl.rst | 34 the real operating system is loaded into memory and we are ready to hand 48 The psw that was loaded into memory location ``0x0`` as part of the ipl process 49 should contain the needed flags for the operating system we have loaded. The 51 to start executing the operating system. This psw is loaded (via LPSW 119 Now IPL2 is loaded into memory somewhere, and we know the address. 132 Now the operating system code is loaded somewhere in guest memory and the psw
|
/qemu/docs/devel/migration/ |
H A D | main.rst | 145 device state being loaded into the wrong device. 257 that a subsection is loaded, so a newer QEMU that knows about a subsection 270 called if the subsection is loaded. 275 post_load can be used to detect whether a subsection was loaded, and to 348 for 'foo' to be used if the subsection isn't loaded. 383 with different fields being enabled and data being loaded into the wrong 416 and thus can't be loaded by any older QEMU. 426 load the state for the cpu that we have just loaded from the QEMUFile. 529 if the interrupt controller is loaded later then it might lose the state. 535 ordering. Numerically higher priorities are loaded earlier.
|
/qemu/include/qemu/ |
H A D | module.h | 23 /* This is a dummy symbol to identify a loaded DSO as a QEMU module, so we can 87 * 1 if the module is found and loaded, 88 * 2 if the module is already loaded, or module is built-in.
|
/qemu/pc-bios/s390-ccw/ |
H A D | jump2ipl.c | 38 /* store the subsystem information _after_ the bootmap was loaded */ in jump_to_IPL_code() 56 * content of non-BIOS memory after we loaded the guest, so we in jump_to_IPL_code()
|
/qemu/plugins/ |
H A D | core.c | 82 * The callback function has been loaded from an external library so we do not 109 * The callback function has been loaded from an external library so we do not 132 * The callback function has been loaded from an external library so we do not 462 * The callback function has been loaded from an external library so we do not 482 * The callback function has been loaded from an external library so we do not 507 * The callback function has been loaded from an external library so we do not
|
/qemu/include/hw/arm/ |
H A D | boot.h | 110 /* Boot firmware has been loaded, typically at address 0, with -bios or 173 * than @addr), the device tree is only loaded if its size does not exceed 216 * @insns: the blob to be loaded
|
/qemu/hw/core/ |
H A D | guest-loader.c | 39 * Insert some FDT nodes for the loaded blob. 110 /* Now the image is loaded we need to update the platform data */ in guest_loader_realize()
|
H A D | loader.c | 408 /* return < 0 if error, otherwise the number of bytes loaded in memory */ 421 /* return < 0 if error, otherwise the number of bytes loaded in memory */ 437 /* return < 0 if error, otherwise the number of bytes loaded in memory */ 649 "loaded on this machine type"); in load_uboot_image() 839 * self-decompressing executables when loaded via EFI. The compressed payload 992 hw_error ("ROM images must be loaded at startup\n"); in rom_insert() 1275 "These ROM regions might have been loaded by " in rom_print_overlap_error_header() 1278 "initrd or some other file loaded into guest memory.\n" in rom_print_overlap_error_header() 1428 /* Ignore blobs being loaded to special places */ in rom_find_largest_gap_between() 1577 * We look not only for ROM blobs that were loaded directly to in rom_ptr_for_as() [all …]
|
/qemu/include/hw/display/ |
H A D | vga.h | 13 * modules can reference this symbol to avoid being loaded
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | test-qxfer-auxv-read.py | 3 # Test auxiliary vector is loaded via gdbstub
|
H A D | test-thread-breakpoint.py | 3 # Test auxiliary vector is loaded via gdbstub
|
/qemu/util/ |
H A D | module.c | 184 "Only modules from the same build can be loaded.\n"); in module_load_dso() 231 return 2; /* module already loaded */ in module_load() 299 rv = 1; /* module successfully loaded */ in module_load()
|
/qemu/target/i386/tcg/ |
H A D | decode-new.h | 53 X86_TYPE_nop, /* modrm operand decoded but not loaded into s->T{0,1} */ 145 X86_OP_INT, /* loaded into/stored from s->T0/T1 */ 229 /* When loaded into s->T0, register operand 1 is zero/sign extended. */
|
/qemu/linux-user/ |
H A D | flatload.c | 64 short loaded; /* Has this library been loaded? */ member 360 libinfo[id].loaded = 1; in load_flat_file() 502 if (libinfo[i].loaded) { in load_flt_binary() 508 if (put_user_ual(libinfo[j].loaded in load_flt_binary()
|
/qemu/docs/system/arm/ |
H A D | sx1.rst | 9 - ROM and RAM memories (ROM firmware image can be loaded with
|
/qemu/migration/ |
H A D | vmstate-types.c | 153 int32_t loaded; in get_int32_le() local 154 qemu_get_sbe32s(f, &loaded); in get_int32_le() 156 if (loaded >= 0 && loaded <= *cur) { in get_int32_le() 157 *cur = loaded; in get_int32_le() 162 loaded, *cur); in get_int32_le()
|
/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 336 * @size_key: The firmware config key to store the size of the loaded 338 * @data_key: The firmware config key to store the loaded data under, 344 * loaded as-is.
|
/qemu/contrib/plugins/ |
H A D | win32_linker.c | 6 * It gets called when a delay-loaded DLL encounters various errors.
|
/qemu/docs/interop/ |
H A D | dbus-vmstate.rst | 14 migration stream and restored/loaded at the corresponding destination
|
/qemu/linux-headers/linux/ |
H A D | psp-sev.h | 187 * @vlek_en: VLEK (Version Loaded Endorsement Key) hashstick is loaded
|
/qemu/bsd-user/i386/ |
H A D | target_arch_thread.h | 40 * functions for shared libraries that have been loaded before the code in target_thread_init()
|