| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 404 struct mem_vector *overlap) in mem_avoid_overlap() argument 414 *overlap = mem_avoid[i]; in mem_avoid_overlap() 415 earliest = overlap->start; in mem_avoid_overlap() 429 *overlap = avoid; in mem_avoid_overlap() 430 earliest = overlap->start; in mem_avoid_overlap() 440 *overlap = avoid; in mem_avoid_overlap() 441 earliest = overlap->start; in mem_avoid_overlap() 555 struct mem_vector region, overlap; in __process_mem_region() local 579 if (!mem_avoid_overlap(®ion, &overlap)) { in __process_mem_region() 586 region.size = overlap.start - region.start; in __process_mem_region() [all …]
|
| /linux-6.15/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_pipeline_state.c | 601 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 D | komeda_pipeline.h | 315 u16 overlap; member 358 u16 left_crop, right_crop, overlap; member
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_sockopt.c | 19 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.15/drivers/block/drbd/ |
| H A D | drbd_interval.c | 121 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.15/kernel/dma/ |
| H A D | debug.c | 427 int overlap = 0, i; in active_cacheline_read_overlap() local 431 overlap |= 1 << i; in active_cacheline_read_overlap() 432 return overlap; in active_cacheline_read_overlap() 439 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 440 return overlap; in active_cacheline_set_overlap() 443 if (overlap & 1 << i) in active_cacheline_set_overlap() 448 return overlap; in active_cacheline_set_overlap() 453 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local 455 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap() 460 WARN_ONCE(overlap > ACTIVE_CACHELINE_MAX_OVERLAP, in active_cacheline_inc_overlap() [all …]
|
| /linux-6.15/drivers/video/ |
| H A D | aperture.c | 144 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.15/lib/tests/ |
| H A D | memcpy_kunit.c | 135 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.15/Documentation/devicetree/bindings/sound/ |
| H A D | atmel,sama5d2-classd.yaml | 61 atmel,non-overlap-time: 104 atmel,non-overlap-time = <10>;
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 95 u8 overlap; in mlx5e_ipsec_update_esn_state() local 111 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state() 133 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state() 134 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 136 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state() 138 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state() 355 attrs->replay_esn.overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| H A D | ipsec.h | 75 u8 overlap : 1; member 265 u8 overlap: 1; member
|
| H A D | ipsec_offload.c | 170 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_create_ipsec_obj() 284 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_modify_ipsec_obj() 322 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 324 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
|
| H A D | macsec.c | 48 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()
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
| /linux-6.15/Documentation/driver-api/iio/ |
| H A D | intro.rst | 15 In some cases there is considerable overlap between these and IIO.
|
| /linux-6.15/block/partitions/ |
| H A D | core.c | 410 bool overlap = false; in partition_overlaps() local 418 overlap = true; in partition_overlaps() 424 return overlap; in partition_overlaps()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | testing-devices.rst | 10 with some overlap in coverage and different requirements. This document aims to
|
| /linux-6.15/drivers/s390/cio/ |
| H A D | qdio_main.c | 1210 int overlap; in handle_inbound() local 1215 overlap = min_t(int, count - sub_buf(q->u.in.batch_start, bufnr), in handle_inbound() 1217 if (overlap > 0) { in handle_inbound() 1218 q->u.in.batch_start = add_buf(q->u.in.batch_start, overlap); in handle_inbound() 1219 q->u.in.batch_count -= overlap; in handle_inbound()
|
| /linux-6.15/tools/testing/selftests/rcutorture/doc/ |
| H A D | TREE_RCU-kconfig.txt | 16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | kvm_emulate.h | 249 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local 252 spsr &= ~overlap; in host_spsr_to_spsr32()
|
| /linux-6.15/drivers/iommu/ |
| H A D | iova.c | 521 unsigned int overlap = 0; in reserve_iova() local 535 overlap = 1; in reserve_iova() 537 } else if (overlap) in reserve_iova()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | multigrain-ts.rst | 74 same is true if two threads are issuing similar operations that do not overlap 77 If however, two threads have racing syscalls that overlap in time, then there
|
| /linux-6.15/Documentation/sphinx-static/ |
| H A D | custom.css | 91 * Make sure we don't overlap notes and warnings at the top of the
|
| /linux-6.15/Documentation/devicetree/bindings/bus/ |
| H A D | socionext,uniphier-system-bus.yaml | 50 overlap one another.
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgt.rst | 58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
|