Home
last modified time | relevance | path

Searched full:overlap (Results 1 – 25 of 229) sorted by relevance

12345678910

/openbmc/qemu/tests/qemu-iotests/
H A D13760 -c "reopen -o overlap-check=all" \
61 -c "reopen -o overlap-check=none" \
62 -c "reopen -o overlap-check=cached" \
63 -c "reopen -o overlap-check=constant" \
64 -c "reopen -o overlap-check.template=all" \
65 -c "reopen -o overlap-check.template=none" \
66 -c "reopen -o overlap-check.template=cached" \
67 -c "reopen -o overlap-check.template=constant" \
68 -c "reopen -o overlap-check.main-header=on" \
69 -c "reopen -o overlap-check.main-header=off" \
[all …]
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 D11570 # We know for sure that the L1 and refcount tables do not overlap with any other
71 # structure because the metadata overlap checks would have caught that case.
/openbmc/u-boot/include/configs/
H A Dtegra30-common.h33 * should not overlap that area, or the kernel will have to copy itself
35 * data passed to the kernel shouldn't overlap the start of RAM. Pushing
39 * fdt_addr_r simply shouldn't overlap anything else. Choosing 48M allows for
42 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 49M allows
H A Dtegra210-common.h32 * should not overlap that area, or the kernel will have to copy itself
34 * data passed to the kernel shouldn't overlap the start of RAM. Pushing
38 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for
41 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
H A Dtegra186-common.h35 * should not overlap that area, or the kernel will have to copy itself
37 * data passed to the kernel shouldn't overlap the start of RAM. Pushing
41 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for
44 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
H A Dtegra124-common.h38 * should not overlap that area, or the kernel will have to copy itself
40 * data passed to the kernel shouldn't overlap the start of RAM. Pushing
44 * fdt_addr_r simply shouldn't overlap anything else. Choosing 48M allows for
47 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 49M allows
H A Dtegra114-common.h36 * should not overlap that area, or the kernel will have to copy itself
38 * data passed to the kernel shouldn't overlap the start of RAM. Pushing
42 * fdt_addr_r simply shouldn't overlap anything else. Choosing 48M allows for
45 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 49M allows
H A Dtegra20-common.h37 * should not overlap that area, or the kernel will have to copy itself
39 * data passed to the kernel shouldn't overlap the start of RAM. Pushing
43 * fdt_addr_r simply shouldn't overlap anything else. Choosing 48M allows for
46 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 49M allows
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py64 # index `inew`. At each iteration, `overlap[i]` is the
68 # At each stage of iteration, the new `overlap` (called
69 # `_overlap` until the original `overlap` is no longer needed)
72 # If the length of overlap exceeds the largest substring
76 overlap = dict()
92 _overlap[iold] = (iold and overlap.get(iold - 1, 0)) + 1
99 overlap = _overlap
/openbmc/qemu/include/qemu/
H A Dinterval-tree.h80 * that overlap the interval, where "first" is sorted by start.
81 * Returns NULL if no overlap found.
91 * Locate the "next" of a set of nodes within the tree that overlap the
H A Dreserved-region.h27 * there is overlap with existing regions, the new added region has
/openbmc/u-boot/arch/x86/cpu/x86_64/
H A Dcpu.c14 * a .bss section which may overlap a .rela section. Initialization forces it
15 * into a .data section which cannot overlap any .rela section.
/openbmc/qemu/block/
H A Dqcow2.h137 #define QCOW2_OPT_OVERLAP "overlap-check"
138 #define QCOW2_OPT_OVERLAP_TEMPLATE "overlap-check.template"
139 #define QCOW2_OPT_OVERLAP_MAIN_HEADER "overlap-check.main-header"
140 #define QCOW2_OPT_OVERLAP_ACTIVE_L1 "overlap-check.active-l1"
141 #define QCOW2_OPT_OVERLAP_ACTIVE_L2 "overlap-check.active-l2"
142 #define QCOW2_OPT_OVERLAP_REFCOUNT_TABLE "overlap-check.refcount-table"
143 #define QCOW2_OPT_OVERLAP_REFCOUNT_BLOCK "overlap-check.refcount-block"
144 #define QCOW2_OPT_OVERLAP_SNAPSHOT_TABLE "overlap-check.snapshot-table"
145 #define QCOW2_OPT_OVERLAP_INACTIVE_L1 "overlap-check.inactive-l1"
146 #define QCOW2_OPT_OVERLAP_INACTIVE_L2 "overlap-check.inactive-l2"
[all …]
/openbmc/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
/openbmc/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()
295 /* We don't allow inserting ranges that overlap with existing ones */ in gpa_tree_insert()
H A Dreserved-region.c40 } else { /* there is an overlap */ in resv_region_list_insert()
87 } /* overlap */ in resv_region_list_insert()
/openbmc/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
/openbmc/qemu/bsd-user/include/
H A Dspecial-errno.h13 * They should be chosen so as to not overlap with any host
/openbmc/qemu/linux-user/include/
H A Dspecial-errno.h14 * They should be chosen so as to not overlap with any host
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c123 * @overlap_only_ram: the carved out region may only overlap RAM
126 * EFI_CARVE_NO_OVERLAP, if the regions don't overlap,
127 * EFI_CARVE_OVERLAPS_NONRAM, if the carve and map overlap,
166 /* Full overlap, just remove map */ in efi_mem_carve_out()
390 /* Map would overlap, bail out */ in efi_allocate_pages()
/openbmc/u-boot/tools/
H A Dmingw_support.h9 /* Defining __INSIDE_MSYS__ helps to prevent u-boot/mingw overlap */
/openbmc/qemu/tests/tcg/hexagon/
H A Ddual_stores.c28 * This is important when the addresses overlap.

12345678910