| /kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/compressed/ |
| D | ll_char_wr.S | 70 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/ |
| 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. 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/ |
| 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. 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/ |
| 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
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| 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
|
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| D | kaslr.c | 9 * 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/ |
| 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
|
| /kernel/linux/linux-4.19/Documentation/driver-api/firmware/ |
| 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
|
| /kernel/linux/linux-4.19/arch/x86/boot/compressed/ |
| D | kaslr.c | 9 * 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/ |
| D | style.rst | 41 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/ |
| 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.
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| 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.
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | kernel-per-CPU-kthreads.txt | 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 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/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | ipa_uc.c | 44 * @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/ |
| 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | eventpoll.h | 15 /* 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/ |
| D | eventpoll.h | 20 /* 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/ |
| D | cpufreq.h | 93 * 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/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | dma-attributes.rst | 31 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/ |
| D | tlb.h | 99 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/ |
| D | Makefile | 99 # 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/ |
| D | management-style.rst | 9 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
|