Lines Matching +full:separately +full:- +full:defined
6 defined in linux/dma-mapping.h.
9 ----------------------
19 ----------------------
29 --------------------------
33 such mapping is non-trivial task and consumes very limited resources
47 ----------------------
52 having a mapping created separately for each device and is usually
71 -------------------------
73 By default DMA-mapping subsystem is allowed to assemble the buffer
80 ---------------------------
82 This is a hint to the DMA-mapping subsystem that it's probably not worth
87 - You know that the accesses to this memory won't thrash the TLB.
89 that they aren't sequential but it's unlikely you'll ping-pong
92 - You know that the penalty of TLB misses while accessing the
96 - You know that the DMA mapping is fairly transitory. If you expect
108 ----------------
110 This tells the DMA-mapping subsystem to suppress allocation failure reports
125 -------------------
129 "user" modes. This attribute is used to indicate to the DMA-mapping
131 level (and ideally inaccessible or at least read-only at the
132 lesser-privileged levels).