Home
last modified time | relevance | path

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

1234

/linux/arch/x86/boot/compressed/
A Dkaslr.c408 struct mem_vector *overlap) in mem_avoid_overlap() argument
418 *overlap = mem_avoid[i]; in mem_avoid_overlap()
419 earliest = overlap->start; in mem_avoid_overlap()
433 *overlap = avoid; in mem_avoid_overlap()
434 earliest = overlap->start; in mem_avoid_overlap()
444 *overlap = avoid; in mem_avoid_overlap()
445 earliest = overlap->start; in mem_avoid_overlap()
559 struct mem_vector region, overlap; in __process_mem_region() local
583 if (!mem_avoid_overlap(&region, &overlap)) { in __process_mem_region()
590 region.size = overlap.start - region.start; in __process_mem_region()
[all …]
/linux/drivers/gpu/drm/arm/display/komeda/
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 …]
A Dkomeda_pipeline.h315 u16 overlap; member
358 u16 left_crop, right_crop, overlap; member
/linux/net/netfilter/
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/
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/
A Ddebug.c437 int overlap = 0, i; in active_cacheline_read_overlap() local
441 overlap |= 1 << i; in active_cacheline_read_overlap()
442 return overlap; in active_cacheline_read_overlap()
449 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap()
450 return overlap; in active_cacheline_set_overlap()
453 if (overlap & 1 << i) in active_cacheline_set_overlap()
458 return overlap; in active_cacheline_set_overlap()
463 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local
465 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap()
470 WARN_ONCE(overlap > ACTIVE_CACHELINE_MAX_OVERLAP, in active_cacheline_inc_overlap()
[all …]
/linux/drivers/video/
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/
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/
A Datmel,sama5d2-classd.yaml61 atmel,non-overlap-time:
104 atmel,non-overlap-time = <10>;
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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()
A Dipsec.h75 u8 overlap : 1; member
251 u8 overlap: 1; member
A Dipsec_offload.c165 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_create_ipsec_obj()
279 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_modify_ipsec_obj()
317 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
319 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
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/
A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux/Documentation/driver-api/iio/
A Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/linux/block/partitions/
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/
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/
A DTREE_RCU-kconfig.txt16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
/linux/arch/arm64/include/asm/
A Dkvm_emulate.h250 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local
253 spsr &= ~overlap; in host_spsr_to_spsr32()
/linux/drivers/iommu/
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/sphinx-static/
A Dcustom.css91 * Make sure we don't overlap notes and warnings at the top of the
/linux/Documentation/devicetree/bindings/bus/
A Dsocionext,uniphier-system-bus.yaml50 overlap one another.
/linux/Documentation/userspace-api/media/v4l/
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/
A Dintel_dp.c3082 int overlap = intel_dp->mso_pixel_overlap; in intel_dp_compute_config() local
3086 pipe_config->splitter.pixel_overlap = overlap; in intel_dp_compute_config()
3089 n, overlap); in intel_dp_compute_config()
3091 adjusted_mode->crtc_hdisplay = adjusted_mode->crtc_hdisplay / n + overlap; in intel_dp_compute_config()
3095 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_end / n + overlap; in intel_dp_compute_config()
3096 adjusted_mode->crtc_htotal = adjusted_mode->crtc_htotal / n + overlap; in intel_dp_compute_config()
3972 int overlap = intel_dp->mso_pixel_overlap; in intel_edp_mso_mode_fixup() local
3977 mode->hdisplay = (mode->hdisplay - overlap) * n; in intel_edp_mso_mode_fixup()
3978 mode->hsync_start = (mode->hsync_start - overlap) * n; in intel_edp_mso_mode_fixup()
3979 mode->hsync_end = (mode->hsync_end - overlap) * n; in intel_edp_mso_mode_fixup()
[all …]
/linux/fs/ubifs/
A Dio.c1023 int err, rlen, overlap; in ubifs_read_node_wbuf() local
1033 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf()
1034 if (!overlap) { in ubifs_read_node_wbuf()

Completed in 62 milliseconds

1234