| /linux/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() 585 if (overlap.start >= region.start + image_size) { in __process_mem_region() [all …]
|
| /linux/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/kernel/dma/ |
| H A D | debug.c | 432 int overlap = 0, i; in active_cacheline_read_overlap() local 436 overlap |= 1 << i; in active_cacheline_read_overlap() 437 return overlap; in active_cacheline_read_overlap() 440 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 444 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 445 return overlap; in active_cacheline_set_overlap() 448 if (overlap & 1 << i) in active_cacheline_set_overlap() 453 return overlap; in active_cacheline_set_overlap() 458 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local 460 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap() [all …]
|
| /linux/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/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/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 96 u8 overlap; in mlx5e_ipsec_update_esn_state() local 112 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state() 134 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state() 135 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 137 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state() 139 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state() 432 attrs->replay_esn.overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| H A D | ipsec_offload.c | 169 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_create_ipsec_obj() 283 MLX5_SET(ipsec_obj, obj, esn_overlap, attrs->replay_esn.overlap); in mlx5_modify_ipsec_obj() 321 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 323 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
|
| H A D | ipsec.h | 75 u8 overlap : 1; member 266 u8 overlap: 1; member
|
| H A D | macsec.c | 49 u8 overlap; member 267 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_create_object() 501 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn() 1280 attrs->epn_state.overlap = sa->epn_state.overlap; in macsec_build_accel_attrs() 1347 MLX5_SET(macsec_offload_obj, obj, epn_overlap, attrs->epn_state.overlap); in mlx5e_macsec_modify_obj() 1497 sa->epn_state.overlap = 0; in macsec_epn_update() 1499 sa->epn_state.overlap = 1; in macsec_epn_update()
|
| /linux/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/block/partitions/ |
| H A D | core.c | 411 bool overlap = false; in partition_overlaps() local 419 overlap = true; in partition_overlaps() 425 return overlap; in partition_overlaps()
|
| /linux/Documentation/driver-api/iio/ |
| H A D | intro.rst | 15 In some cases there is considerable overlap between these and IIO.
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_pipeline.h | 315 u16 overlap; member 358 u16 left_crop, right_crop, overlap; member
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_main.c | 1212 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/ |
| H A D | TREE_RCU-kconfig.txt | 16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_emulate.h | 291 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local 294 spsr &= ~overlap; in host_spsr_to_spsr32()
|
| /linux/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/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp.c | 3436 int overlap = intel_dp->mso_pixel_overlap; in intel_dp_compute_config() local 3440 pipe_config->splitter.pixel_overlap = overlap; in intel_dp_compute_config() 3444 n, overlap); in intel_dp_compute_config() 3446 adjusted_mode->crtc_hdisplay = adjusted_mode->crtc_hdisplay / n + overlap; in intel_dp_compute_config() 3447 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hblank_start / n + overlap; in intel_dp_compute_config() 3448 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_end / n + overlap; in intel_dp_compute_config() 3449 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hsync_start / n + overlap; in intel_dp_compute_config() 3450 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_end / n + overlap; in intel_dp_compute_config() 3451 adjusted_mode->crtc_htotal = adjusted_mode->crtc_htotal / n + overlap; in intel_dp_compute_config() 4421 int overlap = intel_dp->mso_pixel_overlap; in intel_edp_mso_mode_fixup() local [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgt.rst | 59 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
|
| /linux/fs/ubifs/ |
| H A D | io.c | 1018 int err, rlen, overlap; in ubifs_read_node_wbuf() local 1028 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf() 1029 if (!overlap) { in ubifs_read_node_wbuf()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 2112 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() 5602 u64 overlap; member 5680 ceph_decode_64_safe(&p, end, pii->overlap, e_inval); in __get_parent_info() 5684 pii->has_overlap, pii->overlap); in __get_parent_info() 5721 ceph_decode_64_safe(&p, end, pii->overlap, e_inval); in __get_parent_info_legacy() 5725 pii->has_overlap, pii->overlap); in __get_parent_info_legacy() 5808 if (!pii.overlap) in rbd_dev_setup_parent() [all …]
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | entry.S | 198 ! overlap exception frame
|
| /linux/Documentation/arch/arm/ |
| H A D | tcm.rst | 33 CPU so it is usually wise not to overlap any physical RAM with
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 64 int overlap; member 395 .overlap = (o), \
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | mm.rst | 176 range must not overlap with anything except the KASAN shadow area, which is
|