Home
last modified time | relevance | path

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

123456

/openbmc/linux/arch/x86/boot/compressed/
H A Dkaslr.c433 struct mem_vector *overlap) in mem_avoid_overlap() argument
443 *overlap = mem_avoid[i]; in mem_avoid_overlap()
444 earliest = overlap->start; in mem_avoid_overlap()
458 *overlap = avoid; in mem_avoid_overlap()
459 earliest = overlap->start; in mem_avoid_overlap()
469 *overlap = avoid; in mem_avoid_overlap()
470 earliest = overlap->start; in mem_avoid_overlap()
584 struct mem_vector region, overlap; in __process_mem_region() local
608 if (!mem_avoid_overlap(&region, &overlap)) { in __process_mem_region()
614 if (overlap.start >= region.start + image_size) { in __process_mem_region()
[all …]
/openbmc/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…
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py76 overlap = dict()
92 _overlap[iold] = (iold and overlap.get(iold - 1, 0)) + 1
99 overlap = _overlap
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c601 st->overlap = dflow->overlap; in komeda_splitter_validate()
952 u32 l_out, r_out, overlap; in komeda_split_data_flow() local
961 overlap = 0; in komeda_split_data_flow()
963 overlap += scaler->scaling_split_overlap; in komeda_split_data_flow()
968 dflow->overlap = overlap; in komeda_split_data_flow()
971 overlap += scaler->enh_split_overlap; in komeda_split_data_flow()
973 l_dflow->overlap = overlap; in komeda_split_data_flow()
974 r_dflow->overlap = overlap; in komeda_split_data_flow()
983 l_dflow->in_h = ALIGN(dflow->in_h, 2) / 2 + l_dflow->overlap; in komeda_split_data_flow()
987 l_dflow->in_h = ALIGN(dflow->in_h, 2) / 2 + l_dflow->overlap; in komeda_split_data_flow()
[all …]
H A Dkomeda_pipeline.h315 u16 overlap; member
358 u16 left_crop, right_crop, overlap; member
/openbmc/linux/net/netfilter/
H A Dnf_sockopt.c19 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() function
33 && (overlap(ops->set_optmin, ops->set_optmax, in nf_register_sockopt()
35 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt()
/openbmc/linux/kernel/dma/
H A Ddebug.c436 int overlap = 0, i; in active_cacheline_read_overlap() local
440 overlap |= 1 << i; in active_cacheline_read_overlap()
441 return overlap; in active_cacheline_read_overlap()
444 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument
448 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap()
449 return overlap; in active_cacheline_set_overlap()
452 if (overlap & 1 << i) in active_cacheline_set_overlap()
457 return overlap; in active_cacheline_set_overlap()
462 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local
464 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap()
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_interval.c121 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local
136 overlap = here; in drbd_find_overlap()
144 return overlap; in drbd_find_overlap()
/openbmc/linux/drivers/video/
H A Daperture.c144 static bool overlap(resource_size_t base1, resource_size_t end1, in overlap() function
175 if (overlap(base, end, ap->base, ap->base + ap->size)) { in devm_aperture_acquire()
261 if (!overlap(base, end, ap->base, ap->base + ap->size)) in aperture_detach_devices()
/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()
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()
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst179 come in handy when fields overlap between patterns and one has to
212 Patterns within overlap groups are allowed to overlap. Conflicts are
218 Patterns within no-overlap groups are not allowed to overlap, just
219 the same as ungrouped patterns. Thus no-overlap groups are intended
220 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/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c95 u8 overlap; in mlx5e_ipsec_update_esn_state() local
122 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state()
140 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state()
141 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
143 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state()
145 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
352 attrs->replay_esn.overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_build_accel_xfrm_attrs()
H A Dipsec.h74 u8 overlap : 1; member
246 u8 overlap: 1; member
H A Dipsec_offload.c168 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_create_ipsec_obj()
282 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_modify_ipsec_obj()
320 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
322 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
H A Dmacsec.c48 u8 overlap; member
266 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_create_object()
500 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn()
1279 attrs->epn_state.overlap = sa->epn_state.overlap; in macsec_build_accel_attrs()
1346 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_modify_obj()
1500 sa->epn_state.overlap = 0; in macsec_epn_update()
1502 sa->epn_state.overlap = 1; in macsec_epn_update()
/openbmc/linux/lib/
H A Dmemcpy_kunit.c135 struct some_bytes overlap = { in memmove_test() local
181 ptr = &overlap.data[2]; in memmove_test()
182 memmove(ptr, overlap.data, 5); in memmove_test()
183 compare("overlapping write", overlap, overlap_expected); in memmove_test()
/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/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/openbmc/linux/Documentation/driver-api/iio/
H A Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/openbmc/linux/block/partitions/
H A Dcore.c421 bool overlap = false; in partition_overlaps() local
429 overlap = true; in partition_overlaps()
435 return overlap; in partition_overlaps()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc103 /* Destination vector register group cannot overlap source mask register. */
125 * A destination vector register group can overlap a source vector
128 * 2. The destination EEW is smaller than the source EEW and the overlap
131 * is at least 1, and the overlap is in the highest-numbered part of
136 * * Destination vector register group does not overlap a source vector
139 * For rule 1, overlap is allowed so this function doesn't need to be called.
267 * instruction cannot overlap the source mask register (v0).
317 * instruction cannot overlap the source mask register (v0).
319 * 3. Destination vector register cannot overlap a source vector
322 * 4. Destination vector register groups cannot overlap
[all …]
/openbmc/linux/drivers/s390/cio/
H A Dqdio_main.c1212 int overlap; in handle_inbound() local
1217 overlap = min_t(int, count - sub_buf(q->u.in.batch_start, bufnr), in handle_inbound()
1219 if (overlap > 0) { in handle_inbound()
1220 q->u.in.batch_start = add_buf(q->u.in.batch_start, overlap); in handle_inbound()
1221 q->u.in.batch_count -= overlap; in handle_inbound()

123456