Home
last modified time | relevance | path

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

123456789

/Linux-v5.15/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-v5.15/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c164 * 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-v5.15/drivers/firmware/efi/
Dx86_fake_mem.c50 /* fake range overlaps descriptor */; in efi_fake_memmap_early()
56 * descriptor in case the fake range overlaps in efi_fake_memmap_early()
/Linux-v5.15/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-v5.15/mm/
Dusercopy.c45 * Reject: object partially overlaps the stack (passing the in check_stack_object()
103 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps() function
124 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object()
142 if (overlaps(ptr, n, textlow_linear, texthigh_linear)) in check_kernel_text_object()
/Linux-v5.15/arch/arm/boot/dts/
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.dts357 /* kernel1 overlaps with rootfs1 by design */
368 /* kernel2 overlaps with rootfs2 by design */
/Linux-v5.15/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-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c80 * 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-v5.15/arch/sparc/include/uapi/asm/
Dauxvec.h7 * glibc and any overlaps can cause problems
Dioctl.h14 * 0x3FFF0000 SIZE (overlaps NONE bit)
/Linux-v5.15/arch/powerpc/include/asm/
Dtask_size_32.h6 #error User TASK_SIZE overlaps with KERNEL_START address
/Linux-v5.15/arch/xtensa/mm/
Dhighmem.c54 /* Check if this memory layout is broken because PKMAP overlaps in kmap_init()
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/arm/
Dete.yaml16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
/Linux-v5.15/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c161 rdt_last_cmd_puts("CBM overlaps with pseudo-locked region\n"); in parse_cbm()
170 rdt_last_cmd_puts("Overlaps with exclusive group\n"); in parse_cbm()
177 rdt_last_cmd_puts("Overlaps with other group\n"); in parse_cbm()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_buddy.c295 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function
356 if (!overlaps(start, end, block_start, block_end)) in i915_buddy_alloc_range()
/Linux-v5.15/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.h63 * Inserts {start...last} into {root}. If there are overlaps,
/Linux-v5.15/arch/x86/boot/compressed/
Dstring.c67 /* Detect and warn about potential overlaps, but handle them with memmove. */
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_context.c109 * TLDR; this overlaps with the execlists redzone. in __live_context_size()
176 /* Overlaps with the execlists redzone */ in live_context_size()
/Linux-v5.15/arch/s390/mm/
Dextmem.c404 * -EBUSY : segment cannot be used (overlaps with dcss or storage)
449 * -EBUSY : segment can temporarily not be used (overlaps with dcss)
486 pr_warn("DCSS %s overlaps with used memory resources and cannot be reloaded\n", in segment_modify_shared()

123456789