Home
last modified time | relevance | path

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

/linux/mm/
A Dusercopy.c103 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/drivers/acpi/acpica/
A Dutxface.c418 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/arch/arm/boot/dts/
A Darmada-385-linksys-caiman.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
A Darmada-385-linksys-cobra.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
A Darmada-385-linksys-shelby.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
A Darmada-385-linksys-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
A Darmada-xp-linksys-mamba.dts357 /* kernel1 overlaps with rootfs1 by design */
368 /* kernel2 overlaps with rootfs2 by design */
/linux/arch/powerpc/include/asm/
A Dtask_size_32.h6 #error User TASK_SIZE overlaps with KERNEL_START address
/linux/tools/testing/selftests/vm/
A Dmremap_test.c55 overlaps, should_fail, test_name) \ argument
62 .overlapping = overlaps, \
/linux/drivers/gpu/drm/i915/
A Di915_buddy.c301 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function
362 if (!overlaps(start, end, block_start, block_end)) in i915_buddy_alloc_range()
/linux/Documentation/devicetree/bindings/arm/
A Dete.yaml16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
/linux/arch/x86/mm/pat/
A Dset_memory.c399 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/Documentation/userspace-api/
A Dvduse.rst196 * Find the first IOVA region that overlaps with the specified
/linux/Documentation/devicetree/bindings/bus/
A Dmvebu-mbus.txt199 to be set by the operating system and that are guaranteed to be free of overlaps
/linux/Documentation/powerpc/
A Dpci_iov_resource_on_powernv.rst123 * Support overlaps. If an address is covered by multiple windows,
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst267 … 00-03 mtd/ubi-user.h conflict! (OCFS2 and UBI overlaps)
/linux/arch/x86/math-emu/
A DREADME136 destination of the 'movl' overlaps the FPU instruction then the bytes
/linux/Documentation/x86/
A Dresctrl.rst827 schemata overlaps
862 overlaps with exclusive group
/linux/Documentation/scsi/
A DChangeLog.megaraid169 1. Sorted out PCI IDs to remove megaraid support overlaps.
A DChangeLog.lpfc1558 * Fix ulpStatus for aborting I/Os overlaps with newer firmware
/linux/Documentation/core-api/
A Dxarray.rst468 iterate over every entry which overlaps the specified range.
/linux/drivers/block/drbd/
A Ddrbd_receiver.c2337 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()
/linux/Documentation/admin-guide/cgroup-v1/
A Dcpusets.rst217 cpusets every time any of them change to ensure nothing overlaps a
/linux/drivers/md/
A Dmd.c3342 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps() function
3419 overlaps(rdev->data_offset, rdev->sectors, in rdev_size_store()
/linux/Documentation/virt/kvm/
A Dapi.rst3459 EBUSY Address overlaps with other device range

Completed in 75 milliseconds