Home
last modified time | relevance | path

Searched full:overlaps (Results 1 – 25 of 254) sorted by relevance

1234567891011

/linux-6.14.4/tools/testing/selftests/net/
Dip_defrag.sh43 echo "ipv4 defrag with overlaps"
49 echo "ipv6 defrag with overlaps"
58 echo "ipv6 nf_conntrack defrag with overlaps"
/linux-6.14.4/mm/
Dusercopy.c48 * Reject: object partially overlaps the stack (passing the in check_stack_object()
106 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps() function
127 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object()
145 if (overlaps(ptr, n, textlow_linear, texthigh_linear)) in check_kernel_text_object()
/linux-6.14.4/fs/xfs/scrub/
Dbitmap.c84 /* overlaps with the entire clearing range */
98 /* overlaps with the left side of the clearing range */
103 /* overlaps with the right side of the clearing range */
359 /* overlaps with the entire clearing range */
373 /* overlaps with the left side of the clearing range */
378 /* overlaps with the right side of the clearing range */
/linux-6.14.4/drivers/acpi/acpica/
Dutaddress.c152 * DESCRIPTION: Check if the input address range overlaps any of the
183 * Check if the requested address/length overlaps this in acpi_ut_check_address_range()
188 * 2) Input address/length overlaps range at the range start in acpi_ut_check_address_range()
189 * 3) Input address/length overlaps range at the range end in acpi_ut_check_address_range()
Dutxface.c408 * DESCRIPTION: Check if the input address range overlaps any of the
418 u32 overlaps; in acpi_check_address_range() local
426 overlaps = acpi_ut_check_address_range(space_id, address, in acpi_check_address_range()
430 return (overlaps); in acpi_check_address_range()
/linux-6.14.4/arch/arm/boot/dts/marvell/
Darmada-385-linksys-caiman.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
Darmada-385-linksys-cobra.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
Darmada-385-linksys-shelby.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
Darmada-385-linksys-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
Darmada-xp-linksys-mamba.dts353 /* kernel1 overlaps with rootfs1 by design */
364 /* kernel2 overlaps with rootfs2 by design */
/linux-6.14.4/rust/kernel/
Dpage.rs172 /// overlaps with this read.
194 /// that overlaps with this write.
214 /// overlaps with this write.
237 /// overlaps with this write.
/linux-6.14.4/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-chk-vsx.c35 #define FPR20 20 /* FPR20 overlaps VSX20 most significant doubleword */
71 * i.e. vr0-31 overlaps fully vsr32-63. in signal_usr1()
82 * most significant 64 bits of vsr0-31 (f0-31), as it overlaps the FP in signal_usr1()
/linux-6.14.4/kernel/bpf/
Drange_tree.c147 /* Overlaps with the entire clearing range */ in range_tree_clear()
162 /* Overlaps with the left side of the clearing range */ in range_tree_clear()
167 /* Overlaps with the right side of the clearing range */ in range_tree_clear()
/linux-6.14.4/arch/sparc/include/uapi/asm/
Dauxvec.h7 * glibc and any overlaps can cause problems
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c98 * i40e_ddp_does_profile_overlap - checks if DDP overlaps with existing one.
102 * checks if DDP profile overlaps with existing one.
103 * Returns >0 if the profile overlaps.
350 netdev_err(netdev, "DDP profile overlaps with existing one."); in i40e_ddp_load()
/linux-6.14.4/arch/powerpc/include/asm/
Dtask_size_32.h6 #error User TASK_SIZE overlaps with KERNEL_START address
/linux-6.14.4/tools/testing/memblock/tests/
Dalloc_exact_nid_api.c122 * and max_addr range and overlaps with two different nodes, where the first
179 * and max_addr range and overlaps with two different nodes, where the requested
237 * before min_addr. The range overlaps with multiple nodes along node
393 * and max_addr range and overlaps with two different nodes, where the first
450 * and max_addr range and overlaps with two different nodes, where the requested
508 * before min_addr. The range overlaps with multiple nodes along node
696 * and max_addr range and overlaps with two different nodes, where the second
738 * after max_addr. The range overlaps with multiple nodes along node
/linux-6.14.4/include/linux/
Drange.h23 /* True if any part of r1 overlaps r2 */
/linux-6.14.4/arch/xtensa/mm/
Dhighmem.c54 /* Check if this memory layout is broken because PKMAP overlaps in kmap_init()
/linux-6.14.4/arch/x86/kernel/
Dhw_breakpoint.c251 * Checks whether the range [addr, end], overlaps the area [base, base + size).
260 * Checks whether the range from addr to end, inclusive, overlaps the fixed
334 * Prevent any breakpoint of any type that overlaps the CPU in arch_build_bp_info()
/linux-6.14.4/Documentation/devicetree/bindings/arm/
Darm,embedded-trace-extension.yaml16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
/linux-6.14.4/include/uapi/linux/
Dvduse.h80 * Find the first IOVA region that overlaps with the range [start, last]
255 * Find the first IOVA region that overlaps with the range [start, last]
/linux-6.14.4/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.h63 * Inserts {start...last} into {root}. If there are overlaps,
/linux-6.14.4/arch/x86/boot/compressed/
Dstring.c67 /* Detect and warn about potential overlaps, but handle them with memmove. */
/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dprivate_mem_kvm_exits_test.c13 /* Arbitrarily selected to avoid overlaps with anything else */

1234567891011