/openbmc/qemu/tests/qemu-iotests/ |
H A D | 137 | 60 -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 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…
|
H A D | 115 | 70 # 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 D | tegra30-common.h | 33 * 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 D | tegra210-common.h | 32 * 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 D | tegra186-common.h | 35 * 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 D | tegra124-common.h | 38 * 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 D | tegra114-common.h | 36 * 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 D | tegra20-common.h | 37 * 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__.py | 64 # 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 D | interval-tree.h | 80 * 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 D | reserved-region.h | 27 * there is overlap with existing regions, the new added region has
|
/openbmc/u-boot/arch/x86/cpu/x86_64/ |
H A D | cpu.c | 14 * 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 D | qcow2.h | 137 #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 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/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() 295 /* We don't allow inserting ranges that overlap with existing ones */ in gpa_tree_insert()
|
H A D | reserved-region.c | 40 } else { /* there is an overlap */ in resv_region_list_insert() 87 } /* overlap */ in resv_region_list_insert()
|
/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/bsd-user/include/ |
H A D | special-errno.h | 13 * They should be chosen so as to not overlap with any host
|
/openbmc/qemu/linux-user/include/ |
H A D | special-errno.h | 14 * They should be chosen so as to not overlap with any host
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_memory.c | 123 * @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 D | mingw_support.h | 9 /* Defining __INSIDE_MSYS__ helps to prevent u-boot/mingw overlap */
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | dual_stores.c | 28 * This is important when the addresses overlap.
|