Home
last modified time | relevance | path

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

1234

/linux-6.12.1/arch/x86/boot/compressed/
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()
589 if (overlap.start >= region.start + image_size) { in __process_mem_region()
[all …]
/linux-6.12.1/drivers/gpu/drm/arm/display/komeda/
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 …]
Dkomeda_pipeline.h315 u16 overlap; member
358 u16 left_crop, right_crop, overlap; member
/linux-6.12.1/net/netfilter/
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-6.12.1/kernel/dma/
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()
445 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument
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()
[all …]
/linux-6.12.1/drivers/block/drbd/
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-6.12.1/drivers/video/
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-6.12.1/lib/
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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
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()
Dipsec.h75 u8 overlap : 1; member
251 u8 overlap: 1; member
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()
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-6.12.1/arch/arm/boot/dts/marvell/
Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux-6.12.1/Documentation/driver-api/iio/
Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/linux-6.12.1/block/partitions/
Dcore.c402 bool overlap = false; in partition_overlaps() local
410 overlap = true; in partition_overlaps()
416 return overlap; in partition_overlaps()
/linux-6.12.1/drivers/s390/cio/
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-6.12.1/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
/linux-6.12.1/arch/arm64/include/asm/
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-6.12.1/drivers/iommu/
Diova.c520 unsigned int overlap = 0; in reserve_iova() local
534 overlap = 1; in reserve_iova()
536 } else if (overlap) in reserve_iova()
/linux-6.12.1/Documentation/sphinx-static/
Dcustom.css91 * Make sure we don't overlap notes and warnings at the top of the
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dmetafmt-vsp1-hgt.rst58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
/linux-6.12.1/drivers/gpu/drm/i915/display/
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()
3092 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hblank_start / n + overlap; in intel_dp_compute_config()
3093 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_end / n + overlap; in intel_dp_compute_config()
3094 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hsync_start / 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
[all …]
/linux-6.12.1/fs/ubifs/
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()
/linux-6.12.1/drivers/block/
Drbd.c2112 u32 *num_img_extents, u64 overlap) in prune_extents() argument
2117 while (cnt && img_extents[cnt - 1].fe_off >= overlap) in prune_extents()
2124 if (ex->fe_off + ex->fe_len > overlap) in prune_extents()
2125 ex->fe_len = overlap - ex->fe_off; in prune_extents()
5594 u64 overlap; member
5672 ceph_decode_64_safe(&p, end, pii->overlap, e_inval); in __get_parent_info()
5676 pii->has_overlap, pii->overlap); in __get_parent_info()
5713 ceph_decode_64_safe(&p, end, pii->overlap, e_inval); in __get_parent_info_legacy()
5717 pii->has_overlap, pii->overlap); in __get_parent_info_legacy()
5800 if (!pii.overlap) in rbd_dev_setup_parent()
[all …]
/linux-6.12.1/arch/sh/kernel/cpu/sh2a/
Dentry.S198 ! overlap exception frame

1234