Home
last modified time | relevance | path

Searched full:loading (Results 1 – 25 of 169) sorted by relevance

1234567

/qemu/tests/functional/
H A Dtest_aarch64_aspeed_ast2700.py30 wait_for_console_pattern(self, '[uboot] loading')
32 wait_for_console_pattern(self, '[fdt] loading')
34 wait_for_console_pattern(self, '[tee] loading')
36 wait_for_console_pattern(self, '[atf] loading')
42 wait_for_console_pattern(self, '## Loading kernel from FIT Image')
H A Daspeed.py21 self.wait_for_console_pattern('## Loading kernel from FIT Image')
36 self.wait_for_console_pattern('## Loading kernel from FIT Image')
57 self.wait_for_console_pattern('## Loading kernel from FIT Image')
/qemu/hw/core/
H A Dgeneric-loader.c71 /* User is loading memory values */ in generic_loader_realize()
73 error_setg(errp, "Specifying a file is not supported when loading " in generic_loader_realize()
78 "loading memory values"); in generic_loader_realize()
89 /* User is loading an image */ in generic_loader_realize()
91 error_setg(errp, "data can not be specified when loading an " in generic_loader_realize()
/qemu/docs/system/
H A Dgeneric-loader.rst13 Loading Data into Memory Values
45 An example of loading value 0x8000000e to address 0xfd1a0104 is::
72 Loading Files
107 An example of loading an ELF file which CPU0 will boot is shown below::
H A Dmanaged-startup.rst12 - with direct kernel loading, the initial state could be amended to execute
/qemu/include/hw/arm/
H A Dallwinner-a10.h58 * for loading user code (e.g. a bootloader) from any
60 * downloaded code to internal SRAM. After loading the SoC
H A Dallwinner-r40.h142 * for loading user code (e.g. a bootloader) from any
144 * downloaded code to internal SRAM. After loading the SoC
H A Dallwinner-h3.h158 * for loading user code (e.g. a bootloader) from any
160 * downloaded code to internal SRAM. After loading the SoC
/qemu/hw/i386/
H A Dmultiboot.c209 error_report("Error while loading elf kernel"); in load_multiboot()
222 mb_debug("loading multiboot-elf kernel " in load_multiboot()
276 mb_debug("loading multiboot kernel (%#x bytes) at %#x", in load_multiboot()
339 mb_debug("multiboot loading module: %s", one_file); in load_multiboot()
351 error_report("Error loading file '%s'", one_file); in load_multiboot()
/qemu/tests/unit/
H A Dtest-vmstate.c366 QEMUFile *loading = open_test_file(false); in test_load_v1() local
368 vmstate_load_state(loading, &vmstate_versioned, &obj, 1); in test_load_v1()
369 g_assert(!qemu_file_get_error(loading)); in test_load_v1()
376 qemu_fclose(loading); in test_load_v1()
392 QEMUFile *loading = open_test_file(false); in test_load_v2() local
394 vmstate_load_state(loading, &vmstate_versioned, &obj, 2); in test_load_v2()
401 qemu_fclose(loading); in test_load_v2()
481 QEMUFile *loading = open_test_file(false); in test_load_noskip() local
483 vmstate_load_state(loading, &vmstate_skipping, &obj, 2); in test_load_noskip()
484 g_assert(!qemu_file_get_error(loading)); in test_load_noskip()
[all …]
/qemu/hw/xen/
H A Dxen_pt_load_rom.c13 * load the corresponding ROM data to RAM. If an error occurs while loading an
28 /* If loading ROM from file, pci handles it */ in pci_assign_dev_load_option_rom()
/qemu/docs/interop/
H A Dfirmware.json221 # will not use flash for nvram. When loading the
253 # Defines common properties that are necessary for loading a firmware
303 # Describes loading and mapping properties for the firmware executable
351 # Describes loading and mapping properties for the firmware executable,
367 # Describes loading and mapping properties for the firmware executable,
384 # loading / mapping properties.
467 # @mapping: Describes the loading / mapping properties of the firmware.
/qemu/pc-bios/s390-ccw/
H A Dnetmain.c2 * S390 virtio-ccw network boot loading program
6 * Based on the S390 virtio-ccw loading program (main.c)
9 * And based on the network loading code from SLOF (netload.c)
301 printf("Loading pxelinux.cfg entry '%s'\n", entry->label); in load_kernel_with_initrd()
541 puts("Network loading done, starting kernel..."); in netmain()
/qemu/docs/system/arm/
H A Dbananapi_m2u.rst46 for loading a Linux kernel or ELF executable. Additionally, the Banana Pi M2U
114 The BootROM of allwinner R40 loading u-boot from the 8KiB offset of sdcard.
/qemu/
H A D.gdbinit1 # GDB may have ./.gdbinit loading disabled by default. In that case you can
/qemu/tests/tcg/tricore/asm/
H A Dtest_ld_h.S10 # insn num expect. load value | pattern for loading
H A Dtest_ld_bu.S10 # insn num expect. load value | pattern for loading
/qemu/tests/qemu-iotests/
H A D029.out3 Test loading internal snapshots where the L1 table of the snapshot
/qemu/include/migration/
H A Dcolo.h48 * after loading the state.
/qemu/pc-bios/
HDu-boot.e500 ... format is not supported (corrupt?) ## Loading init Ramdisk from Legacy Image at %08lx . ...
/qemu/linux-user/ppc/
H A Dtarget_cpu.h38 /* The kernel checks TIF_32BIT here; we don't support loading 32-bit in cpu_set_tls()
/qemu/scripts/
H A Dundefsym.py8 # Then the DSO loading would fail because of the missing symbol.
/qemu/include/exec/
H A Dcpu-interrupt.h14 * for CPU_INTERRUPT_EXIT, and is cleared when loading the vmstate dump.
H A Dtlb-common.h47 * The structure is aligned to aid loading the pair with one insn.
/qemu/include/semihosting/
H A Dsyscalls.h16 * Argument loading from the guest is performed by the caller;

1234567