Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/linux/arch/arm/boot/compressed/
A Dll_char_wr.S72 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
99 tst r1, #7 @ avoid ip
[all …]
/linux/Documentation/userspace-api/media/rc/
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.
/linux/arch/arm/kernel/
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
/linux/arch/x86/boot/compressed/
A Dkaslr.c452 struct mem_vector avoid; in mem_avoid_overlap() local
454 avoid.start = (unsigned long)ptr; in mem_avoid_overlap()
455 avoid.size = sizeof(*ptr) + ptr->len; in mem_avoid_overlap()
457 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
458 *overlap = avoid; in mem_avoid_overlap()
465 avoid.start = ((struct setup_indirect *)ptr->data)->addr; in mem_avoid_overlap()
466 avoid.size = ((struct setup_indirect *)ptr->data)->len; in mem_avoid_overlap()
468 if (mem_overlaps(img, &avoid) && (avoid.start < earliest)) { in mem_avoid_overlap()
469 *overlap = avoid; in mem_avoid_overlap()
/linux/Documentation/driver-api/firmware/
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
/linux/Documentation/virt/
A 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
/linux/scripts/coccinelle/misc/
A Dnewline_in_nl_msg.cocci59 msg="WARNING avoid newline at end of message in %s" % (fname)
74 msg="WARNING avoid newline at end of message in %s" % (fname)
/linux/arch/arm64/boot/dts/qcom/
A Dsc7180-trogdor-coachz-r1.dts20 * to avoid using bogus temperature values.
43 * skin temperature thermal zone to avoid using bogus temperature values.
A Dsc7180-trogdor-pompom-r2.dts20 * to avoid using bogus temperature values.
/linux/drivers/staging/qlge/
A DTODO24 * 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/Documentation/core-api/
A 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
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst46 avoid conflicts on macro names when including the output of
57 **unprivileged** keyword: This is to avoid misdetection if
/linux/Documentation/admin-guide/media/
A Dcpia2.rst110 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/Documentation/driver-api/pldmfw/
A Dindex.rst45 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/arch/arc/mm/
A Dtlbex.S54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we
/linux/Documentation/security/
A Dlandlock.rst37 * To avoid multiple kinds of side-channel attacks (e.g. leak of security
79 makes the reasoning much easier and helps avoid pitfalls.
/linux/Documentation/dev-tools/kunit/
A Dstyle.rst41 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
/linux/lib/vdso/
A DKconfig19 This config option helps to avoid possible performance issues
/linux/Documentation/process/
A 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
/linux/arch/arm/boot/dts/
A Dfacebook-bmc-flash-layout.dtsi36 * explicitly created to avoid breaking legacy applications.
A Daxp81x.dtsi149 /* Disable by default to avoid conflicts with GPIO */
156 /* Disable by default to avoid conflicts with GPIO */
/linux/Documentation/devicetree/bindings/display/panel/
A Dinnolux,ee101ia-01d.yaml20 - {} # panel-lvds, but not listed here to avoid false select
A Dstartek,startek-kd050c.yaml19 - {} # panel-dpi, but not listed here to avoid false select
/linux/arch/powerpc/boot/dts/
A Dcurrituck.dts151 * to avoid putting a node for it in the tree, so the numbers
188 * to avoid putting a node for it in the tree, so the numbers
225 * to avoid putting a node for it in the tree, so the numbers
/linux/Documentation/devicetree/bindings/sound/
A Drockchip,rk3399-gru-sound.txt12 delay for DMIC to ready so that rt5514 can avoid recording before

Completed in 31 milliseconds

12345678910>>...25