Home
last modified time | relevance | path

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

12

/openbmc/linux/mm/
H 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()
/openbmc/linux/drivers/acpi/acpica/
H 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()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-linksys-cobra.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-caiman.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-shelby.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-xp-linksys-mamba.dts355 /* kernel1 overlaps with rootfs1 by design */
366 /* kernel2 overlaps with rootfs2 by design */
/openbmc/linux/arch/powerpc/include/asm/
H A Dtask_size_32.h6 #error User TASK_SIZE overlaps with KERNEL_START address
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend39 echo "gBMC channel config overlaps on ${GBMCBR_IPMI_CHANNEL}" >&2
45 echo "gBMC channel access overlaps on ${GBMCBR_IPMI_CHANNEL}" >&2
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0016-Platform-corstone1000-Fix-isolation-L2-memory-protection.patch35 + /* Set the RAM attributes. It is needed because the first region overlaps the whole
62 - /* Set the RAM attributes. It is needed because the first region overlaps the whole
/openbmc/qemu/tests/qemu-iotests/
H A D060.out11 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L1 tabl…
39 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount block…
75 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with inactive L2 ta…
110 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L2 tabl…
121 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with qcow2_header);…
191 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount table…
418 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount table…
421 …ata": {"device": "none0", "msg": "Preventing invalid write on metadata (overlaps with refcount tab…
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_buddy.c320 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()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c56 overlaps, should_fail, test_name) \ argument
63 .overlapping = overlaps, \
/openbmc/linux/arch/x86/mm/pat/
H 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()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_atomic.c.inc58 "Warning: source register overlaps destination register"
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p3.patch13 raise a zip bomb alert, where in fact there are no overlaps.
H A DCVE-2019-13232_p2.patch7 overlaps with another entry or with the central directory to the
103 + * the list as needed. On success, 0 is returned. If the new span overlaps any
/openbmc/qemu/target/arm/tcg/
H A Dt32.decode395 # Note that the v7m insn overlaps both the normal and banked insn.
458 # Note that Load, unsigned (literal) overlaps all other load encodings.
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst196 * Find the first IOVA region that overlaps with the specified
/openbmc/u-boot/common/
H A Dlcd.c29 #error Default Color Map overlaps with Logo Color Map
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dmvebu-mbus.txt199 to be set by the operating system and that are guaranteed to be free of overlaps
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/
H A D0001-fix-ppp-2.5.0-build.patch146 +// PPP < 2.5.0 defines and exports VERSION which overlaps with current package VERSION define.
/openbmc/linux/Documentation/dev-tools/
H A Dtesting-overview.rst163 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks.
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt303 [ 0.000000] adsp@8ea00000 (0x000000008ea00000--0x0000000090400000) overlaps with gpu@8f200000 (0…
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc460 /* If this segment's zero-init portion overlaps another

12