| /Linux-v5.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()
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | ftrace.c | 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()
|
| /Linux-v5.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()
|
| /Linux-v5.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()
|
| /Linux-v5.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()?
|
| D | LB+fencembonceonce+ctrlonceonce.litmus | 10 * to do the trick. (But the full memory barrier could be replaced with
|
| /Linux-v5.10/arch/arm/kernel/ |
| D | ftrace.c | 79 unsigned long replaced; in ftrace_modify_code() local 87 if (copy_from_kernel_nofault(&replaced, (void *)pc, in ftrace_modify_code() 91 if (replaced != old) in ftrace_modify_code()
|
| /Linux-v5.10/arch/sh/kernel/ |
| D | ftrace.c | 195 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()
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_atomic_uapi.c | 392 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.10/Documentation/devicetree/bindings/net/ |
| D | broadcom-bluetooth.txt | 27 deprecated, replaced by interrupts and 31 - "extclk": deprecated, replaced by "txco"
|
| /Linux-v5.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.
|
| /Linux-v5.10/Documentation/ABI/removed/ |
| D | ip_queue | 5 ip_queue has been replaced by nfnetlink_queue which provides
|
| D | devfs | 7 against the LSB, and can be replaced by using udev.
|
| /Linux-v5.10/Documentation/powerpc/ |
| D | cpu_features.rst | 31 selection, unused code is replaced by 'nop' instructions. This nop'ing is 49 instructions are replaced with nop's.
|
| /Linux-v5.10/arch/powerpc/kernel/trace/ |
| D | ftrace.c | 60 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()
|
| /Linux-v5.10/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| D | ucc.txt | 30 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.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 …]
|
| /Linux-v5.10/Documentation/ABI/obsolete/ |
| D | sysfs-class-dax | 20 replaced with the DAX bus interface /sys/bus/dax/ where
|
| /Linux-v5.10/Documentation/userspace-api/media/dvb/ |
| D | audio-bilingual-channel-select.rst | 46 This ioctl is obsolete. Do not use in new drivers. It has been replaced
|
| /Linux-v5.10/scripts/kconfig/tests/preprocess/builtin_func/ |
| D | Kconfig | 20 # Every newline in the output is replaced with a space,
|
| /Linux-v5.10/drivers/tty/vt/ |
| D | cp437.uni | 5 # 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.10/drivers/parisc/ |
| D | README.dino | 21 ** Note that many boards were fixed/replaced under a free replacement
|