/linux-6.1.9/arch/x86/boot/compressed/ |
D | kaslr.c | 433 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(®ion, &overlap)) { in __process_mem_region() 614 if (overlap.start >= region.start + image_size) { in __process_mem_region() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 103 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()
|
D | ipsec.h | 121 u8 overlap: 1; member
|
D | macsec.c | 48 u8 overlap; member 283 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_create_object() 506 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn() 1294 attrs->epn_state.overlap = sa->epn_state.overlap; in macsec_build_accel_attrs() 1361 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_modify_obj() 1508 sa->epn_state.overlap = 0; in macsec_epn_update() 1510 sa->epn_state.overlap = 1; in macsec_epn_update()
|
/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/ |
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() 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 …]
|
D | komeda_pipeline.h | 315 u16 overlap; member 358 u16 left_crop, right_crop, overlap; member
|
/linux-6.1.9/net/netfilter/ |
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.1.9/drivers/block/drbd/ |
D | drbd_interval.c | 117 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-6.1.9/kernel/dma/ |
D | debug.c | 463 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-6.1.9/drivers/video/ |
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.1.9/lib/ |
D | memcpy_kunit.c | 133 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-6.1.9/Documentation/devicetree/bindings/sound/ |
D | atmel,sama5d2-classd.yaml | 56 atmel,non-overlap-time: 99 atmel,non-overlap-time = <10>;
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
/linux-6.1.9/Documentation/driver-api/iio/ |
D | intro.rst | 15 In some cases there is considerable overlap between these and IIO.
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | kvm_emulate.h | 208 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local 211 spsr &= ~overlap; in host_spsr_to_spsr32()
|
/linux-6.1.9/block/partitions/ |
D | core.c | 427 bool overlap = false; in partition_overlaps() local 435 overlap = true; in partition_overlaps() 441 return overlap; in partition_overlaps()
|
/linux-6.1.9/drivers/s390/cio/ |
D | qdio_main.c | 1194 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-6.1.9/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | hisilicon-hip04-net.txt | 24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
|
/linux-6.1.9/drivers/iommu/ |
D | iova.c | 583 unsigned int overlap = 0; in reserve_iova() local 597 overlap = 1; in reserve_iova() 599 } else if (overlap) in reserve_iova()
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 2076 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-6.1.9/Documentation/devicetree/bindings/bus/ |
D | socionext,uniphier-system-bus.yaml | 50 overlap one another.
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | pixfmt-meta-vsp1-hgt.rst | 58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
|
/linux-6.1.9/fs/ubifs/ |
D | io.c | 1023 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.1.9/Documentation/x86/ |
D | resctrl.rst | 500 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::
|