Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/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-v4.19/arch/arm64/kernel/
Dftrace.c30 u32 replaced; in ftrace_modify_code() local
41 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_modify_code()
44 if (replaced != old) in ftrace_modify_code()
149 u32 replaced; in ftrace_make_nop() local
172 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_make_nop()
175 if (!aarch64_insn_is_bl(replaced) || in ftrace_make_nop()
176 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
/Linux-v4.19/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-v4.19/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-v4.19/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()?
DREADME43 As below, but with store-release replaced with WRITE_ONCE()
44 and load-acquire replaced with READ_ONCE().
61 As above, but with store-release replaced with WRITE_ONCE()
62 and load-acquire replaced with READ_ONCE().
DLB+fencembonceonce+ctrlonceonce.litmus10 * to do the trick. (But the full memory barrier could be replaced with
/Linux-v4.19/arch/sh/kernel/
Dftrace.c195 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
206 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
210 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code()
/Linux-v4.19/arch/arm/kernel/
Dftrace.c107 unsigned long replaced; in ftrace_modify_code() local
118 if (probe_kernel_read(&replaced, (void *)pc, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
121 if (replaced != old) in ftrace_modify_code()
/Linux-v4.19/arch/x86/kernel/
Dftrace.c107 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code_direct() local
120 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code_direct()
124 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code_direct()
315 unsigned char replaced[MCOUNT_INSN_SIZE]; in add_break() local
318 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in add_break()
324 if (memcmp(replaced, old, MCOUNT_INSN_SIZE) != 0) in add_break()
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c49 unsigned int replaced; in ftrace_modify_code() local
60 if (probe_kernel_read(&replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
64 if (replaced != old) { in ftrace_modify_code()
66 (void *)ip, replaced, old); in ftrace_modify_code()
/Linux-v4.19/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.
/Linux-v4.19/Documentation/powerpc/
Dcpu_features.txt27 selection, unused code is replaced by 'nop' instructions. This nop'ing is
45 instructions are replaced with nop's.
/Linux-v4.19/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-v4.19/Documentation/media/uapi/v4l/
Ddiff-v4l.rst72 was replaced by ``capabilities``. Note V4L2 does not distinguish between
155 The ``audios`` field was replaced by ``capabilities`` flag
206 ``VIDEO_VC_AUDIO`` flag was replaced by the ``audioset`` field. V4L2
212 The ``norm`` field describing the supported video standards was replaced
239 replaced by a whole new set of ioctls and structures described in
271 replaced by V4L2 controls accessible with the
381 The following fields where replaced by V4L2 controls accessible with the
409 and ``VIDEO_AUDIO_MUTE`` flags where replaced by the boolean
431 field was replaced by ``pixelformat``. See :ref:`pixfmt-rgb` for a
486 only the odd or even field, respectively, were replaced by
Dhist-v4l2.rst27 1998-09-18: The ``VIDIOC_NONCAP`` ioctl was replaced by the otherwise
169 introduced and one dropped. The ``catname`` field was replaced by a
336 ``V4L2_CAP_TUNER``, ``V4L2_CAP_VIDEO_OVERLAY`` replaced
338 ``V4L2_CAP_VBI_OUTPUT`` replaced ``V4L2_FLAG_DATA_SERVICE``.
359 ``V4L2_INPUT_CAP_AUDIO`` was replaced by the new ``audioset`` field.
383 replaced by an ``index`` field, permitting devices with multiple
390 ``output`` was replaced by an ``index`` field.
393 field was replaced by a ``tuner`` field containing the respective
484 These calls can be replaced by
498 Since the remaining flags were replaced as well, the ``flags`` field
[all …]
/Linux-v4.19/Documentation/media/uapi/dvb/
Daudio-bilingual-channel-select.rst46 This ioctl is obsolete. Do not use in new drivers. It has been replaced
Dvideo-try-command.rst54 this ioctl has been replaced by the
Dvideo-get-frame-count.rst55 this ioctl has been replaced by the ``V4L2_CID_MPEG_VIDEO_DEC_FRAME``
/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig20 # Every newline in the output is replaced with a space,
/Linux-v4.19/drivers/parisc/
DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement
/Linux-v4.19/drivers/tty/vt/
Dcp437.uni4 # graphs probably should be replaced with double-line ones, accented
5 # Latin characters should replaced with their nonaccented versions,
6 # and some upper case Greek characters could be replaced by Latin), however,
/Linux-v4.19/Documentation/core-api/
Dtimekeeping.rst146 been replaced because the tv_sec member overflows in year 2038 on 32-bit
167 These are replaced by ktime_get_coarse_real_ts64() and
180 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),

1234567