| /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-6.6/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-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-6.6/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. 144 Unused. Kept just to avoid breaking uAPI. 160 Unused. Kept just to avoid breaking uAPI. 167 Unused. Kept just to avoid breaking uAPI.
|
| /kernel/linux/linux-6.6/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-6.6/arch/x86/boot/compressed/ |
| 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 …]
|
| /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-6.6/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-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-6.6/Documentation/dev-tools/kunit/ |
| 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
|
| /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-6.6/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-6.6/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/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-6.6/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/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-6.6/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/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/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-6.6/arch/riscv/ |
| 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.
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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()
|
| 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.
|