Home
last modified time | relevance | path

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

123456

/linux/arch/sparc/kernel/
H A 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/arch/riscv/kernel/
H A Dftrace.c52 unsigned int replaced[2]; in __ftrace_modify_call() local
63 if (copy_from_kernel_nofault(replaced, (void *)source, 2 * MCOUNT_INSN_SIZE)) in __ftrace_modify_call()
66 if (replaced[0] != call[0]) { in __ftrace_modify_call()
68 (void *)source, call[0], replaced[0]); in __ftrace_modify_call()
/linux/tools/memory-model/litmus-tests/
H A DS+poonceonces.litmus8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
H A 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()?
H A DLB+fencembonceonce+ctrlonceonce.litmus10 * to do the trick. (But the full memory barrier could be replaced with
/linux/arch/sh/kernel/
H A Dftrace.c195 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/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c402 bool replaced = false; in drm_atomic_crtc_set_property() local
429 &replaced); in drm_atomic_crtc_set_property()
430 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
437 &replaced); in drm_atomic_crtc_set_property()
438 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
454 &replaced); in drm_atomic_crtc_set_property()
455 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
529 bool replaced = false; in drm_atomic_plane_set_property() local
609 &replaced); in drm_atomic_plane_set_property()
716 bool replaced = false; in drm_atomic_color_set_data_property() local
[all …]
H A Ddrm_color_mgmt.c291 bool replaced; in drm_crtc_legacy_gamma_set() local
332 replaced = drm_property_replace_blob(&crtc_state->degamma_lut, in drm_crtc_legacy_gamma_set()
334 replaced |= drm_property_replace_blob(&crtc_state->ctm, NULL); in drm_crtc_legacy_gamma_set()
335 replaced |= drm_property_replace_blob(&crtc_state->gamma_lut, in drm_crtc_legacy_gamma_set()
337 crtc_state->color_mgmt_changed |= replaced; in drm_crtc_legacy_gamma_set()
/linux/kernel/kcsan/
H A Dreport.c312 * that entry with @ip, returning the entries to skip with @replaced containing
313 * the replaced entry.
317 unsigned long *replaced) in replace_stack_entry()
336 *replaced = stack_entries[skip]; in replace_stack_entry()
350 unsigned long *replaced) in sanitize_stack_entries()
352 return ip ? replace_stack_entry(stack_entries, num_entries, ip, replaced) : in sanitize_stack_entries()
316 replace_stack_entry(unsigned long stack_entries[],int num_entries,unsigned long ip,unsigned long * replaced) replace_stack_entry() argument
349 sanitize_stack_entries(unsigned long stack_entries[],int num_entries,unsigned long ip,unsigned long * replaced) sanitize_stack_entries() argument
/linux/Documentation/livepatch/
H A 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.
H A Dsystem-state.rst91 replaced.
94 been done by a livepatch that is being replaced.
100 done by livepatches that were being replaced.
/linux/Documentation/admin-guide/hw-vuln/
H A Dindirect-target-selection.rst65 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/Documentation/ABI/removed/
H A Dip_queue5 ip_queue has been replaced by nfnetlink_queue which provides
H A Ddevfs7 against the LSB, and can be replaced by using udev.
/linux/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst69 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
H A Dhist-v4l2.rst27 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/Documentation/arch/powerpc/
H A Dcpu_features.rst31 selection, unused code is replaced by 'nop' instructions. This nop'ing is
49 instructions are replaced with nop's.
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1686 bool replaced = false; in dm_atomic_plane_set_property() local
1694 &replaced); in dm_atomic_plane_set_property()
1695 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property()
1712 &replaced); in dm_atomic_plane_set_property()
1713 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property()
1720 &replaced); in dm_atomic_plane_set_property()
1721 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property()
1733 &replaced); in dm_atomic_plane_set_property()
1734 dm_plane_state->base.color_mgmt_changed |= replaced; in dm_atomic_plane_set_property()
1741 &replaced); in dm_atomic_plane_set_property()
[all …]
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A 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/drivers/tty/vt/
H A 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/scripts/gendwarfksyms/examples/
H A Dkabi_ex.h257 KABI_REPLACE(unsigned long, unused, long replaced);
/linux/Documentation/core-api/
H A Dtimekeeping.rst151 been replaced because the tv_sec member overflows in year 2038 on 32-bit
172 These are replaced by ktime_get_coarse_real_ts64() and
185 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig20 # Every newline in the output is replaced with a space,
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-e7.dts10 * Unfortunately, the firmware is signed and cannot be replaced easily.
/linux/drivers/parisc/
H A DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement

123456