| /Linux-v6.1/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-v6.1/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-perf-hwbreak.c | 164 * if (addr range overlaps) in test1() 189 * if (addr range does not overlaps) in test2() 218 * if (addr range overlaps) in test3() 243 * if (addr range does not overlaps) in test4() 349 * if (addr range overlaps) in test7() 374 * if (addr range does not overlaps) in test8() 439 * if (addr range overlaps) in test10() 491 * if (addr range overlaps) in test12()
|
| /Linux-v6.1/drivers/firmware/efi/ |
| D | x86_fake_mem.c | 50 /* fake range overlaps descriptor */; in efi_fake_memmap_early() 56 * descriptor in case the fake range overlaps in efi_fake_memmap_early()
|
| /Linux-v6.1/mm/ |
| D | usercopy.c | 47 * Reject: object partially overlaps the stack (passing the in check_stack_object() 105 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps() function 126 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object() 144 if (overlaps(ptr, n, textlow_linear, texthigh_linear)) in check_kernel_text_object()
|
| /Linux-v6.1/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-v6.1/arch/arm/boot/dts/ |
| 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 | 355 /* kernel1 overlaps with rootfs1 by design */ 366 /* kernel2 overlaps with rootfs2 by design */
|
| /Linux-v6.1/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-v6.1/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ddp.c | 80 * i40e_ddp_does_profile_overlap - checks if DDP overlaps with existing one. 84 * checks if DDP profile overlaps with existing one. 85 * Returns >0 if the profile overlaps. 332 netdev_err(netdev, "DDP profile overlaps with existing one."); in i40e_ddp_load()
|
| /Linux-v6.1/arch/sparc/include/uapi/asm/ |
| D | auxvec.h | 7 * glibc and any overlaps can cause problems
|
| /Linux-v6.1/arch/powerpc/include/asm/ |
| D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
| /Linux-v6.1/arch/xtensa/mm/ |
| D | highmem.c | 54 /* Check if this memory layout is broken because PKMAP overlaps in kmap_init()
|
| /Linux-v6.1/tools/testing/memblock/tests/ |
| D | basic_api.c | 154 * A test that tries to add two memory blocks r1 and r2, where r2 overlaps 206 * A test that tries to add two memory blocks r1 and r2, where r2 overlaps 526 * where r2 overlaps with the beginning of r1 (that is 579 * where r2 overlaps with the end of r1 (that is 920 * A test that tries to remove a region r2 that overlaps with the 976 * A test that tries to remove a region r2 that overlaps with the end of 1174 * A test that tries to remove a region r3 that overlaps with two existing 1353 * A test that tries to free a region r2 that overlaps with the beginning 1407 * A test that tries to free a region r2 that overlaps with the end of 1601 * A test that tries to free a reserved region r3 that overlaps with two
|
| /Linux-v6.1/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-v6.1/tools/testing/selftests/vm/ |
| D | mremap_test.c | 56 overlaps, should_fail, test_name) \ argument 63 .overlapping = overlaps, \ 69 * Returns false if the requested remap region overlaps with an
|
| /Linux-v6.1/Documentation/devicetree/bindings/arm/ |
| D | arm,embedded-trace-extension.yaml | 16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
|
| /Linux-v6.1/arch/x86/kernel/cpu/resctrl/ |
| D | ctrlmondata.c | 168 rdt_last_cmd_puts("CBM overlaps with pseudo-locked region\n"); in parse_cbm() 177 rdt_last_cmd_puts("Overlaps with exclusive group\n"); in parse_cbm() 184 rdt_last_cmd_puts("Overlaps with other group\n"); in parse_cbm()
|
| /Linux-v6.1/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-v6.1/arch/x86/boot/compressed/ |
| D | string.c | 67 /* Detect and warn about potential overlaps, but handle them with memmove. */
|
| /Linux-v6.1/drivers/infiniband/hw/usnic/ |
| D | usnic_uiom_interval_tree.h | 63 * Inserts {start...last} into {root}. If there are overlaps,
|
| /Linux-v6.1/drivers/gpu/drm/i915/gt/ |
| D | selftest_context.c | 109 * TLDR; this overlaps with the execlists redzone. in __live_context_size() 176 /* Overlaps with the execlists redzone */ in live_context_size()
|