| /Linux-v5.15/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 …]
|
| /Linux-v5.15/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.
|
| /Linux-v5.15/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
|
| /Linux-v5.15/arch/x86/boot/compressed/ |
| D | kaslr.c | 456 struct mem_vector avoid; in mem_avoid_overlap() local 458 avoid.start = (unsigned long)ptr; in mem_avoid_overlap() 459 avoid.size = sizeof(*ptr) + ptr->len; in mem_avoid_overlap() 461 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 462 *overlap = avoid; in mem_avoid_overlap() 469 avoid.start = ((struct setup_indirect *)ptr->data)->addr; in mem_avoid_overlap() 470 avoid.size = ((struct setup_indirect *)ptr->data)->len; in mem_avoid_overlap() 472 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap() 473 *overlap = avoid; in mem_avoid_overlap()
|
| /Linux-v5.15/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
|
| /Linux-v5.15/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
|
| /Linux-v5.15/scripts/coccinelle/misc/ |
| D | newline_in_nl_msg.cocci | 59 msg="WARNING avoid newline at end of message in %s" % (fname) 74 msg="WARNING avoid newline at end of message in %s" % (fname)
|
| /Linux-v5.15/arch/arm64/boot/dts/qcom/ |
| D | sc7180-trogdor-coachz-r1.dts | 20 * to avoid using bogus temperature values. 29 * skin temperature thermal zone to avoid using bogus temperature values.
|
| D | sc7180-trogdor-pompom-r2.dts | 20 * to avoid using bogus temperature values.
|
| D | sc7180-trogdor-pompom-r1.dts | 23 * to avoid using bogus temperature values.
|
| /Linux-v5.15/drivers/staging/qlge/ |
| D | TODO | 24 * reorder struct members to avoid holes if it doesn't impact performance 25 * avoid legacy/deprecated apis (ex. replace pci_dma_*, replace pci_enable_msi,
|
| /Linux-v5.15/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
|
| /Linux-v5.15/tools/bpf/bpftool/Documentation/ |
| D | bpftool-feature.rst | 46 avoid conflicts on macro names when including the output of 57 **unprivileged** keyword: This is to avoid misdetection if
|
| /Linux-v5.15/arch/arc/mm/ |
| D | tlbex.S | 54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we
|
| /Linux-v5.15/lib/vdso/ |
| D | Kconfig | 19 This config option helps to avoid possible performance issues
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | facebook-bmc-flash-layout.dtsi | 36 * explicitly created to avoid breaking legacy applications.
|
| D | facebook-bmc-flash-layout-128.dtsi | 54 * explicitly created to avoid breaking legacy applications.
|
| D | axp81x.dtsi | 149 /* Disable by default to avoid conflicts with GPIO */ 156 /* Disable by default to avoid conflicts with GPIO */
|
| /Linux-v5.15/Documentation/driver-api/pldmfw/ |
| D | index.rst | 45 To avoid proliferating access to the packed binary data, the ``pldmfw`` 49 In order to safely process the firmware file, care is taken to avoid
|
| /Linux-v5.15/Documentation/admin-guide/media/ |
| D | cpia2.rst | 110 be necessary to increase the buffer size to avoid having frames dropped due 137 image. Single and double buffering have extra checks to avoid overwriting. 143 order to avoid confusion, here it is called mview. There is also the qx5view
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | rockchip,rk3399-gru-sound.txt | 12 delay for DMIC to ready so that rt5514 can avoid recording before
|
| D | max98357a.txt | 15 ready before SD_MODE is unmuted in order to avoid the speaker pop noise.
|
| /Linux-v5.15/Documentation/security/ |
| D | landlock.rst | 37 * To avoid multiple kinds of side-channel attacks (e.g. leak of security 79 makes the reasoning much easier and helps avoid pitfalls.
|
| /Linux-v5.15/tools/perf/util/intel-pt-decoder/ |
| D | Build | 10 # Busybox's diff doesn't have -I, avoid warning in the case
|
| /Linux-v5.15/Documentation/dev-tools/kunit/ |
| D | style.rst | 41 subsystems should be named to avoid ambiguity where necessary. 93 Unless these tests are actually present, avoid using ``_test``, ``_unittest`` or 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
|