/Linux-v4.19/arch/x86/boot/compressed/ |
D | kaslr.c | 432 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 631 if (!mem_avoid_overlap(®ion, &overlap)) { in process_mem_region() 637 if (overlap.start > region.start + image_size) { in process_mem_region() 641 beginning.size = overlap.start - region.start; in process_mem_region() 646 if (overlap.start + overlap.size >= region.start + region.size) in process_mem_region() [all …]
|
/Linux-v4.19/Documentation/ide/ |
D | ide-tape.txt | 47 1. Support for the ATAPI overlap protocol. 50 overlap method which enables ide.c to service requests from the 52 DSC overlap method involves polling the tape's status register 58 implement the ATAPI overlap protocol, which is used for the 62 ATAPI overlap is likely to be supported in most new ATAPI
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 119 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()
|
D | ipsec.h | 92 u8 overlap: 1; member
|
/Linux-v4.19/kernel/dma/ |
D | debug.c | 485 int overlap = 0, i; in active_cacheline_read_overlap() local 489 overlap |= 1 << i; in active_cacheline_read_overlap() 490 return overlap; in active_cacheline_read_overlap() 493 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 497 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 498 return overlap; in active_cacheline_set_overlap() 501 if (overlap & 1 << i) in active_cacheline_set_overlap() 506 return overlap; in active_cacheline_set_overlap() 511 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local 513 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap() [all …]
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_interval.c | 138 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local 153 overlap = here; in drbd_find_overlap() 161 return overlap; in drbd_find_overlap()
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/sound/ |
D | atmel-classd.txt | 31 - atmel,non-overlap-time 54 atmel,non-overlap-time = <10>;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
/Linux-v4.19/Documentation/driver-api/iio/ |
D | intro.rst | 15 In some cases there is considerable overlap between these and IIO.
|
/Linux-v4.19/drivers/nvdimm/ |
D | dimm_devs.c | 586 struct nd_mapping *nd_mapping, resource_size_t *overlap) in nd_pmem_available_dpa() argument 598 blk_start = max(map_start, map_end + 1 - *overlap); in nd_pmem_available_dpa() 626 *overlap = map_end + 1 - blk_start; in nd_pmem_available_dpa()
|
D | region_devs.c | 362 resource_size_t blk_max_overlap = 0, available, overlap; in nd_region_available_dpa() local 369 overlap = blk_max_overlap; in nd_region_available_dpa() 380 nd_mapping, &overlap); in nd_region_available_dpa() 381 if (overlap > blk_max_overlap) { in nd_region_available_dpa() 382 blk_max_overlap = overlap; in nd_region_available_dpa()
|
D | nd-core.h | 112 struct nd_mapping *nd_mapping, resource_size_t *overlap);
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | hisilicon-hip04-net.txt | 23 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
|
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 17 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
/Linux-v4.19/arch/nds32/lib/ |
D | memmove.S | 23 ! Avoid data lost when memory overlap
|
/Linux-v4.19/drivers/iommu/ |
D | iova.c | 657 unsigned int overlap = 0; in reserve_iova() local 671 overlap = 1; in reserve_iova() 673 } else if (overlap) in reserve_iova()
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | overview.txt | 12 devices. In some cases there is considerable overlap between these and
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | uniphier-system-bus.txt | 28 the required alignment and they do not overlap one another.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-meta-vsp1-hgt.rst | 49 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
|
/Linux-v4.19/arch/x86/events/ |
D | perf_event.h | 55 int overlap; member 260 .overlap = (o), \
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | mm.txt | 78 range must not overlap with anything except the KASAN shadow area, which is
|
/Linux-v4.19/fs/ubifs/ |
D | io.c | 908 int err, rlen, overlap; in ubifs_read_node_wbuf() local 918 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs); in ubifs_read_node_wbuf() 919 if (!overlap) { in ubifs_read_node_wbuf()
|
/Linux-v4.19/Documentation/x86/ |
D | intel_rdt_ui.txt | 444 memory. This region must not overlap with any current CAT allocation/CLOS 445 on the system and no future overlap with this cache region is allowed 616 allocations can overlap or not. The allocations specifies the maximum 720 to overlap with that allocation. 737 fail because of the overlap with the schemata of the default group: 747 To ensure that there is no overlap with another resource group the default 758 A new resource group will on creation not overlap with an exclusive resource 771 A resource group cannot be forced to overlap with an exclusive resource group:
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1692 u32 *num_img_extents, u64 overlap) in prune_extents() argument 1697 while (cnt && img_extents[cnt - 1].fe_off >= overlap) in prune_extents() 1704 if (ex->fe_off + ex->fe_len > overlap) in prune_extents() 1705 ex->fe_len = overlap - ex->fe_off; in prune_extents() 4596 u64 overlap; member 4666 ceph_decode_64_safe(&p, end, pii->overlap, e_inval); in __get_parent_info() 4704 ceph_decode_64_safe(&p, end, pii->overlap, e_inval); in __get_parent_info_legacy() 4757 pii.has_overlap, pii.overlap); in rbd_dev_v2_parent_info() 4815 if (!pii.overlap) { in rbd_dev_v2_parent_info() 4826 rbd_dev->parent_overlap = pii.overlap; in rbd_dev_v2_parent_info()
|