/linux-6.8/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.8/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.8/fs/xfs/scrub/ |
D | bitmap.c | 83 /* overlaps with the entire clearing range */ 97 /* overlaps with the left side of the clearing range */ 102 /* overlaps with the right side of the clearing range */ 357 /* overlaps with the entire clearing range */ 371 /* overlaps with the left side of the clearing range */ 376 /* overlaps with the right side of the clearing range */
|
/linux-6.8/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.8/arch/arm/boot/dts/marvell/ |
D | armada-385-linksys-shelby.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
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-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.8/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.8/arch/x86/platform/efi/ |
D | fake_mem.c | 172 /* fake range overlaps descriptor */; in efi_fake_memmap_early() 178 * descriptor in case the fake range overlaps in efi_fake_memmap_early()
|
/linux-6.8/arch/sparc/include/uapi/asm/ |
D | auxvec.h | 7 * glibc and any overlaps can cause problems
|
/linux-6.8/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.8/arch/powerpc/include/asm/ |
D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/linux-6.8/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
|
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 619 * where r2 overlaps with the beginning of r1 (that is 672 * where r2 overlaps with the end of r1 (that is 1104 * A test that tries to remove a region r2 that overlaps with the 1160 * A test that tries to remove a region r2 that overlaps with the end of 1358 * A test that tries to remove a region r3 that overlaps with two existing 1537 * A test that tries to free a region r2 that overlaps with the beginning 1591 * A test that tries to free a region r2 that overlaps with the end of 1785 * A test that tries to free a reserved region r3 that overlaps with two
|
/linux-6.8/arch/xtensa/mm/ |
D | highmem.c | 54 /* Check if this memory layout is broken because PKMAP overlaps in kmap_init()
|
/linux-6.8/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.8/Documentation/devicetree/bindings/arm/ |
D | arm,embedded-trace-extension.yaml | 16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
|
/linux-6.8/tools/perf/util/ |
D | maps.c | 419 * Adds new to maps, if new overlaps existing entries then the existing maps are 728 bool overlaps; in maps__merge_in() local 735 overlaps = rb_node && map__start(rb_node->map) < map__end(new_map); in maps__merge_in() 738 if (!overlaps) in maps__merge_in()
|
/linux-6.8/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 169 rdt_last_cmd_puts("CBM overlaps with pseudo-locked region\n"); in parse_cbm() 178 rdt_last_cmd_puts("Overlaps with exclusive group\n"); in parse_cbm() 185 rdt_last_cmd_puts("Overlaps with other group\n"); in parse_cbm()
|
/linux-6.8/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.8/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.h | 63 * Inserts {start...last} into {root}. If there are overlaps,
|
/linux-6.8/tools/testing/selftests/kvm/x86_64/ |
D | private_mem_kvm_exits_test.c | 13 /* Arbitrarily selected to avoid overlaps with anything else */
|