/linux-6.14.4/tools/testing/selftests/net/ |
D | ip_defrag.sh | 43 echo "ipv4 defrag with overlaps" 49 echo "ipv6 defrag with overlaps" 58 echo "ipv6 nf_conntrack defrag with overlaps"
|
/linux-6.14.4/mm/ |
D | usercopy.c | 48 * 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/ |
D | bitmap.c | 84 /* 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/ |
D | utaddress.c | 152 * 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()
|
D | utxface.c | 408 * 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/ |
D | armada-385-linksys-caiman.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-385-linksys-cobra.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-385-linksys-shelby.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-385-linksys-rango.dts | 117 /* kernel1 overlaps with rootfs1 by design */ 128 /* kernel2 overlaps with rootfs2 by design */
|
D | armada-xp-linksys-mamba.dts | 353 /* kernel1 overlaps with rootfs1 by design */ 364 /* kernel2 overlaps with rootfs2 by design */
|
/linux-6.14.4/rust/kernel/ |
D | page.rs | 172 /// 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/ |
D | tm-signal-context-chk-vsx.c | 35 #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/ |
D | range_tree.c | 147 /* 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/ |
D | auxvec.h | 7 * glibc and any overlaps can cause problems
|
/linux-6.14.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_ddp.c | 98 * 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/ |
D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/linux-6.14.4/tools/testing/memblock/tests/ |
D | alloc_exact_nid_api.c | 122 * 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/ |
D | range.h | 23 /* True if any part of r1 overlaps r2 */
|
/linux-6.14.4/arch/xtensa/mm/ |
D | highmem.c | 54 /* Check if this memory layout is broken because PKMAP overlaps in kmap_init()
|
/linux-6.14.4/arch/x86/kernel/ |
D | hw_breakpoint.c | 251 * 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/ |
D | arm,embedded-trace-extension.yaml | 16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
|
/linux-6.14.4/include/uapi/linux/ |
D | vduse.h | 80 * 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/ |
D | usnic_uiom_interval_tree.h | 63 * Inserts {start...last} into {root}. If there are overlaps,
|
/linux-6.14.4/arch/x86/boot/compressed/ |
D | string.c | 67 /* Detect and warn about potential overlaps, but handle them with memmove. */
|
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
D | private_mem_kvm_exits_test.c | 13 /* Arbitrarily selected to avoid overlaps with anything else */
|