/kernel/linux/linux-5.10/mm/ |
D | usercopy.c | 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | armada-385-linksys-cobra.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-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 | 357 /* kernel1 overlaps with rootfs1 by design */ 368 /* kernel2 overlaps with rootfs2 by design */
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_buddy.c | 320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function 381 if (!overlaps(start, end, block_start, block_end)) in i915_buddy_alloc_range()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
D | set_memory.c | 388 static bool overlaps(unsigned long r1_start, unsigned long r1_end, in overlaps() function 405 if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END)) in protect_pci_bios() 431 if (kernel_set_to_readonly && overlaps(spfn, epfn, spfn_ro, epfn_ro)) in protect_rodata() 449 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 471 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.rst | 123 * Support overlaps. If an address is covered by multiple windows,
|
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 266 … 00-03 mtd/ubi-user.h conflict! (OCFS2 and UBI overlaps)
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
D | README | 136 destination of the 'movl' overlaps the FPU instruction then the bytes
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | resctrl_ui.rst | 827 schemata overlaps 862 overlaps with exclusive group
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | xarray.rst | 468 iterate over every entry which overlaps the specified range.
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
D | drbd_receiver.c | 2337 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps() function 2350 if (overlaps(peer_req->i.sector, peer_req->i.size, in overlapping_resync_write()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 217 cpusets every time any of them change to ensure nothing overlaps a
|
/kernel/linux/linux-5.10/drivers/md/ |
D | md.c | 3355 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps() function 3432 overlaps(rdev->data_offset, rdev->sectors, in rdev_size_store()
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | api.rst | 3229 EBUSY Address overlaps with other device range
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 18757 + pr_err("Cannot reserve %d - %d, it overlaps with" 18769 + pr_err("Cannot reserve %d - %d, it overlaps with"
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 3637 efi_err("FIRMWARE BUG: Image BSS overlaps adjacent EFI memory region\n");
|