Home
last modified time | relevance | path

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

12345678910>>...243

/kernel/linux/linux-5.10/arch/arm/boot/compressed/
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 …]
/kernel/linux/linux-4.19/arch/arm/boot/compressed/
Dll_char_wr.S70 sub r1, r1, #1 @ avoid using r7 directly after
75 tst r1, #7 @ avoid using r7 directly after
89 and ip, r7, #15 @ avoid r4
90 ldr ip, [lr, ip, lsl #2] @ avoid r4
91 mul ip, r2, ip @ avoid r4
92 sub r1, r1, #1 @ avoid ip
93 sub r0, r0, r5 @ avoid ip
99 and ip, r7, #15 @ avoid r4
100 ldr ip, [lr, ip, lsl #2] @ avoid r4
101 mul ip, r2, ip @ avoid r4
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/rc/
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.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/
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.
/kernel/linux/linux-4.19/arch/arm/kernel/
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
/kernel/linux/linux-5.10/arch/arm/kernel/
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
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
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 …]
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/
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
/kernel/linux/linux-4.19/Documentation/driver-api/firmware/
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
/kernel/linux/linux-4.19/arch/x86/boot/compressed/
Dkaslr.c9 * to avoid) in order to select a physical memory location that can
301 * when KASLR searches for an appropriate random address. We must avoid any
311 * What is not obvious how to avoid is the range of memory that is used
381 * Avoid the region that is unsafe to overlap during in mem_avoid_init()
389 /* Avoid initrd. */ in mem_avoid_init()
398 /* Avoid kernel command line. */ in mem_avoid_init()
410 /* Avoid boot parameters. */ in mem_avoid_init()
418 /* Mark the memmap regions we need to avoid */ in mem_avoid_init()
448 /* Avoid all entries in the setup_data linked list. */ in mem_avoid_overlap()
451 struct mem_vector avoid; in mem_avoid_overlap() local
[all …]
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/
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
/kernel/linux/linux-4.19/arch/alpha/lib/
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.
/kernel/linux/linux-5.10/arch/alpha/lib/
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.
/kernel/linux/linux-4.19/Documentation/
Dkernel-per-CPU-kthreads.txt147 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
277 e. Boot with "elevator=noop" to avoid workqueue use by
288 CBE_CPUFREQ_SPU_GOVERNOR=n to avoid OS jitter from
318 avoid initiating any CPU hotplug operations on this CPU. This is
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
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.
/kernel/linux/linux-5.10/drivers/net/ipa/
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
/kernel/linux/linux-5.10/Documentation/virt/
Dguest-halt-polling.rst12 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
/kernel/linux/linux-5.10/include/linux/
Deventpoll.h15 /* Forward declarations to avoid compiler errors */
46 * Fast check to avoid the get/release of the semaphore. Since in eventpoll_release()
49 * to avoid the semaphore lock. False positives simply cannot happen in eventpoll_release()
/kernel/linux/linux-4.19/include/linux/
Deventpoll.h20 /* Forward declarations to avoid compiler errors */
51 * Fast check to avoid the get/release of the semaphore. Since in eventpoll_release()
54 * to avoid the semaphore lock. False positives simply cannot happen in eventpoll_release()
/kernel/linux/linux-4.19/tools/power/cpupower/lib/
Dcpufreq.h93 * to avoid memory leakage, please.
104 * to avoid memory leakage, please.
145 * to avoid memory leakage, please.
157 * to avoid memory leakage, please.
/kernel/linux/linux-5.10/Documentation/admin-guide/
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
/kernel/linux/linux-5.10/Documentation/core-api/
Ddma-attributes.rst31 DMA_ATTR_NO_KERNEL_MAPPING lets the platform to avoid creating a kernel
62 large, so it is highly recommended to avoid it if possible.
98 optimize allocation (avoid coming up with large pages) instead of
119 So, this provides a way for drivers to avoid those error messages on calls
/kernel/linux/linux-4.19/arch/s390/include/asm/
Dtlb.h99 return false; /* avoid calling tlb_flush_mmu */ in __tlb_remove_page()
134 * to avoid the double free of the pmd in this case.
150 * to avoid the double free of the p4d in this case.
165 * to avoid the double free of the pud in this case.
/kernel/linux/linux-5.10/tools/testing/selftests/
DMakefile99 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
138 # is used to avoid running headers_install from lib.mk.
139 # Invoke headers install with --no-builtin-rules to avoid circular
202 # Avoid conflict with INSTALL_PATH set by the main Makefile
206 # Avoid changing the rest of the logic here and lib.mk.
/kernel/linux/linux-5.10/Documentation/process/
Dmanagement-style.rst9 degree, and mainly written to avoid answering [#f1]_ the same (or similar)
42 The name of the game is to **avoid** having to make a decision. In
54 So the name of the game is to **avoid** decisions, at least the big and
96 engineer. And remember: "irrevocable" was what we tried to avoid in
123 Btw, another way to avoid a decision is to plaintively just whine "can't
230 **in private** that they screwed up. Not just so they can avoid it in the
242 5) Things to avoid

12345678910>>...243