/qemu/qapi/ |
H A D | block.json | 19 # translate logical CHS to physical; instead, they will use logical 29 # @none: The physical disk geometry is equal to the logical geometry.
|
H A D | block-export.json | 130 # @logical-block-size: Logical block size in bytes. Defaults to 512 140 '*logical-block-size': 'size', 201 # @logical-block-size: Logical block size in bytes. Range [512, 213 '*logical-block-size': 'size',
|
H A D | machine-common.json | 28 # logical processor level. The @threads option in
|
H A D | acpi.json | 76 # @CPU: logical CPU slot (since 2.7)
|
H A D | rocker.json | 194 # @tunnel-lport: tunnel logical port ID
|
H A D | machine.json | 1028 # @vcpus-count: number of logical VCPU threads @HotpluggableCPU 1128 # @value: the target logical size of the VM in bytes. We can deduce 1163 # @actual: the logical size of the VM in bytes. Formula used: 1202 # @actual: the logical size of the VM in bytes. Formula used:
|
/qemu/target/m68k/ |
H A D | helper.c | 462 static void print_address_zone(uint32_t logical, uint32_t physical, in print_address_zone() argument 466 logical, logical + size - 1, in print_address_zone() 488 uint32_t logical = 0xffffffff, physical = 0xffffffff; in dump_address_map() local 533 last_logical = logical; in dump_address_map() 534 logical = (i << M68K_TTS_ROOT_SHIFT) | in dump_address_map() 544 if ((logical != (last_logical + (1 << tic_shift))) || in dump_address_map() 554 first_logical = logical; in dump_address_map() 560 if (first_logical != logical || (attr & 4) != (last_attr & 4)) { in dump_address_map() 561 size = logical + (1 << tic_shift) - first_logical; in dump_address_map()
|
H A D | translate.c | 3344 int logical = insn & 8; in shift_im() local 3347 TCGv reg = gen_extend(s, DREG(insn, 0), opsize, !logical); in shift_im() 3363 if (!logical && m68k_feature(s->env, M68K_FEATURE_M68K)) { in shift_im() 3376 if (logical) { in shift_im() 3394 int logical = insn & 8; in shift_reg() local 3397 TCGv reg = gen_extend(s, DREG(insn, 0), opsize, !logical); in shift_reg() 3444 if (!logical && m68k_feature(s->env, M68K_FEATURE_M68K)) { in shift_reg() 3461 if (logical) { in shift_reg() 3515 int logical = insn & 8; in DISAS_INSN() local 3520 SRC_EA(env, src, OS_WORD, !logical, &addr); in DISAS_INSN() [all …]
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 7 "logical"/para-virtual resources like memory, CPUs, and "physical" 46 ``<name>`` values for logical/virtual resources are defined in the Linux on 189 * ``9003``: ``allocation-state``, generally only used for "logical" DR resources 231 For logical resources: unused. 237 For logical resources: resource has been allocated to the DRC. 243 For logical resources: DRC has no resource allocated to it. 249 For logical resources: resource available for exchange (see 256 For logical resources: resource available for recovery (see 445 dynamically reconfigurable logical memory blocks (LMB). This node is generated
|
H A D | rocker.rst | 364 In addition to front-panel ports, the switch supports logical ports for 367 Front-panel ports and logical tunnel ports are mapped into a single 32-bit port 379 0x00010000-0x0001ffff logical tunnel ports 817 logical port ID 885 logical port, set to 0
|
/qemu/docs/interop/ |
H A D | qed_spec.txt | 28 uint64_t image_size; /* total logical image size, in bytes */ 58 Tables provide the translation from logical offsets in the block device to cluster offsets in the f… 82 The logical image size must be less than or equal to the maximum possible size of clusters rooted b… 117 Structure of a logical offset
|
/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 79 …me=<node-name>,addr.type=unix,addr.path=<socket-path>[,writable=on|off][,logical-block-size=<block… 80 …<id>,node-name=<node-name>,addr.type=fd,addr.str=<fd>[,writable=on|off][,logical-block-size=<block… 82 …>[,writable=on|off][,num-queues=<num-queues>][,queue-size=<queue-size>][,logical-block-size=<block… 98 ``logical-block-size`` sets the logical block size in bytes (the default is
|
/qemu/target/hexagon/imported/ |
H A D | alu.idef | 330 "logical AND",{ RdV=RsV&RtV;}) 333 "logical OR",{ RdV=RsV|RtV;}) 336 "logical XOR",{ RdV=RsV^RtV;}) 339 "logical XOR with XOR accumulation",{ RxV^=RsV^RtV;}) 342 "logical XOR with XOR accumulation",{ RxxV^=RssV^RttV;}) 378 /* Compound logical-logical */ 438 "logical AND with immediate",{ fIMMEXT(siV); RdV=RsV&siV;}) 441 "logical OR with immediate",{ fIMMEXT(siV); RdV=RsV|siV;}) 447 "logical AND pair",{ RddV=RssV&RttV;}) 450 "logical OR pair",{ RddV=RssV|RttV;}) [all …]
|
/qemu/tests/tcg/s390x/ |
H A D | Makefile.target | 46 TESTS+=add-logical-with-carry
|
/qemu/qga/ |
H A D | qapi-schema.json | 763 # @logical-id: Arbitrary guest-specific unique identifier of the VCPU. 775 'data': {'logical-id': 'int', 783 # Retrieve the list of the guest's logical processors. 799 # Attempt to reconfigure (currently: enable/disable) logical 802 # @vcpus: The logical processors to be reconfigured. This list is 803 # processed node by node in order. In each node @logical-id is 805 # requested state. The set of distinct @logical-id's is only 808 # @logical-id (with possibly different @online field). Preferably
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testcpuid.py2 | 68 desc.append('Register values are not unique across all logical processors')
|
/qemu/target/arm/tcg/ |
H A D | sve.decode | 287 # SVE bitwise logical vector operations (predicated) 318 # SVE bitwise logical reduction (predicated) 421 # SVE bitwise logical operations (unpredicated) 520 # SVE bitwise logical with immediate (unpredicated) 711 # SVE predicate logical operations
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 181 number of logical blocks that may be specified in each source range. 184 Set the Maximum Copy Length (``MCL``). This is the maximum number of logical
|
H A D | usb.rst | 132 handle multiple logical units (disks). This example creates three 133 logical units: two disks and one cdrom drive:
|
/qemu/docs/devel/ |
H A D | tcg-ops.rst | 854 - | Similarly, logical operations with and without complement. 880 - | Similarly for logical and arithmetic right shift, and left rotate. 900 - | Similarly for logical and arithmetic right shift, and rotates.
|
H A D | style.rst | 562 the sign bit (ie it is an arithmetic shift, not a logical shift)
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1246 const bool logical = s->fields.op2 == 0xd4 || s->fields.op2 == 0xd5; 1265 src_es | (logical ? 0 : MO_SIGN)); 1274 src_es | (logical ? 0 : MO_SIGN));
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 165 /* Match a constant valid for logical operations. */ 168 /* Taking a simplified view of the logical immediates for now, ignoring 926 only supporting simplified logical immediates. */
|
/qemu/tests/qemu-iotests/ |
H A D | 172.out | 1179 QEMU_PROG: -device floppy,drive=none0,physical_block_size=1024: Physical and logical block size mus…
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 348 will be a logical shift. If one of the two operands is signed, and the other
|