| /linux-6.15/arch/riscv/kernel/ |
| H A D | ftrace.c | 38 unsigned int replaced[2]; in ftrace_check_current_call() local 49 if (copy_from_kernel_nofault(replaced, (void *)hook_pos, in ftrace_check_current_call() 57 if (memcmp(expected, replaced, sizeof(replaced))) { in ftrace_check_current_call() 59 (void *)hook_pos, expected[0], expected[1], replaced[0], in ftrace_check_current_call() 60 replaced[1]); in ftrace_check_current_call()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A 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-6.15/tools/memory-model/litmus-tests/ |
| H A D | S+poonceonces.litmus | 8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
|
| H A 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()?
|
| H A D | LB+fencembonceonce+ctrlonceonce.litmus | 10 * to do the trick. (But the full memory barrier could be replaced with
|
| /linux-6.15/arch/sh/kernel/ |
| H A 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-6.15/drivers/gpu/drm/ |
| H A D | drm_color_mgmt.c | 289 bool replaced; in drm_crtc_legacy_gamma_set() local 330 replaced = drm_property_replace_blob(&crtc_state->degamma_lut, in drm_crtc_legacy_gamma_set() 332 replaced |= drm_property_replace_blob(&crtc_state->ctm, NULL); in drm_crtc_legacy_gamma_set() 333 replaced |= drm_property_replace_blob(&crtc_state->gamma_lut, in drm_crtc_legacy_gamma_set() 335 crtc_state->color_mgmt_changed |= replaced; in drm_crtc_legacy_gamma_set()
|
| H A D | drm_atomic_uapi.c | 372 bool replaced = false; in drm_atomic_crtc_set_property() local 390 &replaced); in drm_atomic_crtc_set_property() 391 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property() 398 &replaced); in drm_atomic_crtc_set_property() 399 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property() 406 &replaced); in drm_atomic_crtc_set_property() 407 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property() 477 bool replaced = false; in drm_atomic_plane_set_property() local 548 &replaced); in drm_atomic_plane_set_property() 675 bool replaced = false; in drm_atomic_connector_set_property() local [all …]
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | ftrace.c | 101 unsigned long replaced; in ftrace_modify_code() local 109 if (copy_from_kernel_nofault(&replaced, (void *)pc, in ftrace_modify_code() 113 if (replaced != old) in ftrace_modify_code()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | ftrace_dyn.c | 17 u32 replaced; in ftrace_modify_code() local 20 if (larch_insn_read((void *)pc, &replaced)) in ftrace_modify_code() 23 if (replaced != old) in ftrace_modify_code()
|
| /linux-6.15/kernel/kcsan/ |
| H A D | report.c | 316 unsigned long *replaced) in replace_stack_entry() argument 335 *replaced = stack_entries[skip]; in replace_stack_entry() 349 unsigned long *replaced) in sanitize_stack_entries() argument 351 return ip ? replace_stack_entry(stack_entries, num_entries, ip, replaced) : in sanitize_stack_entries()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | ftrace.c | 216 u32 replaced; in ftrace_modify_code() local 227 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_modify_code() 230 if (replaced != old) in ftrace_modify_code()
|
| /linux-6.15/Documentation/livepatch/ |
| H A 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.
|
| H A 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-6.15/Documentation/ABI/removed/ |
| H A D | ip_queue | 5 ip_queue has been replaced by nfnetlink_queue which provides
|
| H A D | sysfs-firmware-efi-vars | 11 of 2020. Its functionality has been replaced by the
|
| H A D | devfs | 7 against the LSB, and can be replaced by using udev.
|
| /linux-6.15/arch/powerpc/kernel/trace/ |
| H A D | ftrace_64_pg.c | 61 ppc_inst_t replaced; in ftrace_modify_code() local 72 if (copy_inst_from_kernel_nofault(&replaced, (void *)ip)) in ftrace_modify_code() 76 if (!ppc_inst_equal(replaced, old)) { in ftrace_modify_code() 78 ppc_inst_as_ulong(replaced), ppc_inst_as_ulong(old)); in ftrace_modify_code()
|
| /linux-6.15/Documentation/admin-guide/hw-vuln/ |
| H A D | indirect-target-selection.rst | 65 a retpoline site is evaluated to be ITS-safe, it is replaced with an inline 71 replaced with a new thunk, such that they get a unique address. This could 75 Note, for simplicity, indirect branches in eBPF programs are always replaced 79 All vulnerable RETs are replaced with a static thunk, they do not use dynamic
|
| /linux-6.15/Documentation/devicetree/bindings/nvmem/ |
| H A D | nvmem-deprecated-cells.yaml | 14 as direct device subnodes. That syntax was replaced by "fixed-layout"
|
| /linux-6.15/scripts/gendwarfksyms/examples/ |
| H A D | kabi_ex.h | 251 KABI_REPLACE(unsigned long, unused, long replaced);
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A 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-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 1672 bool replaced = false; in dm_atomic_plane_set_property() local 1680 &replaced); in dm_atomic_plane_set_property() 1681 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property() 1698 &replaced); in dm_atomic_plane_set_property() 1699 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property() 1706 &replaced); in dm_atomic_plane_set_property() 1707 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property() 1719 &replaced); in dm_atomic_plane_set_property() 1720 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property() 1727 &replaced); in dm_atomic_plane_set_property() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | diff-v4l.rst | 69 was replaced by ``capabilities``. Note V4L2 does not distinguish between 159 The ``audios`` field was replaced by ``capabilities`` flag 207 ``VIDEO_VC_AUDIO`` flag was replaced by the ``audioset`` field. V4L2 213 The ``norm`` field describing the supported video standards was replaced 239 replaced by a whole new set of ioctls and structures described in 270 replaced by V4L2 controls accessible with the 375 The following fields where replaced by V4L2 controls accessible with the 401 and ``VIDEO_AUDIO_MUTE`` flags where replaced by the boolean 422 field was replaced by ``pixelformat``. See :ref:`pixfmt-rgb` for a 476 only the odd or even field, respectively, were replaced by
|
| /linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A 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.
|