Home
last modified time | relevance | path

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

123

/Linux-v6.1/arch/x86/boot/compressed/
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 …]
/Linux-v6.1/net/netfilter/
Dnft_set_rbtree.c222 bool overlap = false, dup_end_left = false, dup_end_right = false; in __nft_rbtree_insert() local
297 overlap = false; in __nft_rbtree_insert()
302 overlap = nft_rbtree_interval_end(rbe) && in __nft_rbtree_insert()
307 if (overlap) { in __nft_rbtree_insert()
319 overlap = nft_rbtree_interval_end(rbe) && in __nft_rbtree_insert()
324 if (overlap) { in __nft_rbtree_insert()
330 overlap = nft_rbtree_interval_end(rbe); in __nft_rbtree_insert()
339 overlap = false; in __nft_rbtree_insert()
346 overlap = false; in __nft_rbtree_insert()
352 overlap = false; in __nft_rbtree_insert()
[all …]
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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c103 u8 overlap; in mlx5e_ipsec_update_esn_state() local
114 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state()
120 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state()
121 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
123 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state()
125 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
167 if (sa_entry->esn_state.overlap) in mlx5e_ipsec_build_accel_xfrm_attrs()
Dipsec.h121 u8 overlap: 1; member
Dmacsec.c48 u8 overlap; member
282 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_create_object()
509 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn()
1295 attrs->epn_state.overlap = sa->epn_state.overlap; in macsec_build_accel_attrs()
1362 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_modify_obj()
1509 sa->epn_state.overlap = 0; in macsec_epn_update()
1511 sa->epn_state.overlap = 1; in macsec_epn_update()
/Linux-v6.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-v6.1/kernel/dma/
Ddebug.c463 int overlap = 0, i; in active_cacheline_read_overlap() local
467 overlap |= 1 << i; in active_cacheline_read_overlap()
468 return overlap; in active_cacheline_read_overlap()
471 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument
475 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap()
476 return overlap; in active_cacheline_set_overlap()
479 if (overlap & 1 << i) in active_cacheline_set_overlap()
484 return overlap; in active_cacheline_set_overlap()
489 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local
491 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap()
[all …]
/Linux-v6.1/drivers/block/drbd/
Ddrbd_interval.c117 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local
132 overlap = here; in drbd_find_overlap()
140 return overlap; in drbd_find_overlap()
/Linux-v6.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-v6.1/lib/
Dmemcpy_kunit.c133 struct some_bytes overlap = { in memmove_test() local
179 ptr = &overlap.data[2]; in memmove_test()
180 memmove(ptr, overlap.data, 5); in memmove_test()
181 compare("overlapping write", overlap, overlap_expected); in memmove_test()
/Linux-v6.1/arch/arm/boot/dts/
Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/Linux-v6.1/Documentation/driver-api/iio/
Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/Linux-v6.1/arch/arm64/include/asm/
Dkvm_emulate.h208 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local
211 spsr &= ~overlap; in host_spsr_to_spsr32()
/Linux-v6.1/block/partitions/
Dcore.c427 bool overlap = false; in partition_overlaps() local
435 overlap = true; in partition_overlaps()
441 return overlap; in partition_overlaps()
/Linux-v6.1/drivers/s390/cio/
Dqdio_main.c1194 int overlap; in handle_inbound() local
1199 overlap = min_t(int, count - sub_buf(q->u.in.batch_start, bufnr), in handle_inbound()
1201 if (overlap > 0) { in handle_inbound()
1202 q->u.in.batch_start = add_buf(q->u.in.batch_start, overlap); in handle_inbound()
1203 q->u.in.batch_count -= overlap; in handle_inbound()
/Linux-v6.1/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dhisilicon-hip04-net.txt24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
/Linux-v6.1/drivers/iommu/
Diova.c583 unsigned int overlap = 0; in reserve_iova() local
597 overlap = 1; in reserve_iova()
599 } else if (overlap) in reserve_iova()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp.c2076 int overlap = intel_dp->mso_pixel_overlap; in intel_dp_compute_config() local
2080 pipe_config->splitter.pixel_overlap = overlap; in intel_dp_compute_config()
2083 n, overlap); in intel_dp_compute_config()
2085 adjusted_mode->crtc_hdisplay = adjusted_mode->crtc_hdisplay / n + overlap; in intel_dp_compute_config()
2086 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hblank_start / n + overlap; in intel_dp_compute_config()
2087 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_end / n + overlap; in intel_dp_compute_config()
2088 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hsync_start / n + overlap; in intel_dp_compute_config()
2089 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_end / n + overlap; in intel_dp_compute_config()
2090 adjusted_mode->crtc_htotal = adjusted_mode->crtc_htotal / n + overlap; in intel_dp_compute_config()
2745 int overlap = intel_dp->mso_pixel_overlap; in intel_edp_mso_mode_fixup() local
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-vsp1-hgt.rst58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
/Linux-v6.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-v6.1/Documentation/x86/
Dresctrl.rst500 memory. This region must not overlap with any current CAT allocation/CLOS
501 on the system and no future overlap with this cache region is allowed
690 allocations can overlap or not. The allocations specifies the maximum
800 to overlap with that allocation.
818 fail because of the overlap with the schemata of the default group::
829 To ensure that there is no overlap with another resource group the default
842 A new resource group will on creation not overlap with an exclusive resource
857 A resource group cannot be forced to overlap with an exclusive resource group::
/Linux-v6.1/arch/sh/kernel/cpu/sh2a/
Dentry.S198 ! overlap exception frame

123