/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 | 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()
|
/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/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 401 *replaced |= drm_property_replace_blob(blob, new_blob); in drm_atomic_replace_property_blob_from_id() 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() 448 state->color_mgmt_changed |= replaced; in drm_atomic_crtc_set_property() 518 bool replaced = false; in drm_atomic_plane_set_property() local [all …]
|
/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/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/qemu/docs/about/ |
H A D | deprecated.rst | 331 - "Zifencei" should be replaced with "zifencei" 332 - "Zicsr" should be replaced with "zicsr" 333 - "Zihintntl" should be replaced with "zihintntl" 334 - "Zihintpause" should be replaced with "zihintpause" 335 - "Zawrs" should be replaced with "zawrs" 336 - "Zfa" should be replaced with "zfa" 337 - "Zfh" should be replaced with "zfh" 338 - "Zfhmin" should be replaced with "zfhmin" 339 - "Zve32f" should be replaced with "zve32f" 340 - "Zve64f" should be replaced with "zve64f" [all …]
|
H A D | removed-features.rst | 22 This option has been replaced by ``-net user,guestfwd=...``. 27 ``-net dump[,vlan=n][,file=filename][,len=maxlen]`` has been replaced by 85 The ``-balloon virtio`` option has been replaced by ``-device virtio-balloon``. 91 The ``-bootp /some/file`` argument is replaced by either 99 The ``-redir [tcp|udp]:hostport:[guestaddr]:guestport`` option is replaced 110 The ``-smb /some/dir`` argument is replaced by either 118 The ``-tftp /some/dir`` argument is replaced by either 213 The ``enforce-config-section`` property was replaced by the 224 The ``-realtime mlock=on|off`` argument has been replaced by the 249 The ``acl`` option to the ``-vnc`` argument has been replaced [all …]
|
/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/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…
|
H A D | migration-2.5.rst | 47 - ``gcc``: The version 6.4 recipes are replaced by 7.x. 62 - ``man``: This recipe has been replaced by modern ``man-db`` 73 - ``oprofile``: The functionality of this recipe is replaced by 108 ``scripts/oe-setup-rpmrepo`` is replaced by 143 should now be replaced with:: 155 used to generate Python and Python 3 packages have been replaced with a
|
H A D | migration-3.0.rst | 35 has been replaced with a ``poky-altcfg`` distribution that has LSB parts 51 - ``cve-check-tool``: Functionally replaced by the ``cve-update-db`` 62 - ``gtk+``: GTK+ 2 is obsolete and has been replaced by gtk+3. 146 ``cve-check-tool`` has been functionally replaced by a new 152 Additionally, the ``CVE_CHECK_CVE_WHITELIST`` variable has been replaced 153 by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 4.0).
|
/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/obmc-console/ |
H A D | CHANGELOG.md | 38 1. The bespoke config parser was replaced with iniparser 76 `socket-id` should be directly replaced with `console-id`.
|
/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/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/entity-manager/src/ |
H A D | utils.cpp | 301 std::string replaced(find.begin(), find.end()); in templateCharReplace() local 304 replaced.append(" ").append(*exprBegin++); in templateCharReplace() 306 ret = replaced; in templateCharReplace()
|