Home
last modified time | relevance | path

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

12345678910>>...20

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dftrace.c97 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
111 if (copy_from_kernel_nofault(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
115 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code()
129 unsigned char __attribute__((aligned(8))) replaced[MCOUNT_INSN_SIZE]; in ftrace_make_nop_check() local
132 if (copy_from_kernel_nofault(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_make_nop_check()
138 tmp_call = (void *)replaced; in ftrace_make_nop_check()
143 if (memcmp(replaced, ftrace_call_code, MCOUNT_INSN_SIZE) != 0) in ftrace_make_nop_check()
150 tmp_call = (void *)replaced; in ftrace_make_nop_check()
153 if (memcmp(replaced, ftrace_orig_code, MCOUNT_INSN_SIZE) != 0) in ftrace_make_nop_check()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dftrace.c30 unsigned int replaced[2]; in ftrace_check_current_call() local
41 if (copy_from_kernel_nofault(replaced, (void *)hook_pos, in ftrace_check_current_call()
49 if (memcmp(expected, replaced, sizeof(replaced))) { in ftrace_check_current_call()
51 (void *)hook_pos, expected[0], expected[1], replaced[0], in ftrace_check_current_call()
52 replaced[1]); in ftrace_check_current_call()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dftrace.c28 u32 replaced; in ftrace_modify_code() local
46 : "=r" (replaced), [faulted] "=r" (faulted) in ftrace_modify_code()
50 if (replaced != old && replaced != new) in ftrace_modify_code()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-changes.qdoc47 \li replaced cameraStopped() method with \l[QML]{QtLocation::Map::}{prefetchData} method
48 …\li replaced fitViewportToGeoShape() method with \l[QML]{QtLocation::Map::}{visibleRegion} property
56 …\li replaced isPanActive and isPinchActive properties with \l[QML]{QtLocation::MapGestureArea::}{p…
58 \li replaced activeGestures with \l[QML]{QtLocation::MapGestureArea::}{acceptedGestures}
59 …\li replaced MapGestureArea.ZoomGesture with \l[QML]{QtLocation::MapGestureArea::acceptedGestures}…
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch5 replaced libs
7 When checking for already replaced libs, the check against the size must
28 /* Some sections may already be replaced so account for that */
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch84 + /* Some sections may already be replaced so account for that */
93 - /* Compute the total space needed for the replaced sections and
96 + /* Compute the total space needed for the replaced sections */
149 - /* Add a segment that maps the replaced sections and program
151 + /* Add a segment that maps the replaced sections into memory. */
158 /* Write out the replaced sections. */
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DS+poonceonces.litmus8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
H A DISA2+poonceonces.litmus8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all
9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dftrace.c195 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
206 if (copy_from_kernel_nofault(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
210 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dftrace.c27 u32 replaced; in ftrace_modify_code() local
38 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_modify_code()
41 if (replaced != old) in ftrace_modify_code()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dftrace.c80 unsigned long replaced; in ftrace_modify_code() local
88 if (copy_from_kernel_nofault(&replaced, (void *)pc, in ftrace_modify_code()
92 if (replaced != old) in ftrace_modify_code()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c392 bool *replaced) in drm_atomic_replace_property_blob_from_id() argument
413 *replaced |= drm_property_replace_blob(blob, new_blob); in drm_atomic_replace_property_blob_from_id()
425 bool replaced = false; in drm_atomic_crtc_set_property() local
443 &replaced); in drm_atomic_crtc_set_property()
444 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
451 &replaced); in drm_atomic_crtc_set_property()
452 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
459 &replaced); in drm_atomic_crtc_set_property()
460 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
520 bool replaced = false; in drm_atomic_plane_set_property() local
[all …]
/OK3568_Linux_fs/buildroot/
H A DConfig.in.legacy12 # defined, but the help text should be removed or replaced with something that
106 should be replaced by something else.
344 dependency is replaced with duktape.
566 Since gpsd 3.20, GPSD_FIXED_PORT_SPEED is replaced
573 Since gpsd 3.21, GPSD_RECONFIGURE is replaced
1060 bool "python-scapy3k is replaced by python-scapy"
1153 have been replaced with OpenSBI.
1683 bool "xproto-applewmproto package replaced by xorgproto"
1687 The xproto-applewmproto package has been replaced by the
1691 bool "xproto-bigreqsproto package replaced by xorgproto"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/
H A Dfile_replacement_with_gplv2.patch3 posixtm.[ch] files are replaced with gplv2 version from these locations:
8 update the Copyright file information to reflect the replaced files.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dbroadcom-bluetooth.txt27 deprecated, replaced by interrupts and
31 - "extclk": deprecated, replaced by "txco"
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dcumulative-patches.rst65 to reverse it and restore the replaced patches atomically.
73 Also note that the replaced patch can be removed and loaded again
78 executed. Any callbacks from the replaced patches are ignored.
H A Dsystem-state.rst91 replaced.
94 been done by a livepatch that is being replaced.
100 done by livepatches that were being replaced.
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.2.rst25 - ``bjam-native``: replaced by ``boost-build-native``
28 - ``dhcp``: obsolete, functionally replaced by ``dhcpcd`` and ``kea``
29 - ``libmodulemd-v1``: replaced by ``libmodulemd``
135 DHCP server/client replaced
139 functionally replaced by ``dhcpcd`` (client) and ``kea`` (server). You will
141 commonly, at the package level ``dhcp-client`` should be replaced by
142 ``dhcpcd`` and ``dhcp-server`` should be replaced by ``kea``. If you have any
312 - In the ``Upstream-Status`` header convention for patches, ``Accepted`` has been replaced with ``B…
H A Dmigration-2.5.rst45 - ``gcc``: The version 6.4 recipes are replaced by 7.x.
60 - ``man``: This recipe has been replaced by modern ``man-db``
71 - ``oprofile``: The functionality of this recipe is replaced by
108 ``scripts/oe-setup-rpmrepo`` is replaced by
145 should now be replaced with::
157 used to generate Python and Python 3 packages have been replaced with a
H A Dmigration-3.0.rst33 has been replaced with a ``poky-altcfg`` distribution that has LSB parts
49 - ``cve-check-tool``: Functionally replaced by the ``cve-update-db``
60 - ``gtk+``: GTK+ 2 is obsolete and has been replaced by gtk+3.
144 ``cve-check-tool`` has been functionally replaced by a new
150 Additionally, the ``CVE_CHECK_CVE_WHITELIST`` variable has been replaced
151 by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 3.5).
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dchromium-unbundle.inc1 # This is a list of libraries bundled by Chromium that can be replaced by their
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/
H A Dftrace.c60 struct ppc_inst replaced; in ftrace_modify_code() local
71 if (probe_kernel_read_inst(&replaced, (void *)ip)) in ftrace_modify_code()
75 if (!ppc_inst_equal(replaced, old)) { in ftrace_modify_code()
77 (void *)ip, ppc_inst_as_str(replaced), ppc_inst_as_str(old)); in ftrace_modify_code()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst69 was replaced by ``capabilities``. Note V4L2 does not distinguish between
151 The ``audios`` field was replaced by ``capabilities`` flag
199 ``VIDEO_VC_AUDIO`` flag was replaced by the ``audioset`` field. V4L2
205 The ``norm`` field describing the supported video standards was replaced
231 replaced by a whole new set of ioctls and structures described in
262 replaced by V4L2 controls accessible with the
367 The following fields where replaced by V4L2 controls accessible with the
393 and ``VIDEO_AUDIO_MUTE`` flags where replaced by the boolean
414 field was replaced by ``pixelformat``. See :ref:`pixfmt-rgb` for a
468 only the odd or even field, respectively, were replaced by
H A Dhist-v4l2.rst27 1998-09-18: The ``VIDIOC_NONCAP`` ioctl was replaced by the otherwise
160 introduced and one dropped. The ``catname`` field was replaced by a
322 ``V4L2_CAP_TUNER``, ``V4L2_CAP_VIDEO_OVERLAY`` replaced
324 ``V4L2_CAP_VBI_OUTPUT`` replaced ``V4L2_FLAG_DATA_SERVICE``.
345 ``V4L2_INPUT_CAP_AUDIO`` was replaced by the new ``audioset`` field.
368 replaced by an ``index`` field, permitting devices with multiple
375 ``output`` was replaced by an ``index`` field.
378 field was replaced by a ``tuner`` field containing the respective
464 longer needed and was removed. These calls can be replaced by
477 Since the remaining flags were replaced as well, the ``flags`` field
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/removed/
H A Dip_queue5 ip_queue has been replaced by nfnetlink_queue which provides

12345678910>>...20