| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | ftrace.c | 97 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()
|
| /kernel/linux/linux-4.19/arch/ia64/kernel/ |
| D | ftrace.c | 97 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()
|
| /kernel/linux/linux-4.19/arch/arm64/kernel/ |
| D | ftrace.c | 25 * If @validate == true, a replaced instruction is checked against 'old'. 30 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() 158 u32 replaced; in ftrace_make_nop() local 181 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_make_nop() 184 if (!aarch64_insn_is_bl(replaced) || in ftrace_make_nop() 185 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
|
| D | entry-ftrace.S | 22 * "bl _mcount" may be replaced to "bl ftrace_caller" or NOP if dynamic 127 * instructions to _mcount() are replaced to NOP initially at kernel start up, 152 nop // This will be replaced with "bl xxx" 158 nop // If enabled, this will be replaced
|
| /kernel/linux/linux-4.19/arch/riscv/kernel/ |
| D | ftrace.c | 16 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()
|
| /kernel/linux/linux-5.10/arch/riscv/kernel/ |
| D | ftrace.c | 30 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()
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | ftrace.c | 22 * 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() 188 u32 replaced; in ftrace_make_nop() local 214 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_make_nop() 217 if (!aarch64_insn_is_bl(replaced) || in ftrace_make_nop() 218 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
|
| D | entry-ftrace.S | 100 nop // If enabled, this will be replaced 146 * "bl _mcount" may be replaced to "bl ftrace_caller" or NOP if dynamic 253 * instructions to _mcount() are replaced to NOP initially at kernel start up, 279 nop // This will be replaced with "bl xxx" 284 nop // If enabled, this will be replaced
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | ftrace.c | 28 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()
|
| /kernel/linux/linux-4.19/arch/sparc/kernel/ |
| D | ftrace.c | 28 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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | fib.sh | 112 check_err $? "Local table route was replaced when should not" 124 check_err $? "Main table route was not replaced when should" 209 check_err $? "Local table route was replaced when should not" 221 check_err $? "Main table route was not replaced when should"
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | sh_css_params.h | 76 * should be replaced by CSS per pipe configuration when the support 86 /* ---- deprecated: replaced with pipe_dvs_6axis_config---- */ 127 /* ---- deprecated: replaced with pipe_dvs_6axis_config_changed ---- */ 131 * should be replaced by CSS per pipe configuration when the support
|
| /kernel/linux/linux-4.19/tools/memory-model/litmus-tests/ |
| D | README | 43 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().
|
| D | S+poonceonces.litmus | 8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
|
| D | ISA2+poonceonces.litmus | 8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all 9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
|
| /kernel/linux/linux-5.10/tools/memory-model/litmus-tests/ |
| D | S+poonceonces.litmus | 8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
|
| D | ISA2+poonceonces.litmus | 8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all 9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
|
| /kernel/linux/linux-5.10/Documentation/livepatch/ |
| D | cumulative-patches.rst | 65 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.
|
| D | system-state.rst | 91 replaced. 94 been done by a livepatch that is being replaced. 100 done by livepatches that were being replaced.
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | diff-v4l.rst | 72 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
|
| D | hist-v4l2.rst | 27 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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | diff-v4l.rst | 69 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
|
| D | hist-v4l2.rst | 27 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 …]
|
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| D | page-funcs.S | 34 1: j 1b /* Dummy, will be replaced. */ 50 1: j 1b /* Dummy, will be replaced. */
|
| /kernel/linux/linux-4.19/arch/mips/mm/ |
| D | page-funcs.S | 34 1: j 1b /* Dummy, will be replaced. */ 50 1: j 1b /* Dummy, will be replaced. */
|