Home
last modified time | relevance | path

Searched full:replaced (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/Linux-v5.4/arch/ia64/kernel/
Dftrace.c97 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
111 if (probe_kernel_read(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 (probe_kernel_read(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()
/Linux-v5.4/arch/arm64/kernel/
Dftrace.c22 * If @validate == true, a replaced instruction is checked against 'old'.
27 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()
160 u32 replaced; in ftrace_make_nop() local
183 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_make_nop()
186 if (!aarch64_insn_is_bl(replaced) || in ftrace_make_nop()
187 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
Dentry-ftrace.S19 * "bl _mcount" may be replaced to "bl ftrace_caller" or NOP if dynamic
126 * instructions to _mcount() are replaced to NOP initially at kernel start up,
152 nop // This will be replaced with "bl xxx"
157 nop // If enabled, this will be replaced
/Linux-v5.4/arch/riscv/kernel/
Dftrace.c16 unsigned int replaced[2]; in ftrace_check_current_call() local
27 if (probe_kernel_read(replaced, (void *)hook_pos, MCOUNT_INSN_SIZE)) in ftrace_check_current_call()
34 if (memcmp(expected, replaced, sizeof(replaced))) { in ftrace_check_current_call()
36 (void *)hook_pos, expected[0], expected[1], replaced[0], in ftrace_check_current_call()
37 replaced[1]); in ftrace_check_current_call()
/Linux-v5.4/arch/sparc/kernel/
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()
/Linux-v5.4/tools/memory-model/litmus-tests/
DS+poonceonces.litmus8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
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()?
DREADME45 As below, but with store-release replaced with WRITE_ONCE()
46 and load-acquire replaced with READ_ONCE().
63 As above, but with store-release replaced with WRITE_ONCE()
64 and load-acquire replaced with READ_ONCE().
/Linux-v5.4/Documentation/livepatch/
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.
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddiff-v4l.rst79 was replaced by ``capabilities``. Note V4L2 does not distinguish between
162 The ``audios`` field was replaced by ``capabilities`` flag
213 ``VIDEO_VC_AUDIO`` flag was replaced by the ``audioset`` field. V4L2
219 The ``norm`` field describing the supported video standards was replaced
246 replaced by a whole new set of ioctls and structures described in
278 replaced by V4L2 controls accessible with the
388 The following fields where replaced by V4L2 controls accessible with the
416 and ``VIDEO_AUDIO_MUTE`` flags where replaced by the boolean
438 field was replaced by ``pixelformat``. See :ref:`pixfmt-rgb` for a
493 only the odd or even field, respectively, were replaced by
Dhist-v4l2.rst34 1998-09-18: The ``VIDIOC_NONCAP`` ioctl was replaced by the otherwise
176 introduced and one dropped. The ``catname`` field was replaced by a
343 ``V4L2_CAP_TUNER``, ``V4L2_CAP_VIDEO_OVERLAY`` replaced
345 ``V4L2_CAP_VBI_OUTPUT`` replaced ``V4L2_FLAG_DATA_SERVICE``.
366 ``V4L2_INPUT_CAP_AUDIO`` was replaced by the new ``audioset`` field.
390 replaced by an ``index`` field, permitting devices with multiple
397 ``output`` was replaced by an ``index`` field.
400 field was replaced by a ``tuner`` field containing the respective
491 These calls can be replaced by
505 Since the remaining flags were replaced as well, the ``flags`` field
[all …]
/Linux-v5.4/tools/lib/
Dstring.c128 * Note that the first trailing whitespace is replaced with a %NUL-terminator
152 * @old: The character being replaced.
153 * @new: The character @old is replaced with.
/Linux-v5.4/arch/mips/mm/
Dpage-funcs.S34 1: j 1b /* Dummy, will be replaced. */
50 1: j 1b /* Dummy, will be replaced. */
/Linux-v5.4/arch/arm/kernel/
Dftrace.c82 unsigned long replaced; in ftrace_modify_code() local
93 if (probe_kernel_read(&replaced, (void *)pc, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
96 if (replaced != old) in ftrace_modify_code()
/Linux-v5.4/arch/x86/include/asm/
Dframe.h28 * frame pointer is replaced with an encoded pointer to pt_regs. The encoding
41 * frame pointer is replaced with an encoded pointer to pt_regs. The encoding
/Linux-v5.4/include/keys/
Duser-type.h20 * - the payload struct is invariant may not be changed, only replaced
23 * - the payload may only be replaced with the key semaphore write-locked
/Linux-v5.4/Documentation/powerpc/
Dcpu_features.rst31 selection, unused code is replaced by 'nop' instructions. This nop'ing is
49 instructions are replaced with nop's.
/Linux-v5.4/Documentation/core-api/
Dtimekeeping.rst150 been replaced because the tv_sec member overflows in year 2038 on 32-bit
171 These are replaced by ktime_get_coarse_real_ts64() and
184 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Ducc.txt30 The following two properties are deprecated. rx-clock has been replaced
31 with rx-clock-name, and tx-clock has been replaced with tx-clock-name.
/Linux-v5.4/drivers/gpu/drm/
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 …]
/Linux-v5.4/drivers/tty/vt/
Dcp437.uni5 # graphs probably should be replaced with double-line ones, accented
6 # Latin characters should replaced with their nonaccented versions,
7 # and some upper case Greek characters could be replaced by Latin), however,
/Linux-v5.4/fs/hfs/
Dtrans.c29 * The character '/', which is illegal in Linux filenames is replaced
95 * A ':' is replaced by a '/'.
/Linux-v5.4/net/6lowpan/
Dnhc.h96 * replaced header.
107 * replaced header.
/Linux-v5.4/Documentation/ABI/removed/
Dip_queue5 ip_queue has been replaced by nfnetlink_queue which provides
Ddevfs7 against the LSB, and can be replaced by using udev.

12345678910>>...25