Searched full:dynamically (Results 1 – 25 of 86) sorted by relevance
1234
/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 120 * data will consist of a dynamically allocated copy of the provided string, 132 * data will consist of a dynamically allocated copy of the provided string, 134 * been dynamically allocated during an earlier call to either 146 * data will consist of a dynamically allocated copy of the given 16-bit 158 * data will consist of a dynamically allocated copy of the given 16-bit 160 * assumed to have been dynamically allocated during an earlier call to 172 * data will consist of a dynamically allocated copy of the given 32-bit 184 * data will consist of a dynamically allocated copy of the given 32-bit 186 * assumed to have been dynamically allocated during an earlier call to 198 * data will consist of a dynamically allocated copy of the given 64-bit [all …]
|
/qemu/qapi/ |
H A D | trace.json | 20 # @disabled: The event is dynamically disabled. 22 # @enabled: The event is dynamically enabled.
|
/qemu/include/hw/mem/ |
H A D | memory-device.h | 55 * memory region container, it's supported to dynamically (un)map subregions 90 * This is helpful for devices that dynamically manage the amount of 149 * as PCI BARs, which can get mapped dynamically) and 256 memslots were
|
/qemu/include/hw/ |
H A D | sysbus.h | 48 * The function returns a dynamically allocated string. On error, NULL 91 /* Call func for every dynamically created sysbus device in the system */
|
/qemu/include/hw/virtio/ |
H A D | virtio-mem.h | 54 * With "dynamic-memslots=on": Device memory region in which we dynamically 113 * Whether we dynamically map (multiple, if possible) memslots instead of
|
H A D | virtio-iommu.h | 50 IOMMUDevice *pbdev[]; /* Parent array is sparse, so dynamically alloc */
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 445 dynamically reconfigurable logical memory blocks (LMB). This node is generated 447 ``ibm,client-architecture-support`` call. Memory that is not dynamically 455 This 64-bit integer defines the size of each dynamically reconfigurable LMB. 475 This property describes the dynamically reconfigurable memory. It is a 495 This property describes the dynamically reconfigurable memory. This is 496 an alternate and newer way to describe dynamically reconfigurable memory.
|
/qemu/docs/devel/ |
H A D | memory.rst | 10 - memory controllers that can dynamically reroute physical memory regions 164 If however the memory region is part of a dynamically allocated data 171 destroy memory regions dynamically during a device's lifetime, and only 173 callback. The dynamically allocated data structure that contains the 191 dynamically during a device's lifetime.
|
H A D | qom.rst | 13 - System for dynamically registering types 96 are instantiated dynamically but there is only ever one instance for any 206 dynamically cast it to an object that implements the interface. 449 created dynamically via the command line or monitor.
|
H A D | writing-monitor-commands.rst | 456 4. The returned object is dynamically allocated 457 5. All strings are dynamically allocated. This is so because QAPI also 459 between dynamically or statically allocated strings
|
H A D | control-flow-integrity.rst | 68 * Libraries loaded dynamically, e.g. with dlopen/dlsym, since the library was
|
H A D | tcg-plugins.rst | 19 out-of-tree plugins that can be dynamically linked into a running QEMU
|
/qemu/fsdev/ |
H A D | p9array.h | 35 * freed, but also memory dynamically allocated by the individual array 102 * @scalar_cleanup_func: appropriate function to free memory dynamically
|
/qemu/docs/ |
H A D | defs.rst.inc | 4 also defines some dynamically generated substitutions like CONFDIR.
|
/qemu/tests/qemu-iotests/ |
H A D | 081.out | 102 == dynamically adding a child to a quorum == 122 == dynamically removing a child from a quorum ==
|
H A D | common.nbd | 27 # If bash version is >= 4.1, this will be overwritten by a dynamically
|
H A D | 081 | 255 echo "== dynamically adding a child to a quorum ==" 302 echo "== dynamically removing a child from a quorum =="
|
/qemu/include/semihosting/ |
H A D | guestfd.h | 24 * these structures (we will dynamically resize as necessary).
|
/qemu/tests/qtest/ |
H A D | tpm-tis-device-test.c | 27 * platform bus and it is the only sysbus device dynamically
|
/qemu/bsd-user/freebsd/ |
H A D | os-misc.h | 29 * static version, but to dynamically link we have to use the sys version.
|
/qemu/include/gdbstub/ |
H A D | commands.h | 98 * dynamically allocated.
|
/qemu/include/hw/pci-host/ |
H A D | pnv_phb3.h | 49 * creation time. The relationship to a PE is done later dynamically.
|
H A D | pnv_phb4.h | 27 * dynamically. This means we can potentially create a lot of these
|
/qemu/include/qemu/ |
H A D | buffer.h | 30 * The Buffer object provides a simple dynamically resizing
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 67 * "requested_size" and will grow dynamically. It will only shrink when
|
1234