Home
last modified time | relevance | path

Searched full:avoid (Results 1 – 25 of 7029) sorted by relevance

12345678910>>...282

/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Dll_char_wr.S67 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 …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst45 Unused. Kept just to avoid breaking uAPI.
51 Unused. Kept just to avoid breaking uAPI.
68 Unused. Kept just to avoid breaking uAPI.
109 Unused. Kept just to avoid breaking uAPI.
136 Unused. Kept just to avoid breaking uAPI.
156 Unused. Kept just to avoid breaking uAPI.
162 Unused. Kept just to avoid breaking uAPI.
178 Unused. Kept just to avoid breaking uAPI.
185 Unused. Kept just to avoid breaking uAPI.
/OK3568_Linux_fs/buildroot/package/c-icap/
H A D0001-Required-fixes-to-compile-and-run-under-cygwin.patch193 -sys_logger_la_LDFLAGS= -module -avoid-version
194 +sys_logger_la_LDFLAGS= -module -avoid-version @LIBS_LDFLAGS@
200 -dnsbl_tables_la_LDFLAGS= -module -avoid-version
201 +dnsbl_tables_la_LDFLAGS= -module -avoid-version @LIBS_LDFLAGS@
207 -perl_handler_la_LDFLAGS= -module -avoid-version @perlldflags@
208 +perl_handler_la_LDFLAGS= -module -avoid-version @LIBS_LDFLAGS@ @perlldflags@
215 -bdb_tables_la_LDFLAGS= -module -avoid-version
216 +bdb_tables_la_LDFLAGS= -module -avoid-version @LIBS_LDFLAGS@
222 -ldap_module_la_LDFLAGS= -module -avoid-version
223 +ldap_module_la_LDFLAGS= -module -avoid-version @LIBS_LDFLAGS@
[all …]
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dkaslr.c9 * to avoid) in order to select a physical memory location that can
316 * when KASLR searches for an appropriate random address. We must avoid any
326 * What is not obvious how to avoid is the range of memory that is used
395 * Avoid the region that is unsafe to overlap during in mem_avoid_init()
401 /* Avoid initrd. */ in mem_avoid_init()
410 /* Avoid kernel command line. */ in mem_avoid_init()
419 /* Avoid boot parameters. */ in mem_avoid_init()
425 /* Mark the memmap regions we need to avoid */ in mem_avoid_init()
453 /* Avoid all entries in the setup_data linked list. */ in mem_avoid_overlap()
456 struct mem_vector avoid; in mem_avoid_overlap() local
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A Dfix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch1 …ff -urN -x .git orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch patched/thirdparty/…
2 --- orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 1970-01-01 09:00:00.000000000 +0…
3 +++ patched/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 2020-08-07 23:14:46.196764271…
11 +Subject: [PATCH] avoid BSWAP assembly for ARM <= v6
/OK3568_Linux_fs/buildroot/package/gettext-gnu/
H A D0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch61avoid=array-list-tests --avoid=linkedhash-list-tests --avoid=hash-tests --avoid=fdutimensat-tests …
62 …`for m in $GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS; do echo --avoid=$m; done` $GNULIB_MODULES_TOOL…
/OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/
H A DMakefile.am20 libfb_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
25 libwfb_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
30 libglx_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
40 libshadow_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A D0001-nettest_omni-Remove-duplicate-variable-definitions.patch27 - 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 */
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dfiqasm.S29 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
/OK3568_Linux_fs/buildroot/package/netperf/
H A D0001-src-nettest_omni.c-fix-compilation-with-GCC10.patch32 - loc_sndavoid, /* avoid send copies locally */
33 - loc_rcvavoid, /* avoid recv copies locally */
34 - rem_sndavoid, /* avoid send copies remotely */
35 - rem_rcvavoid; /* avoid recv_copies remotely */
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/db/db/
H A D0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch26 -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"
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0005-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch4 Subject: [PATCH] or1k: Avoid R_OR1K_GOT16 signed overflow by using special
8 relocation value in order to avoid overflow complaints when acceptable.
63 relocation we assume the code is doing the right thing to avoid
65 - avoid overflow validation failures. */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch28 - 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…
/OK3568_Linux_fs/buildroot/package/binutils/2.38/
H A D0004-or1k-Avoid-R_OR1K_GOT16-signed-overflow-by-using-spe.patch4 Subject: [PATCH] or1k: Avoid R_OR1K_GOT16 signed overflow by using special
8 relocation value in order to avoid overflow complaints when acceptable.
63 relocation we assume the code is doing the right thing to avoid
65 - avoid overflow validation failures. */
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dstyle.rst41 subsystems should be named to avoid ambiguity where necessary.
59 Avoid names like these:
93 Unless these tests are actually present, avoid using ``_test``, ``_unittest`` or
112 Avoid names like:
139 naming. It's a good idea to make your test functions `static` to avoid
147 Tests the ``list_splice`` macro. It has the prefix ``test_`` to avoid a
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dmemcpy.c66 * 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.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dpcie_core.c4 * builds, DHD builds, BMAC builds), in order to avoid code duplication.
50 /* To avoid build error for dongle standalone test, define CAN_SLEEP if not defined */
83 * JIRA : SWWLAN-283651, 4397A0 WAR : During insmod avoid existing in pcie_watchdog_reset()
84 * PCIE WAR to avoid 'pcie_watchdog_reset' in pcie_watchdog_reset()
90 /* To avoid hang on FPGA, donot reset watchdog */ in pcie_watchdog_reset()
98 /* To avoid hang on FPGA, donot reset watchdog */ in pcie_watchdog_reset()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dpcie_core.c4 * builds, DHD builds, BMAC builds), in order to avoid code duplication.
50 /* To avoid build error for dongle standalone test, define CAN_SLEEP if not defined */
83 * JIRA : SWWLAN-283651, 4397A0 WAR : During insmod avoid existing in pcie_watchdog_reset()
84 * PCIE WAR to avoid 'pcie_watchdog_reset' in pcie_watchdog_reset()
90 /* To avoid hang on FPGA, donot reset watchdog */ in pcie_watchdog_reset()
98 /* To avoid hang on FPGA, donot reset watchdog */ in pcie_watchdog_reset()
/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0006-HACK-gdk-gdkgl-Avoid-using-shared-contexts.patch4 Subject: [PATCH 6/6] HACK: gdk: gdkgl: Avoid using shared contexts
9 Let's avoid switching GL context here to make sure of generating
29 + * Let's avoid switching GL context here to make sure of generating
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_uc.c44 * @reserved0: reserved bytes; avoid reading or writing
49 * @reserved1: reserved bytes; avoid reading or writing
53 * @reserved2: reserved bytes; avoid reading or writing
59 * @reserved3: reserved bytes; avoid reading or writing
61 * @reserved4: reserved bytes; avoid reading or writing
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst147 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
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Ddirect-fs-lookup.rst13 avoid having a separate partition for them in order to avoid possible
14 races with lookups and avoid uses of the custom fallback mechanisms
/OK3568_Linux_fs/kernel/tools/power/cpupower/lib/
H A Dcpufreq.h85 * to avoid memory leakage, please.
96 * to avoid memory leakage, please.
143 * to avoid memory leakage, please.
155 * to avoid memory leakage, please.
/OK3568_Linux_fs/buildroot/package/cdrkit/
H A D0002-define-__THROW-to-avoid-build-issue-with-musl.patch4 Subject: [PATCH] define __THROW to avoid build issue with musl
23 +/* define __THROW to avoid build issue when it's not available from the libc */
38 +/* define __THROW to avoid build issue when it's not available from the libc */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-define-__THROW-to-avoid-build-issue-with-musl.patch4 Subject: [PATCH 1/2] define __THROW to avoid build issue with musl
23 +/* define __THROW to avoid build issue when it's not available from the libc */
38 +/* define __THROW to avoid build issue when it's not available from the libc */

12345678910>>...282