/kernel/linux/linux-5.10/mm/ |
H A D | usercopy.c | 45 * 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()
|
/kernel/linux/linux-6.6/mm/ |
H A D | usercopy.c | 48 * Reject: object partially overlaps the stack (passing the in check_stack_object() 106 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()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utxface.c | 408 * 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()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utxface.c | 408 * 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A 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-6.6/drivers/gpu/drm/ |
H A D | drm_buddy.c | 320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function 365 if (!overlaps(start, end, block_start, block_end)) in alloc_range_bias() 518 if (!overlaps(start, end, block_start, block_end)) in __alloc_range()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mremap_test.c | 56 overlaps, should_fail, test_name) \ 63 .overlapping = overlaps, \ 69 * Returns false if the requested remap region overlaps with an
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A 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-6.6/arch/x86/mm/pat/ |
H A D | set_memory.c | 435 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()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A 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-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 2307 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()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 3398 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps() function 3475 overlaps(rdev->data_offset, rdev->sectors, in rdev_size_store() 5922 pr_warn("md: %s: data overlaps metadata\n", in md_run() 5929 pr_warn("md: %s: metadata overlaps data\n", in md_run()
|