/openbmc/linux/arch/ia64/kernel/ |
H A 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()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | ftrace.c | 37 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 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()
|
/openbmc/linux/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()?
|
/openbmc/linux/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()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/swift/ |
H A D | zones.yaml | 35 default which will be replaced on startup if 67 default which will be replaced on startup if
|
/openbmc/linux/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()
|
/openbmc/linux/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 | 371 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 D | file_replacement_with_gplv2.patch | 3 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 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()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ftrace.c | 153 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 D | mrw-override-settings.yaml | 2 # Any MRW variables, marked by MRW_<MRW variable name>, are replaced with their
|
/openbmc/linux/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()
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 374 - "Zifencei" should be replaced with "zifencei" 375 - "Zicsr" should be replaced with "zicsr" 376 - "Zihintntl" should be replaced with "zihintntl" 377 - "Zihintpause" should be replaced with "zihintpause" 378 - "Zawrs" should be replaced with "zawrs" 379 - "Zfa" should be replaced with "zfa" 380 - "Zfh" should be replaced with "zfh" 381 - "Zfhmin" should be replaced with "zfhmin" 382 - "Zve32f" should be replaced with "zve32f" 383 - "Zve64f" should be replaced with "zve64f" [all …]
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | ip_queue | 5 ip_queue has been replaced by nfnetlink_queue which provides
|
H A D | devfs | 7 against the LSB, and can be replaced by using udev.
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/ |
H A D | zones.yaml | 51 default which will be replaced on startup if 99 default which will be replaced on startup if
|
/openbmc/linux/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.
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-1.6.rst | 118 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 D | migration-3.2.rst | 27 - ``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/obmc-console/ |
H A D | CHANGELOG.md | 38 1. The bespoke config parser was replaced with iniparser 75 `socket-id` should be directly replaced with `console-id`.
|
/openbmc/linux/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()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch | 7 replaced with clock_settime()
|