Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 31) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D137.out25 qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.templ…
26 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
27 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
35 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
H A D060.out100 === Testing overlap while COW is in flight ===
/qemu/docs/devel/
H A Ddecodetree.rst181 come in handy when fields overlap between patterns and one has to
214 Patterns within overlap groups are allowed to overlap. Conflicts are
220 Patterns within no-overlap groups are not allowed to overlap, just
221 the same as ungrouped patterns. Thus no-overlap groups are intended
222 to be nested inside overlap groups.
H A Dmemory.rst208 Usually, regions may not overlap each other; a memory address decodes into
209 exactly one target. In some cases it is useful to allow regions to overlap,
212 allows the region to overlap any other region in the same container, and
220 If the higher priority region in an overlap is a container or alias, then
246 even where they overlap with C. In ranges where B has not mapped anything
261 they do not overlap each other. It is the relative priority of B and C
H A Dmulti-process.rst493 ``memory_region_add_subregion_overlap()``. The overlap version is
/qemu/util/
H A Diova-tree.c146 const DMAMap *overlap; in iova_tree_remove() local
148 while ((overlap = iova_tree_find(tree, &map))) { in iova_tree_remove()
149 g_tree_remove(tree->tree, overlap); in iova_tree_remove()
H A Doslib-win32.c805 OVERLAPPED overlap; in qemu_write_pidfile() local
807 memset(&overlap, 0, sizeof(overlap)); in qemu_write_pidfile()
818 NULL, &overlap); in qemu_write_pidfile()
/qemu/tests/decode/
H A Derr_pattern_group_nest3.decode7 # The exclusive group should error for overlap.
H A Dsucc_pattern_group_nest2.decode9 # Group with complete overlap of the two patterns
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc104 * Source and destination vector register groups cannot overlap source mask
115 * A destination vector register group can overlap a source vector
118 * 2. The destination EEW is smaller than the source EEW and the overlap
121 * is at least 1, and the overlap is in the highest-numbered part of
123 * For the purpose of determining register group overlap constraints, mask
148 * A destination vector register group can overlap a source vector
151 * 2. The destination EEW is smaller than the source EEW and the overlap
154 * is at least 1, and the overlap is in the highest-numbered part of
159 * * Destination vector register group does not overlap a source vector
162 * For rule 1, overlap is allowed so this function doesn't need to be called.
[all …]
/qemu/include/hw/
H A Delf_ops.h.inc452 * paddr + memsz for this segment would overlap with any other
455 * If the segment considered as being memsz size doesn't overlap
462 * Invalid ELF files where the segments overlap even when
464 * the ROM overlap check in loader.c, so we don't try to
/qemu/hw/display/
H A Dsm501.c702 bool overlap = false, fallback = false; in sm501_2d_operation() local
826 overlap = (src_x < dst_x + width && src_x + width > dst_x && in sm501_2d_operation()
834 overlap = (db < se && sb < de); in sm501_2d_operation()
837 if (overlap && (s->use_pixman & BIT(2))) { in sm501_2d_operation()
863 } else if (!overlap && (s->use_pixman & BIT(1))) { in sm501_2d_operation()
880 if (overlap) { /* overlap also means rtl */ in sm501_2d_operation()
/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst65 of memory (supports overlap of source and destination) and XOR which
H A Dfw_cfg.rst64 selector register. In other words, the two ports overlap, and can not
/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc51 easy way to compress the fields has R1 and B1 overlap. */
/qemu/tests/qtest/
H A Dvhost-user-test.c754 gboolean overlap = t->src->rings && t->dest->rings; in test_migrate_source_check() local
756 g_assert(!overlap); in test_migrate_source_check()
/qemu/target/arm/tcg/
H A Dvfp.decode88 # overlap with other insns in the "Advanced SIMD load/store and 64-bit move"
H A Dneon-dp.decode396 # each subgroup accidentally overlap each other. Note that all the
H A Dt32.decode86 # The v8.1M MVE shift insns overlap in encoding with MOVS/ORRS
H A Dmve.decode149 # awkward nested overlap groups
/qemu/docs/devel/testing/
H A Dblkdebug.rst73 (optional) a sector number that the request must overlap in order to
/qemu/qapi/
H A Dblock-core.json3443 # General overlap check modes.
3453 # @all: Perform all available overlap checks
3630 # @overlap-check: which overlap checks to perform for writes to the
3669 '*overlap-check': 'Qcow2OverlapChecks',
/qemu/tcg/i386/
H A Dtcg-target.c.inc1812 * If dest does not overlap the inputs, clearing it first is preferred.
1895 * When the destination does not overlap one of the arguments,
2028 * to handle addr/data register overlap, we have placed all input arguments
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc827 if the input does not overlap the output. */
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc528 /* These overlap and are distinguished by bit16 of the instruction */

12