Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/arch/ia64/kernel/
A Dftrace.c97 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-6.3-rc2/arch/riscv/kernel/
A Dftrace.c37 unsigned int replaced[2]; in ftrace_check_current_call() local
48 if (copy_from_kernel_nofault(replaced, (void *)hook_pos, in ftrace_check_current_call()
56 if (memcmp(expected, replaced, sizeof(replaced))) { in ftrace_check_current_call()
58 (void *)hook_pos, expected[0], expected[1], replaced[0], in ftrace_check_current_call()
59 replaced[1]); in ftrace_check_current_call()
/linux-6.3-rc2/arch/sparc/kernel/
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-6.3-rc2/tools/memory-model/litmus-tests/
A DS+poonceonces.litmus8 * is replaced by WRITE_ONCE() and the smp_load_acquire() replaced by
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()?
A DLB+fencembonceonce+ctrlonceonce.litmus10 * to do the trick. (But the full memory barrier could be replaced with
/linux-6.3-rc2/arch/sh/kernel/
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-6.3-rc2/drivers/gpu/drm/
A Ddrm_color_mgmt.c289 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()
A Ddrm_atomic_uapi.c371 bool *replaced) in drm_atomic_replace_property_blob_from_id() argument
404 bool replaced = false; in drm_atomic_crtc_set_property() local
422 &replaced); in drm_atomic_crtc_set_property()
423 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
430 &replaced); in drm_atomic_crtc_set_property()
431 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
438 &replaced); in drm_atomic_crtc_set_property()
504 bool replaced = false; in drm_atomic_plane_set_property() local
571 &replaced); in drm_atomic_plane_set_property()
674 bool replaced = false; in drm_atomic_connector_set_property() local
[all …]
/linux-6.3-rc2/arch/arm/kernel/
A Dftrace.c101 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.3-rc2/arch/arm64/kernel/
A Dftrace.c153 u32 replaced; in ftrace_modify_code() local
164 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_modify_code()
167 if (replaced != old) in ftrace_modify_code()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dftrace_dyn.c17 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.3-rc2/kernel/kcsan/
A Dreport.c316 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.3-rc2/Documentation/livepatch/
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.
A Dsystem-state.rst91 replaced.
94 been done by a livepatch that is being replaced.
100 done by livepatches that were being replaced.
/linux-6.3-rc2/Documentation/ABI/removed/
A Dip_queue5 ip_queue has been replaced by nfnetlink_queue which provides
A Ddevfs7 against the LSB, and can be replaced by using udev.
/linux-6.3-rc2/arch/powerpc/kernel/trace/
A Dftrace.c56 ppc_inst_t replaced; in ftrace_modify_code() local
67 if (copy_inst_from_kernel_nofault(&replaced, (void *)ip)) in ftrace_modify_code()
71 if (!ppc_inst_equal(replaced, old)) { in ftrace_modify_code()
73 ppc_inst_as_ulong(replaced), ppc_inst_as_ulong(old)); in ftrace_modify_code()
/linux-6.3-rc2/Documentation/powerpc/
A Dcpu_features.rst31 selection, unused code is replaced by 'nop' instructions. This nop'ing is
49 instructions are replaced with nop's.
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
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
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``.
368 replaced by an ``index`` field, permitting devices with multiple
375 ``output`` was replaced by an ``index`` field.
464 longer needed and was removed. These calls can be replaced by
540 mechanism, was replaced by a single pointer. The
544 ``V4L2_FBUF_CAP_CLIPPING`` flag was replaced by
561 ``V4L2_ZOOM_WHILESTREAMING`` was replaced by a new cropping and
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
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-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dmsm8916-samsung-e5.dts10 * Unfortunately, the firmware is signed and cannot be replaced easily.
A Dmsm8916-samsung-e7.dts10 * Unfortunately, the firmware is signed and cannot be replaced easily.
/linux-6.3-rc2/drivers/tty/vt/
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,

Completed in 36 milliseconds

123456789