/linux-6.1.9/mm/ |
D | usercopy.c | 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-6.1.9/drivers/acpi/acpica/ |
D | utxface.c | 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.1.9/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-6.1.9/arch/powerpc/include/asm/ |
D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | mremap_test.c | 56 overlaps, should_fail, test_name) \ argument 63 .overlapping = overlaps, \
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_buddy.c | 320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function 364 if (!overlaps(start, end, block_start, block_end)) in alloc_range_bias() 508 if (!overlaps(start, end, block_start, block_end)) in __alloc_range()
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/ |
D | arm,embedded-trace-extension.yaml | 16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
|
/linux-6.1.9/arch/x86/mm/pat/ |
D | set_memory.c | 399 static bool overlaps(unsigned long r1_start, unsigned long r1_end, in overlaps() function 416 if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END)) in protect_pci_bios() 442 if (kernel_set_to_readonly && overlaps(spfn, epfn, spfn_ro, epfn_ro)) in protect_rodata() 460 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 482 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
/linux-6.1.9/Documentation/userspace-api/ |
D | vduse.rst | 196 * Find the first IOVA region that overlaps with the specified
|
/linux-6.1.9/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 199 to be set by the operating system and that are guaranteed to be free of overlaps
|
/linux-6.1.9/Documentation/dev-tools/ |
D | testing-overview.rst | 163 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks.
|
/linux-6.1.9/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 683 broadcast range overlaps a return stack range, return stacks will not be available for that
|
/linux-6.1.9/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.rst | 123 * Support overlaps. If an address is covered by multiple windows,
|
/linux-6.1.9/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 270 … 00-03 mtd/ubi-user.h conflict! (OCFS2 and UBI overlaps)
|
/linux-6.1.9/arch/x86/math-emu/ |
D | README | 136 destination of the 'movl' overlaps the FPU instruction then the bytes
|
/linux-6.1.9/Documentation/x86/ |
D | resctrl.rst | 827 schemata overlaps 862 overlaps with exclusive group
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.megaraid | 169 1. Sorted out PCI IDs to remove megaraid support overlaps.
|
D | ChangeLog.lpfc | 1558 * Fix ulpStatus for aborting I/Os overlaps with newer firmware
|
/linux-6.1.9/Documentation/core-api/ |
D | xarray.rst | 472 iterate over every entry which overlaps the specified range.
|
/linux-6.1.9/drivers/block/drbd/ |
D | drbd_receiver.c | 2285 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps() function 2298 if (overlaps(peer_req->i.sector, peer_req->i.size, in overlapping_resync_write()
|
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 217 cpusets every time any of them change to ensure nothing overlaps a
|