/openbmc/linux/arch/arm/boot/compressed/ |
H A D | ll_char_wr.S | 67 sub r1, r1, #1 @ avoid using r7 directly after 72 tst r1, #7 @ avoid using r7 directly after 86 and ip, r7, #15 @ avoid r4 87 ldr ip, [lr, ip, lsl #2] @ avoid r4 88 mul ip, r2, ip @ avoid r4 89 sub r1, r1, #1 @ avoid ip 90 sub r0, r0, r5 @ avoid ip 96 and ip, r7, #15 @ avoid r4 97 ldr ip, [lr, ip, lsl #2] @ avoid r4 98 mul ip, r2, ip @ avoid r4 [all …]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | fiqasm.S | 29 mov r0, r0 @ avoid hazard prior to ARMv4 34 mov r0, r0 @ avoid hazard prior to ARMv4 42 mov r0, r0 @ avoid hazard prior to ARMv4 47 mov r0, r0 @ avoid hazard prior to ARMv4
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
H A D | 0001-nettest_omni-Remove-duplicate-variable-definitions.patch | 27 - loc_sndavoid, /* avoid send copies locally */ 28 - loc_rcvavoid, /* avoid recv copies locally */ 29 - rem_sndavoid, /* avoid send copies remotely */ 30 - rem_rcvavoid; /* avoid recv_copies remotely */
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | kaslr.c | 452 struct mem_vector avoid; in mem_avoid_overlap() local 454 avoid.start = (unsigned long)ptr; in mem_avoid_overlap() 455 avoid.size = sizeof(*ptr) + ptr->len; in mem_avoid_overlap() 457 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 458 *overlap = avoid; in mem_avoid_overlap() 465 avoid.start = ((struct setup_indirect *)ptr->data)->addr; in mem_avoid_overlap() 466 avoid.size = ((struct setup_indirect *)ptr->data)->len; in mem_avoid_overlap() 468 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 469 *overlap = avoid; in mem_avoid_overlap()
|
/openbmc/openbmc/poky/meta/recipes-support/db/db/ |
H A D | 0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch | 26 -MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" 29 -MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" 32 +MAKEFILE_SOLINK="\$(LIBTOOL) --tag=CC --mode=link ${MAKEFILE_CCLINK} -avoid-version" 35 +MAKEFILE_XSOLINK="\$(LIBTOOL) --tag=CXX --mode=link ${MAKEFILE_CXXLINK} -avoid-version"
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-get-features.rst | 45 Unused. Kept just to avoid breaking uAPI. 51 Unused. Kept just to avoid breaking uAPI. 68 Unused. Kept just to avoid breaking uAPI. 144 Unused. Kept just to avoid breaking uAPI. 160 Unused. Kept just to avoid breaking uAPI. 167 Unused. Kept just to avoid breaking uAPI.
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | __init__.py | 31 avoid = False 34 avoid = True 36 if avoid:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-define-__THROW-to-avoid-build-issue-with-musl.patch | 4 Subject: [PATCH 1/2] define __THROW to avoid build issue with musl 25 +/* define __THROW to avoid build issue when it's not available from the libc */ 40 +/* define __THROW to avoid build issue when it's not available from the libc */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0010-oprofile-Determine-the-root-home-directory-dynamical.patch | 28 - of <filename>/root</filename> to avoid storing sample data files in locations accessible by regu… 30 + of <filename>~root</filename> to avoid storing sample data files in locations accessible by regu… 41 - of <code class="filename">/root</code> to avoid storing sample data files in locations accessibl… 43 + of <code class="filename">~root</code> to avoid storing sample data files in locations accessibl…
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | direct-fs-lookup.rst | 13 avoid having a separate partition for them in order to avoid possible 14 races with lookups and avoid uses of the custom fallback mechanisms
|
/openbmc/u-boot/ |
H A D | Kbuild | 16 # Use filechk to avoid rebuilds when a header changes, but the resulting file 41 # We use internal kbuild rules to avoid the "is up to date" message from make 62 # We use internal kbuild rules to avoid the "is up to date" message from make
|
/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/ |
H A D | 0001-Do-not-add-library-path-to-avoid-host-contamination.patch | 4 Subject: [PATCH] Do not add library path to avoid host contamination 19 -no-undefined -module -avoid-version -shared -export-dynamic \
|
/openbmc/bmcweb/ |
H A D | .clang-tidy | 246 cppcoreguidelines-avoid-c-arrays, 247 cppcoreguidelines-avoid-capturing-lambda-coroutines, 248 cppcoreguidelines-avoid-goto, 249 cppcoreguidelines-avoid-non-const-global-variables, 250 cppcoreguidelines-avoid-reference-coroutine-parameters, 297 modernize-avoid-bind, 323 performance-avoid-endl, 341 readability-avoid-const-params-in-decls, 342 readability-avoid-nested-conditional-operator, 343 readability-avoid-return-with-void-value, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0022-avoid-missing-LOCK_EX-declaration.patch | 4 Subject: [PATCH] avoid missing LOCK_EX declaration 6 This only happens on MUSL. Include sys/file.h to avoid compilation
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-include-linux-sysinfo.h-directly.patch | 6 This is done to avoid the kernel header linux/kernel.h to use 10 override to avoid this assumption
|
/openbmc/linux/Documentation/virt/ |
H A D | guest-halt-polling.rst | 12 a remote vCPU to avoid sending an IPI (and the associated 60 be increased from 10000, to avoid misses during the initial 70 to avoid it (per-cpu guest_halt_poll_ns will remain
|
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
H A D | 0001-avoid-race-condition.patch | 4 Subject: [PATCH] avoid race condition 9 This would avoid race condition which causes install failure.
|
/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/ |
H A D | avoid-host-contamination.patch | 4 Subject: [PATCH] avoid host contamination 6 Remove hardcode path refer to host to avoid host contamination.
|
/openbmc/openbmc/poky/meta/recipes-core/picolibc/ |
H A D | picolibc_git.bb | 15 # This is being added by picolibc meson files as well to avoid 34 # No rpm package is actually created but -dev depends on it, avoid dnf error
|
/openbmc/dbus-sensors/ |
H A D | .clang-tidy | 232 cppcoreguidelines-avoid-c-arrays, 233 cppcoreguidelines-avoid-capturing-lambda-coroutines, 234 cppcoreguidelines-avoid-goto, 235 cppcoreguidelines-avoid-reference-coroutine-parameters, 279 modernize-avoid-bind, 322 readability-avoid-const-params-in-decls, 323 readability-avoid-nested-conditional-operator, 324 readability-avoid-return-with-void-value, 325 readability-avoid-unconditional-preprocessor-if,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | openl2tp-simplify-gcc-warning-hack.patch | 25 * So we redefine the constant with UL suffix to avoid the gcc warning. 26 * Is there some C preprocessor magic that could avoid having to do this?
|
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/ |
H A D | 0001-avoid-using-m-option-for-readlink.patch | 4 Subject: [PATCH] avoid using -m option for readlink 7 avoid dependency on coreutils.
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb/ |
H A D | 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch | 4 Subject: [PATCH] use _Alignof to avoid UB in ALIGNOF 9 "ALIGNOF" to builtin "_Alignof" to avoid undefined behavior.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/ |
H A D | minidlna.inc | 20 # This remove "--exclude=autopoint" option from autoreconf argument to avoid 24 # Reproducibility: force os-name and os-version to constants to avoid host
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | newline_in_nl_msg.cocci | 59 msg="WARNING avoid newline at end of message in %s" % (fname) 74 msg="WARNING avoid newline at end of message in %s" % (fname)
|