Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/x86/boot/compressed/
Dkaslr.c432 struct mem_vector *overlap) in mem_avoid_overlap() argument
442 *overlap = mem_avoid[i]; in mem_avoid_overlap()
443 earliest = overlap->start; in mem_avoid_overlap()
457 *overlap = avoid; in mem_avoid_overlap()
458 earliest = overlap->start; in mem_avoid_overlap()
580 struct mem_vector region, overlap; in __process_mem_region() local
630 if (!mem_avoid_overlap(&region, &overlap)) { in __process_mem_region()
636 if (overlap.start > region.start + image_size) { in __process_mem_region()
640 beginning.size = overlap.start - region.start; in __process_mem_region()
645 if (overlap.start + overlap.size >= region.start + region.size) in __process_mem_region()
[all …]
/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline_state.c584 st->overlap = dflow->overlap; in komeda_splitter_validate()
900 u32 l_out, r_out, overlap; in komeda_split_data_flow() local
909 overlap = 0; in komeda_split_data_flow()
911 overlap += scaler->scaling_split_overlap; in komeda_split_data_flow()
916 dflow->overlap = overlap; in komeda_split_data_flow()
919 overlap += scaler->enh_split_overlap; in komeda_split_data_flow()
921 l_dflow->overlap = overlap; in komeda_split_data_flow()
922 r_dflow->overlap = overlap; in komeda_split_data_flow()
931 l_dflow->in_h = ALIGN(dflow->in_h, 2) / 2 + l_dflow->overlap; in komeda_split_data_flow()
935 l_dflow->in_h = ALIGN(dflow->in_h, 2) / 2 + l_dflow->overlap; in komeda_split_data_flow()
[all …]
Dkomeda_pipeline.h312 u16 overlap; member
352 u16 left_crop, right_crop, overlap; member
/Linux-v5.4/Documentation/ide/
Dide-tape.rst50 1. Support for the ATAPI overlap protocol.
53 overlap method which enables ide.c to service requests from the
55 DSC overlap method involves polling the tape's status register
61 implement the ATAPI overlap protocol, which is used for the
65 ATAPI overlap is likely to be supported in most new ATAPI
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c119 u8 overlap; in mlx5e_ipsec_update_esn_state() local
129 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state()
136 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state()
138 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state()
140 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state()
142 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state()
184 if (sa_entry->esn_state.overlap) in mlx5e_ipsec_build_accel_xfrm_attrs()
Dipsec.h92 u8 overlap: 1; member
/Linux-v5.4/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-v5.4/drivers/block/drbd/
Ddrbd_interval.c115 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local
130 overlap = here; in drbd_find_overlap()
138 return overlap; in drbd_find_overlap()
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/sound/
Datmel-classd.txt31 - atmel,non-overlap-time
54 atmel,non-overlap-time = <10>;
/Linux-v5.4/arch/arm/boot/dts/
Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/Linux-v5.4/Documentation/driver-api/iio/
Dintro.rst15 In some cases there is considerable overlap between these and IIO.
/Linux-v5.4/drivers/nvdimm/
Dregion_devs.c361 resource_size_t blk_max_overlap = 0, available, overlap; in nd_region_available_dpa() local
368 overlap = blk_max_overlap; in nd_region_available_dpa()
379 nd_mapping, &overlap); in nd_region_available_dpa()
380 if (overlap > blk_max_overlap) { in nd_region_available_dpa()
381 blk_max_overlap = overlap; in nd_region_available_dpa()
Ddimm_devs.c713 struct nd_mapping *nd_mapping, resource_size_t *overlap) in nd_pmem_available_dpa() argument
725 blk_start = max(map_start, map_end + 1 - *overlap); in nd_pmem_available_dpa()
753 *overlap = map_end + 1 - blk_start; in nd_pmem_available_dpa()
Dnd-core.h148 struct nd_mapping *nd_mapping, resource_size_t *overlap);
/Linux-v5.4/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt17 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dhisilicon-hip04-net.txt24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
/Linux-v5.4/arch/nds32/lib/
Dmemmove.S23 ! Avoid data lost when memory overlap
/Linux-v5.4/drivers/staging/iio/Documentation/
Doverview.txt12 devices. In some cases there is considerable overlap between these and
/Linux-v5.4/Documentation/devicetree/bindings/bus/
Duniphier-system-bus.txt28 the required alignment and they do not overlap one another.
/Linux-v5.4/drivers/iommu/
Diova.c667 unsigned int overlap = 0; in reserve_iova() local
681 overlap = 1; in reserve_iova()
683 } else if (overlap) in reserve_iova()
/Linux-v5.4/fs/ubifs/
Dio.c968 int err, rlen, overlap; in ubifs_read_node_wbuf() local
978 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf()
979 if (!overlap) { in ubifs_read_node_wbuf()
/Linux-v5.4/arch/x86/events/
Dperf_event.h55 int overlap; member
285 .overlap = (o), \
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-meta-vsp1-hgt.rst65 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
/Linux-v5.4/Documentation/x86/
Dresctrl_ui.rst486 memory. This region must not overlap with any current CAT allocation/CLOS
487 on the system and no future overlap with this cache region is allowed
676 allocations can overlap or not. The allocations specifies the maximum
786 to overlap with that allocation.
804 fail because of the overlap with the schemata of the default group::
815 To ensure that there is no overlap with another resource group the default
828 A new resource group will on creation not overlap with an exclusive resource
843 A resource group cannot be forced to overlap with an exclusive resource group::

123