Home
last modified time | relevance | path

Searched full:accesses (Results 1 – 25 of 196) sorted by relevance

12345678

/Documentation/driver-api/
Ddevice-io.rst10 Bus-Independent Device Accesses
30 part of the CPU's address space is interpreted not as accesses to
31 memory, but as accesses to a device. Some architectures define devices
54 historical accident, these are named byte, word, long and quad accesses.
55 Both read and write accesses are supported; there is no prefetch support
119 Port Space Accesses
127 addresses is generally not as fast as accesses to the memory mapped
136 Accesses to this space are provided through a set of functions which
137 allow 8-bit, 16-bit and 32-bit accesses; also known as byte, word and
143 that accesses to their ports are slowed down. This functionality is
/Documentation/core-api/
Dunaligned-memory-access.rst2 Unaligned Memory Accesses
15 unaligned accesses, why you need to write code that doesn't cause them,
22 Unaligned memory accesses occur when you try to read N bytes of data starting
59 - Some architectures are able to perform unaligned memory accesses
61 - Some architectures raise processor exceptions when unaligned accesses
64 - Some architectures raise processor exceptions when unaligned accesses
72 memory accesses to happen, your code will not work correctly on certain
103 to pad structures so that accesses to fields are suitably aligned (assuming
136 lead to unaligned accesses when accessing fields that do not satisfy
183 Here is another example of some code that could cause unaligned accesses::
[all …]
Ddma-attributes.rst87 - You know that the accesses to this memory won't thrash the TLB.
88 You might know that the accesses are likely to be sequential or
128 accesses to DMA buffers in both privileged "supervisor" and unprivileged
/Documentation/dev-tools/
Dkcsan.rst94 instrumentation or e.g. DMA accesses. These reports will only be generated if
100 It may be desirable to disable data race detection for specific accesses,
105 any data races due to accesses in ``expr`` should be ignored and resulting
140 accesses are aligned writes up to word size.
190 In an execution, two memory accesses form a *data race* if they *conflict*,
194 Accesses and Data Races" in the LKMM`_.
196 .. _"Plain Accesses and Data Races" in the LKMM: https://git.kernel.org/pub/scm/linux/kernel/git/to…
236 KCSAN relies on observing that two accesses happen concurrently. Crucially, we
243 address set up, and then observe the watchpoint to fire, two accesses to the
253 compiler instrumenting plain accesses. For each instrumented plain access:
[all …]
/Documentation/devicetree/bindings/
Dcommon-properties.txt13 - big-endian: Boolean; force big endian register accesses
16 - little-endian: Boolean; force little endian register accesses
19 - native-endian: Boolean; always use register accesses matched to the
30 default to LE for their MMIO accesses.
/Documentation/devicetree/bindings/memory-controllers/
Dbaikal,bt1-l2-ctl.yaml29 description: Cycles of latency for Way-select RAM accesses
36 description: Cycles of latency for Tag RAM accesses
43 description: Cycles of latency for Data RAM accesses
Domap-gpmc.txt86 - gpmc,bus-turnaround-ns: Turn-around time between successive accesses
97 accesses to a different CS
99 accesses to the same CS
106 burst accesses, defines the number of
/Documentation/i2c/
Di2c-topology.rst152 This means that accesses to D2 are lockout out for the full duration
153 of the entire operation. But accesses to D3 are possibly interleaved
216 This means that accesses to both D2 and D3 are locked out for the full
261 When device D1 is accessed, accesses to D2 are locked out for the
263 are locked). But accesses to D3 and D4 are possibly interleaved at
264 any point. Accesses to D3 locks out D1 and D2, but accesses to D4
282 When device D1 is accessed, accesses to D2 and D3 are locked out
284 root adapter). But accesses to D4 are possibly interleaved at any
295 mux. In that case, any interleaved accesses to D4 might close M2
316 When D1 is accessed, accesses to D2 are locked out for the full
[all …]
/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt10 resource describes the data bus connected to the NAND flash and all accesses
23 location used to guard against bus reordering with regards to accesses to
26 read to ensure that the GPIO accesses have completed.
/Documentation/admin-guide/hw-vuln/
Dspecial-register-buffer-data-sampling.rst7 infer values returned from special register accesses. Special register
8 accesses are accesses to off core registers. According to Intel's evaluation,
69 accesses from other logical processors will be delayed until the special
81 #. Executing RDRAND, RDSEED or EGETKEY will delay memory accesses from other
83 legacy locked cache-line-split accesses.
90 processors memory accesses. The opt-out mechanism does not affect Intel SGX
/Documentation/hwmon/
Dw83627hf.rst5 * Winbond W83627HF (ISA accesses ONLY)
41 This driver implements support for ISA accesses *only* for
45 This driver supports ISA accesses, which should be more reliable
46 than i2c accesses. Also, for Tyan boards which contain both a
51 If you really want i2c accesses for these Super I/O chips,
/Documentation/process/
Dvolatile-considered-harmful.rst39 meaning that data accesses will not be optimized across them. So the
43 accesses to that data.
53 registers. Within the kernel, register accesses, too, should be protected
55 accesses within a critical section. But, within the kernel, I/O memory
56 accesses are always done through accessor functions; accessing I/O memory
/Documentation/
Datomic_t.txt194 smp_mb__before_atomic() orders all earlier accesses against the RMW op
195 itself and all accesses following it, and smp_mb__after_atomic() orders all
196 later accesses against the RMW op and all accesses preceding it. However,
197 accesses between the smp_mb__{before,after}_atomic() and the RMW op are not
Dmemory-barriers.txt76 - Acquires vs memory accesses.
156 The set of accesses as seen by the memory system in the middle can be arranged
229 (*) On any given CPU, dependent memory accesses will be issued in order, with
289 (*) It _must_ be assumed that overlapping memory accesses may be merged or
495 ACQUIRE on a given variable, all memory accesses preceding any prior
497 words, within a given variable's critical section, all accesses of all
526 (*) There is no guarantee that any of the memory accesses specified before a
529 access queue that accesses of the appropriate type may not cross.
534 of the first CPU's accesses occur, but see the next point:
537 from a second CPU's accesses, even _if_ the second CPU uses a memory
[all …]
/Documentation/devicetree/bindings/thermal/
Dmediatek-thermal.txt5 instead it directly controls the AUXADC via AHB bus accesses. For this reason
7 apmixedsys register space via AHB bus accesses, so a phandle to the APMIXEDSYS
/Documentation/admin-guide/mm/
Didle_page_tracking.rst39 Only accesses to user memory pages are tracked. These are pages mapped to a
61 2. Wait until the workload accesses its working set.
82 The kernel internally keeps track of accesses to user memory pages in order to
108 mapped to, otherwise we will not be able to detect accesses to the page coming
/Documentation/devicetree/bindings/iommu/
Dmsm,iommu-v0.txt27 required for iommu's register accesses.
29 required by iommu for bus accesses.
/Documentation/devicetree/bindings/arm/altera/
Dsocfpga-sdram-edac.txt2 The EDAC accesses a range of registers in the SDRAM controller.
/Documentation/networking/dsa/
Dbcm_sf2.rst26 The switch hardware block is typically interfaced using MMIO accesses and
32 which is used for indirect PHY accesses)
66 MDIO indirect accesses
/Documentation/trace/
Dmmiotrace.rst12 Jeff Muizelaar created a tool for tracing MMIO accesses with the Nouveau
68 accesses to areas that are ioremapped while mmiotrace is active.
126 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
166 zero if it is not recorded. PID is always zero as tracing MMIO accesses
/Documentation/litmus-tests/atomic/
DAtomic-RMW+mb__after_atomic-is-stronger-than-acquire.litmus8 * the RMW are ordered before the subsequential memory accesses.
/Documentation/devicetree/bindings/net/
Dsmsc-lan91c111.txt10 - reg-io-width : Mask of sizes (in bytes) of the IO accesses that
/Documentation/devicetree/bindings/soc/ti/
Dk3-ringacc.yaml15 The Ring Accelerator (RA) is a machine which converts read/write accesses
16 from/to a constant address into corresponding read/write accesses from/to a
/Documentation/devicetree/bindings/nds32/
Datl2c.txt7 reducing DRAM accesses.
/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt5 accesses such as priority generation amongst initiators, configuration of SDRAM

12345678