/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/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/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/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/linux/arch/x86/boot/compressed/ |
H A D | kaslr.c | 9 * to avoid) in order to select a physical memory location that can 312 * when KASLR searches for an appropriate random address. We must avoid any 322 * What is not obvious how to avoid is the range of memory that is used 391 * Avoid the region that is unsafe to overlap during in mem_avoid_init() 397 /* Avoid initrd. */ in mem_avoid_init() 406 /* Avoid kernel command line. */ in mem_avoid_init() 415 /* Avoid boot parameters. */ in mem_avoid_init() 421 /* Mark the memmap regions we need to avoid */ in mem_avoid_init() 449 /* Avoid all entries in the setup_data linked list. */ in mem_avoid_overlap() 452 struct mem_vector avoid; in mem_avoid_overlap() local [all …]
|
/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/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 50 * stage leading to boot-time crash. To avoid this boot-time crash, 54 * To avoid specifying a preferred boot HART, the previous booting 80 * stage leading to boot-time crash. To avoid this boot-time crash, 84 * To avoid specifying a preferred boot HART, the previous booting
|
/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/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/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/openbmc/poky/meta/recipes-devtools/cmake/cmake/ |
H A D | 0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch | 45 - # Avoid failing ABI detection on warnings. 46 + # Avoid failing ABI detection caused by non-functionally relevant 54 + # Avoid failing ABI detection on warnings. 56 + # Avoid passing of "-pipe" when determining the compiler internals. With
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 40 subsystems should be named to avoid ambiguity where necessary. 57 Avoid names as shown in examples below: 91 name. Unless these tests are actually present, avoid using ``_test``, ``_unittest`` 108 Avoid names, for example: 136 naming. It is a good idea to make your test functions `static` to avoid 144 Tests the ``list_splice`` macro. It has the prefix ``test_`` to avoid a
|
/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/phosphor-led-sysfs/ |
H A D | argument.hpp | 31 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays) 38 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays) 46 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays)
|
/openbmc/linux/arch/alpha/lib/ |
H A D | memcpy.c | 66 * This does unaligned memory copies. We want to avoid storing to 68 * We also want to avoid double-reading the unaligned reads. 70 * Note the ordering to try to avoid load (and address generation) latencies. 76 n -= 8; /* to avoid compare against 8 in the loop */ in __memcpy_unaligned_up() 116 * Note the ordering to try to avoid load (and address generation) latencies.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-per-CPU-kthreads.rst | 147 1. Avoid use of drivers that use tasklets. (Such drivers will contain 158 1. Avoid sending scheduler IPIs to the CPU to be de-jittered, 181 is non-idle. For example, avoid system calls and force both 243 3. Do any of the following needed to avoid jitter that your 250 b. Avoid using oprofile, thus avoiding OS jitter from 257 avoid the CPU-frequency governor periodically running 286 CBE_CPUFREQ_SPU_GOVERNOR=n to avoid OS jitter from 316 avoid initiating any CPU hotplug operations on this CPU. This is
|
/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/linux/tools/power/cpupower/lib/ |
H A D | cpufreq.h | 85 * to avoid memory leakage, please. 96 * to avoid memory leakage, please. 143 * to avoid memory leakage, please. 155 * to avoid memory leakage, please.
|
/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/linux/arch/riscv/ |
H A D | Kconfig.errata | 11 Otherwise, please say "N" here to avoid unnecessary overhead. 32 Otherwise, please say "N" here to avoid unnecessary overhead. 64 Otherwise, please say "N" here to avoid unnecessary overhead.
|
/openbmc/linux/include/linux/ |
H A D | eventpoll.h | 15 /* Forward declarations to avoid compiler errors */ 38 * Fast check to avoid the get/release of the semaphore. Since in eventpoll_release() 41 * to avoid the semaphore lock. False positives simply cannot happen in eventpoll_release()
|
H A D | devm-helpers.h | 9 * These should be helpful to avoid mixing the manual and devm-based resource 42 * driver is detached to avoid accessing removed resources. 67 * is detached to avoid accessing removed resources.
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | __init__.py | 31 avoid = False 34 avoid = True 36 if avoid:
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_uc.c | 45 * @reserved0: reserved bytes; avoid reading or writing 50 * @reserved1: reserved bytes; avoid reading or writing 54 * @reserved2: reserved bytes; avoid reading or writing 60 * @reserved3: reserved bytes; avoid reading or writing 62 * @reserved4: reserved bytes; avoid reading or writing
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | serial.py | 84 # Lock needed to avoid multiple threads running commands concurrently 120 # To avoid shell line limits, send a chunk at a time 261 import pexpect # limiting scope to avoid build dependency 267 # Disable echo to avoid the need to parse the outgoing command 276 import pexpect # limiting scope to avoid build dependency 298 import pexpect # limiting scope to avoid build dependency
|