Home
last modified time | relevance | path

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

12345678910>>...19

/openbmc/linux/arch/ia64/kernel/
H 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()
/openbmc/linux/arch/riscv/kernel/
H 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()
/openbmc/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()
/openbmc/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()?
/openbmc/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()
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/swift/
H A Dzones.yaml35 default which will be replaced on startup if
67 default which will be replaced on startup if
/openbmc/linux/arch/arm/kernel/
H 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()
/openbmc/linux/drivers/gpu/drm/
H 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()
H A Ddrm_atomic_uapi.c371 bool *replaced) in drm_atomic_replace_property_blob_from_id() argument
413 bool replaced = false; in drm_atomic_crtc_set_property() local
431 &replaced); in drm_atomic_crtc_set_property()
432 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
439 &replaced); in drm_atomic_crtc_set_property()
440 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property()
447 &replaced); in drm_atomic_crtc_set_property()
518 bool replaced = false; in drm_atomic_plane_set_property() local
589 &replaced); in drm_atomic_plane_set_property()
696 bool replaced = false; in drm_atomic_connector_set_property() local
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dfile_replacement_with_gplv2.patch3 posixtm.[ch] files are replaced with gplv2 version from these locations:
8 update the Copyright file information to reflect the replaced files.
/openbmc/linux/arch/loongarch/kernel/
H 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()
/openbmc/qemu/docs/about/
H A Ddeprecated.rst377 - "Zifencei" should be replaced with "zifencei"
378 - "Zicsr" should be replaced with "zicsr"
379 - "Zihintntl" should be replaced with "zihintntl"
380 - "Zihintpause" should be replaced with "zihintpause"
381 - "Zawrs" should be replaced with "zawrs"
382 - "Zfa" should be replaced with "zfa"
383 - "Zfh" should be replaced with "zfh"
384 - "Zfhmin" should be replaced with "zfhmin"
385 - "Zve32f" should be replaced with "zve32f"
386 - "Zve64f" should be replaced with "zve64f"
[all …]
/openbmc/linux/arch/arm64/kernel/
H 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()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-read-settings-mrw/
H A Dmrw-override-settings.yaml2 # Any MRW variables, marked by MRW_<MRW variable name>, are replaced with their
/openbmc/linux/kernel/kcsan/
H 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()
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml51 default which will be replaced on startup if
99 default which will be replaced on startup if
/openbmc/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.
/openbmc/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.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.6.rst118 names contain underscores have the underscores replaced by hyphens for
160 been replaced by the "jffs2.sum" option, which fits the processing
351 - ``ocf-linux`` --- this recipe has been functionally replaced using
363 - ``eglibc 2.17`` --- replaced by the ``eglibc 2.19`` recipe.
365 - ``gcc 4.7.2`` --- replaced by the now stable ``gcc 4.8.2``.
403 replaced by the BeagleBone (``beaglebone``) hardware.
406 has been replaced by the EdgeRouter Lite (``edgerouter``) hardware.
H A Dmigration-3.2.rst27 - ``bjam-native``: replaced by ``boost-build-native``
30 - ``dhcp``: obsolete, functionally replaced by ``dhcpcd`` and ``kea``
31 - ``libmodulemd-v1``: replaced by ``libmodulemd``
137 DHCP server/client replaced
141 functionally replaced by ``dhcpcd`` (client) and ``kea`` (server). You will
143 commonly, at the package level ``dhcp-client`` should be replaced by
144 ``dhcpcd`` and ``dhcp-server`` should be replaced by ``kea``. If you have any
339 - In the ``Upstream-Status`` header convention for patches, ``Accepted`` has been replaced with ``B…
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c61 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()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch7 replaced with clock_settime()
/openbmc/entity-manager/src/
H A Dutils.cpp303 std::string replaced(find.begin(), find.end()); in templateCharReplace() local
306 replaced.append(" ").append(*exprBegin++); in templateCharReplace()
308 ret = replaced; in templateCharReplace()

12345678910>>...19