Home
last modified time | relevance | path

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

1234

/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()
615 region.size = overlap.start - region.start; in __process_mem_region()
[all …]
/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()
988 r_dflow->in_h = dflow->in_h / 2 + r_dflow->overlap; in komeda_split_data_flow()
1002 if ((overlap != 0) && dflow->is_yuv) { in komeda_split_data_flow()
[all …]
H A Dkomeda_pipeline.h315 u16 overlap; member
358 u16 left_crop, right_crop, overlap; member
/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()
/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()
/linux/kernel/dma/
H A Ddebug.c434 int overlap = 0, i; in active_cacheline_read_overlap() local
438 overlap |= 1 << i; in active_cacheline_read_overlap()
439 return overlap; in active_cacheline_read_overlap()
446 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap()
447 return overlap; in active_cacheline_set_overlap()
450 if (overlap & 1 << i) in active_cacheline_set_overlap()
455 return overlap; in active_cacheline_set_overlap()
460 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local
462 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap()
467 WARN_ONCE(overlap > ACTIVE_CACHELINE_MAX_OVERLAP, in active_cacheline_inc_overlap()
[all …]
/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()
/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()
/linux/Documentation/devicetree/bindings/sound/
H A Datmel,sama5d2-classd.yaml61 atmel,non-overlap-time:
104 atmel,non-overlap-time = <10>;
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c89 u8 overlap; in mlx5e_ipsec_update_esn_state() local
116 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state()
134 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state()
135 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
137 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state()
139 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
346 attrs->replay_esn.overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_build_accel_xfrm_attrs()
H A Dipsec.h75 u8 overlap : 1; member
251 u8 overlap: 1; member
H A Dipsec_offload.c163 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_create_ipsec_obj()
277 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_modify_ipsec_obj()
315 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
317 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()
496 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn()
1275 attrs->epn_state.overlap = sa->epn_state.overlap; in macsec_build_accel_attrs()
1342 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_modify_obj()
1496 sa->epn_state.overlap = 0; in macsec_epn_update()
1498 sa->epn_state.overlap = 1; in macsec_epn_update()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux/Documentation/driver-api/iio/
H A Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/linux/block/partitions/
H A Dcore.c402 bool overlap = false; in partition_overlaps() local
410 overlap = true; in partition_overlaps()
416 return overlap; in partition_overlaps()
/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()
/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hip04-net.txt24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h263 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local
266 spsr &= ~overlap; in host_spsr_to_spsr32()
/linux/drivers/iommu/
H A Diova.c520 unsigned int overlap = 0; in reserve_iova() local
534 overlap = 1; in reserve_iova()
536 } else if (overlap) in reserve_iova()
/linux/Documentation/devicetree/bindings/bus/
H A Dsocionext,uniphier-system-bus.yaml50 overlap one another.
/linux/Documentation/sphinx-static/
H A Dcustom.css91 * Make sure we don't overlap notes and warnings at the top of the
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgt.rst58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2963 int overlap = intel_dp->mso_pixel_overlap; in intel_dp_compute_config() local
2967 pipe_config->splitter.pixel_overlap = overlap; in intel_dp_compute_config()
2970 n, overlap); in intel_dp_compute_config()
2972 adjusted_mode->crtc_hdisplay = adjusted_mode->crtc_hdisplay / n + overlap; in intel_dp_compute_config()
2976 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_end / n + overlap; in intel_dp_compute_config()
2977 adjusted_mode->crtc_htotal = adjusted_mode->crtc_htotal / n + overlap; in intel_dp_compute_config()
3844 int overlap = intel_dp->mso_pixel_overlap; in intel_edp_mso_mode_fixup() local
3849 mode->hdisplay = (mode->hdisplay - overlap) * n; in intel_edp_mso_mode_fixup()
3850 mode->hsync_start = (mode->hsync_start - overlap) * n; in intel_edp_mso_mode_fixup()
3851 mode->hsync_end = (mode->hsync_end - overlap) * n; in intel_edp_mso_mode_fixup()
[all …]

1234