Searched full:stored (Results 1 – 25 of 274) sorted by relevance
1234567891011
/qemu/include/gdbstub/ |
H A D | commands.h | 40 * 'l' -> unsigned long (stored in .val_ul) 41 * 'L' -> unsigned long long (stored in .val_ull) 42 * 's' -> string (stored in .data) 43 * 'o' -> single char (stored in .opcode) 44 * 't' -> thread id (stored in .thread_id)
|
/qemu/qobject/ |
H A D | qdict.c | 81 * stored. 110 * This is done by freeing the reference to the stored QObject and 242 * qdict_get_str(): Get a pointer to the stored string mapped 259 * dictionary or if the stored object is not a QNum representing an 279 * dictionary or if the stored object is not of QBool type 290 * qdict_get_try_str(): Try to get a pointer to the stored string 294 * in the dictionary or if the stored object is not of QString type
|
/qemu/docs/interop/ |
H A D | qcow2.rst | 12 All numbers in qcow2 are stored in Big Endian byte order. 27 is stored (NB: The string is not null terminated). 0 if the 111 then stored in the external data file. For such 253 be stored. Each extension has a structure like the following:: 275 If the image has a backing file then the backing file name should be stored in 462 refcount table and has a variable size (which is stored in the header). The 517 The L1 table has a variable size (stored in the header) and may use multiple 694 A directory of all snapshots is stored in the snapshot table, a contiguous area 722 regular guest cluster (i.e. VM state is stored like guest 723 disk content, except that it is stored at offsets that are [all …]
|
H A D | pr-helper.rst | 56 - the command (stored in the first byte) must be one of 0x5E 59 - the allocation length (stored in bytes 7-8 of the CDB for PERSISTENT 60 RESERVE IN) or parameter list length (stored in bytes 5-8 of the CDB
|
/qemu/hw/virtio/ |
H A D | vhost-iova-tree.c | 70 * Find the IOVA address stored from a memory address 75 * Returns the stored IOVA->HVA mapping, or NULL if not found. 132 * Find the IOVA address stored from a guest memory address (GPA) 137 * Returns the stored GPA->IOVA mapping, or NULL if not found.
|
/qemu/include/fpu/ |
H A D | softfloat-macros.h | 125 | The result is stored in the location pointed to by `zPtr'. 151 | The result is stored in the location pointed to by `zPtr'. 174 | 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 178 | bits shifted off were all zero. This extra result is stored in the location 222 | which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 256 | nonzero. The result is broken into two 64-bit pieces which are stored at 296 | stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 300 | were all zero. This extra result is stored in the location pointed to by 366 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 380 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. [all …]
|
/qemu/docs/specs/ |
H A D | acpi_cpu_hotplug.rst | 46 The last stored value in 'CPU selector' must refer to a possible CPU, otherwise 49 - writes to any other register are ignored until valid value is stored into it 60 If value last stored in 'Command field' is: 97 If value last stored in 'Command field' is one of: 175 If last stored 'Command field' value is:
|
H A D | ppc-spapr-uv-hcalls.rst | 34 key stored in the system's TPM. An Ultravisor will use this hcall to 88 ``r4``: For ``TPM_COMM_OP_EXECUTE``, the size of the response will be stored
|
/qemu/docs/ |
H A D | xbzrle.txt | 15 be stored on the source. Those pages are stored in a dedicated cache 18 been stored in the cache.
|
/qemu/hw/display/ |
H A D | framebuffer.h | 37 * Negative if the framebuffer is stored in the opposite order (e.g. 40 * Negative if the framebuffer is stored in the opposite order (e.g.
|
/qemu/include/exec/ |
H A D | tlb-flags.h | 41 * Flags stored in CPUTLBEntryFull.slow_flags[x]. 61 * Flags stored in CPUTLBEntry.addr_idx[x].
|
/qemu/linux-headers/linux/ |
H A D | vhost.h | 186 * The virtqueue index is stored in the index field of 192 /* Set the ASID for a virtqueue group. The group index is stored in 194 * group is stored at num field of vhost_vring_state. 218 * The virtqueue index is stored in the index field of vhost_vring_state.
|
/qemu/docs/system/ |
H A D | images.rst | 65 state info is stored in the first ``qcow2`` non removable and writable 66 block device. The disk image snapshots are stored in every disk image.
|
/qemu/hw/net/ |
H A D | net_rx_pkt.h | 99 * Return: pointer to analysis results structure which is stored in internal 108 * Return: pointer to analysis results structure which is stored in internal 165 * returns virtio header stored in rx context
|
/qemu/include/qemu/ |
H A D | buffer.h | 79 * Reset the length of the stored data to zero, but do 88 * Reset the length of the stored data to zero and also
|
/qemu/target/s390x/ |
H A D | mmu_helper.c | 379 * @param raddr the translated address is stored to this pointer 380 * @param flags the PAGE_READ/WRITE/EXEC flags are stored to this pointer 381 * @param tec the translation exception code if stored to this pointer if 574 * @param addr the translated address is stored to this pointer 575 * @param flags the PAGE_READ/WRITE/EXEC flags are stored to this pointer
|
/qemu/linux-user/m68k/ |
H A D | target_syscall.h | 4 /* this struct defines the way the registers are stored on the
|
/qemu/linux-user/mips64/ |
H A D | target_syscall.h | 4 /* this struct defines the way the registers are stored on the
|
/qemu/linux-user/s390x/ |
H A D | target_syscall.h | 11 * The pt_regs struct defines the way the registers are stored on
|
/qemu/linux-user/mips/ |
H A D | target_syscall.h | 4 /* this struct defines the way the registers are stored on the
|
/qemu/linux-user/loongarch64/ |
H A D | target_syscall.h | 12 * this struct defines the way the registers are stored on the
|
/qemu/pc-bios/ |
H A D | README | 88 load, parse, initialize and run boot images stored in SPI flash, but may grow 94 load, parse, initialize and run boot images stored in SPI flash, but may grow
|
/qemu/linux-user/arm/ |
H A D | target_syscall.h | 4 /* this struct defines the way the registers are stored on the
|
/qemu/include/hw/ |
H A D | usb.h | 307 * Status gets stored in p->status, and if p->status == USB_RET_SUCCESS 308 * then the number of bytes transferred is stored in p->actual_length 317 * Status gets stored in p->status, and if p->status == USB_RET_SUCCESS 318 * then the number of bytes transferred is stored in p->actual_length
|
/qemu/target/hexagon/ |
H A D | README | 278 future_VRegs Registers to be stored during packet commit 279 tmp_VRegs Temporary registers *not* stored during commit 281 future_QRegs Registers to be stored during packet commit
|
1234567891011