| /openbmc/openbmc/poky/bitbake/lib/simplediff/ |
| H A D | __init__.py | 76 overlap = dict() 92 _overlap[iold] = (iold and overlap.get(iold - 1, 0)) + 1 99 overlap = _overlap
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 137.out | 25 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…
|
| /openbmc/qemu/util/ |
| H A D | iova-tree.c | 146 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 D | oslib-win32.c | 805 OVERLAPPED overlap; in qemu_write_pidfile() local 807 memset(&overlap, 0, sizeof(overlap)); in qemu_write_pidfile() 818 NULL, &overlap); in qemu_write_pidfile()
|
| /openbmc/qemu/tests/decode/ |
| H A D | err_pattern_group_nest3.decode | 7 # The exclusive group should error for overlap.
|
| H A D | succ_pattern_group_nest2.decode | 9 # Group with complete overlap of the two patterns
|
| /openbmc/qemu/docs/devel/ |
| H A D | decodetree.rst | 181 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 D | memory.rst | 208 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
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-workaround-for-overlapping-sections-in-binary.patch | 11 This is naive workaround: skip .note.gnu.property section that overlap
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvv.c.inc | 104 * 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 …]
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 452 * 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
|
| /openbmc/qemu/hw/display/ |
| H A D | sm501.c | 703 bool overlap = false, fallback = false; in sm501_2d_operation() local 827 overlap = (src_x < dst_x + width && src_x + width > dst_x && in sm501_2d_operation() 835 overlap = (db < se && sb < de); in sm501_2d_operation() 838 if (overlap && (s->use_pixman & BIT(2))) { in sm501_2d_operation() 864 } else if (!overlap && (s->use_pixman & BIT(1))) { in sm501_2d_operation() 881 if (overlap) { /* overlap also means rtl */ in sm501_2d_operation()
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-hcalls.rst | 65 of memory (supports overlap of source and destination) and XOR which
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-format.h.inc | 51 easy way to compress the fields has R1 and B1 overlap. */
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | io.c | 908 int err, rlen, overlap; in ubifs_read_node_wbuf() local 918 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf() 919 if (!overlap) { in ubifs_read_node_wbuf()
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p2.patch | 98 + * Add a new span to the list, but only if the new span does not overlap any 122 + overlap with any existing spans. */
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-sme.c | 612 bool overlap = false; in TRANS_FEAT() local 627 overlap = true; in TRANS_FEAT() 632 if (overlap) { in TRANS_FEAT() 704 bool overlap = false; in TRANS_FEAT() local 726 overlap = true; in TRANS_FEAT() 731 if (overlap) { in TRANS_FEAT()
|
| H A D | vfp.decode | 88 # overlap with other insns in the "Advanced SIMD load/store and 64-bit move"
|
| /openbmc/qemu/tests/qtest/ |
| H A D | vhost-user-test.c | 753 gboolean overlap = t->src->rings && t->dest->rings; in test_migrate_source_check() local 755 g_assert(!overlap); in test_migrate_source_check()
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | blkdebug.rst | 73 (optional) a sector number that the request must overlap in order to
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | Kconfig | 173 driver doesn't (yet) use these for any kind of i/o overlap or prefetching.
|
| /openbmc/bmcweb/docs/ |
| H A D | OEM_SCHEMAS.md | 23 which are likely to overlap, which increases the amount of code overall. OpenBMC
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-3.3.rst | 167 overlap functionally and may interfere with each other at runtime.
|
| H A D | release-notes-5.0.6.rst | 36 - bitbake: runqueue: Fix performance of multiconfigs with large overlap
|
| /openbmc/docs/designs/ |
| H A D | phosphor-hwmon-io-uring.md | 130 do not get submitted and overlap; the set entries will be cleared upon
|