Home
last modified time | relevance | path

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

12

/linux/mm/
A Dusercopy.c106 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/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/marvell/
A Darmada-385-linksys-shelby.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
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-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
A Darmada-xp-linksys-mamba.dts353 /* kernel1 overlaps with rootfs1 by design */
364 /* 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/Documentation/devicetree/bindings/arm/
A Darm,embedded-trace-extension.yaml16 allows tracing the CPU execution. It overlaps with the CoreSight ETMv4
/linux/drivers/gpu/drm/
A Ddrm_buddy.c95 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function
512 if (!overlaps(start, end, block_start, block_end)) in __alloc_range_bias()
715 if (!overlaps(start, end, block_start, block_end)) in __alloc_range()
/linux/arch/x86/mm/pat/
A Dset_memory.c435 static bool overlaps(unsigned long r1_start, unsigned long r1_end, in overlaps() function
452 if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END)) in protect_pci_bios()
478 if (kernel_set_to_readonly && overlaps(spfn, epfn, spfn_ro, epfn_ro)) in protect_rodata()
496 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text()
518 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
/linux/tools/testing/selftests/mm/
A Dmremap_test.c63 overlaps, should_fail, test_name) \ argument
70 .overlapping = overlaps, \
/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/dev-tools/
A Dtesting-overview.rst165 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks.
/linux/Documentation/trace/coresight/
A Dcoresight-etm4x-reference.rst683 broadcast range overlaps a return stack range, return stacks will not be available for that
/linux/Documentation/arch/powerpc/
A Dpci_iov_resource_on_powernv.rst123 * Support overlaps. If an address is covered by multiple windows,
/linux/arch/x86/math-emu/
A DREADME136 destination of the 'movl' overlaps the FPU instruction then the bytes
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst277 … 00-03 mtd/ubi-user.h conflict! (OCFS2 and UBI overlaps)
/linux/Documentation/scsi/
A DChangeLog.megaraid169 1. Sorted out PCI IDs to remove megaraid support overlaps.
/linux/Documentation/core-api/
A Dxarray.rst472 iterate over every entry which overlaps the specified range.
/linux/Documentation/arch/x86/
A Dresctrl.rst1036 schemata overlaps
1071 overlaps with exclusive group
/linux/Documentation/netlink/specs/
A Drt_link.yaml713 name: reasm-overlaps
/linux/drivers/block/drbd/
A Ddrbd_receiver.c2307 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps() function
2320 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

Completed in 49 milliseconds

12