Home
last modified time | relevance | path

Searched refs:accesses (Results 1 – 162 of 162) sorted by relevance

/linux-4.4.14/lib/
DKconfig.kasan12 designed to find out-of-bounds accesses and use-after-free bugs.
14 of 4.9.2 or later. Detection of out of bounds accesses to stack or
38 memory accesses. This is faster than outline (in some workloads
50 out of bounds accesses, use after free. It is useful for testing
DKconfig.kmemcheck91 accesses where not all the bits are initialized at the same time.
/linux-4.4.14/arch/mips/kvm/
DKconfig38 bool "Maintain counters for COP0 accesses"
41 Maintain statistics for Guest COP0 accesses.
42 A histogram of COP0 accesses is printed when the VM is
/linux-4.4.14/Documentation/devicetree/bindings/
Dcommon-properties.txt9 - big-endian: Boolean; force big endian register accesses
12 - little-endian: Boolean; force little endian register accesses
15 - native-endian: Boolean; always use register accesses matched to the
27 readl/writel for MMIO accesses.
/linux-4.4.14/drivers/acpi/acpica/
Dexprep.c99 u32 accesses; in acpi_ex_generate_access() local
147 accesses = field_end_offset - field_start_offset; in acpi_ex_generate_access()
156 accesses)); in acpi_ex_generate_access()
160 if (accesses <= 1) { in acpi_ex_generate_access()
171 if (accesses < minimum_accesses) { in acpi_ex_generate_access()
172 minimum_accesses = accesses; in acpi_ex_generate_access()
/linux-4.4.14/Documentation/
Dunaligned-memory-access.txt6 unaligned accesses, why you need to write code that doesn't cause them,
13 Unaligned memory accesses occur when you try to read N bytes of data starting
50 - Some architectures are able to perform unaligned memory accesses
52 - Some architectures raise processor exceptions when unaligned accesses
55 - Some architectures raise processor exceptions when unaligned accesses
63 memory accesses to happen, your code will not work correctly on certain
94 to pad structures so that accesses to fields are suitably aligned (assuming
127 lead to unaligned accesses when accessing fields that do not satisfy
174 Here is another example of some code that could cause unaligned accesses:
182 This code will cause unaligned accesses every time the data parameter points
[all …]
Dvolatile-considered-harmful.txt36 meaning that data accesses will not be optimized across them. So the
40 accesses to that data.
50 registers. Within the kernel, register accesses, too, should be protected
52 accesses within a critical section. But, within the kernel, I/O memory
53 accesses are always done through accessor functions; accessing I/O memory
Dmemory-barriers.txt41 - Locks vs memory accesses.
42 - Locks vs I/O accesses.
121 The set of accesses as seen by the memory system in the middle can be arranged
194 (*) On any given CPU, dependent memory accesses will be issued in order, with
251 (*) It _must_ be assumed that overlapping memory accesses may be merged or
458 an ACQUIRE on a given variable, all memory accesses preceding any prior
460 words, within a given variable's critical section, all accesses of all
484 (*) There is no guarantee that any of the memory accesses specified before a
487 access queue that accesses of the appropriate type may not cross.
492 of the first CPU's accesses occur, but see the next point:
[all …]
Dthis_cpu_ops.txt33 Please note that accesses by remote processors to a per cpu area are
277 Remote write accesses to percpu data structures are highly discouraged
300 per cpu data. Write accesses can cause unique problems due to the
320 to update field b. Care should be taken that such simultaneous accesses to
Dkasan.txt13 required for detection of out-of-bounds accesses to stack or global variables.
164 Compile-time instrumentation used for checking memory accesses. Compiler inserts
Dbus-virt-phys-mapping.txt44 2 GB-3 GB "system IO" (inb/out and similar accesses on x86)
197 much in the actual IO accesses as in error handling and timeouts etc).
Datomic_ops.txt95 that might otherwise optimize accesses out of existence on the one hand,
96 or that might create unsolicited accesses on the other.
267 other accesses of *v are performed through atomic_xxx operations.
Dcircular-buffers.txt235 against previous accesses.
Dstatic-keys.txt53 be shared with other memory accesses). As we increase the number of tracepoints
Dkmemcheck.txt177 accesses where not all the bits are initialized at the same time. This
607 Normally, kmemcheck will not report uninitialized accesses in memcpy() calls
Dinitrd.txt203 - removing all accesses to the old (initrd) root file system
Dassoc_array.txt113 to permit accesses under the RCU read lock to continue. The edit script
Dparport-lowlevel.txt64 accesses. Each low-level driver handles a particular style of port
DDMA-API.txt245 accesses data that may be changed by the device. This memory should
DDMA-API-HOWTO.txt359 and for which hardware can optimize for sequential accesses.
Dkernel-parameters.txt1755 kvm.ignore_msrs=[KVM] Ignore guest accesses to unhandled MSRs.
2492 noiotrap [SH] Disables trapped I/O port accesses.
/linux-4.4.14/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.
Dmtd-physmap.txt23 unaligned accesses as implemented in the JFFS2 code via memcpy().
/linux-4.4.14/Documentation/hwmon/
Dw83627hf5 * 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,
Dlm7028 the driver accesses the LM70 using SPI communication: 16 SCLK cycles
Dzl610082 commands) as request to execute the command in question. Unless write accesses
100 bus accesses. According to Intersil, the minimum interval is 2 ms, though 1 ms
Dmax665029 The driver provides the following sensor accesses in sysfs:
Damc682122 The driver provides the following sensor accesses in sysfs:
/linux-4.4.14/arch/metag/
DKconfig.soc49 All memory accesses will be checked for alignment and an exception
50 raised on unaligned accesses. This feature does cost performance
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/
Darbiter.h24 unsigned long clients, unsigned long accesses,
/linux-4.4.14/arch/
DKconfig113 Some architectures require 64 bit accesses to be 64 bit
116 architectures which can do 64 bit accesses, as well as 64 bit
120 accesses are required to be 64 bit aligned in this way even
124 information on the topic of unaligned memory accesses.
129 Some architectures are unable to perform unaligned accesses
131 unable to perform such accesses efficiently (e.g. trap on
136 perform unaligned accesses efficiently to allow different
143 information on the topic of unaligned memory accesses.
448 some 32-bit arches may require multiple accesses, so proper
449 locking is needed to protect against concurrent accesses.
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/
Darbiter.h30 unsigned long clients, unsigned long accesses,
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt64 - gpmc,bus-turnaround-ns: Turn-around time between successive accesses
75 accesses to a different CS
77 accesses to the same CS
84 burst accesses, defines the number of
/linux-4.4.14/Documentation/devicetree/bindings/serial/
D8250.txt35 - reg-io-width : the size (in bytes) of the IO accesses that should be
37 accesses to the UART (e.g. TI davinci).
Dsnps-dw-apb-uart.txt24 - reg-io-width : the size (in bytes) of the IO accesses that should be
26 accesses are used.
Dmtk-uart.txt23 - "bus": The bus clock for register accesses (optional)
/linux-4.4.14/Documentation/devicetree/bindings/arm/altera/
Dsocfpga-sdram-edac.txt2 The EDAC accesses a range of registers in the SDRAM controller.
/linux-4.4.14/Documentation/vm/
Didle_page_tracking.txt27 Only accesses to user memory pages are tracked. These are pages mapped to a
49 2. Wait until the workload accesses its working set.
60 The kernel internally keeps track of accesses to user memory pages in order to
85 mapped to, otherwise we will not be able to detect accesses to the page coming
Dpage_migration35 accesses and may use the result to move pages to more advantageous
95 3. Lock the new page that we want to move to. It is locked so that accesses to
113 accesses to the new page will discover a page with the correct settings.
Dnuma32 bandwidths than accesses to memory on other, remote cells. NUMA platforms
48 CPUs, memory and/or IO buses. And, again, memory accesses to memory on
50 faster access times and higher effective bandwidth than accesses to more
Dtranshuge.txt24 factor will affect all subsequent accesses to the memory for the whole
Dunevictable-lru.txt593 when an application accesses the page the first time after SHM_LOCK'ing
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsmsc-lan91c111.txt10 - reg-io-width : Mask of sizes (in bytes) of the IO accesses that
Dsmsc911x.txt13 - reg-io-width : Specify the size (in bytes) of the IO accesses that
Dbrcm,unimac-mdio.txt7 base register, and the second one is optional and for indirect accesses to
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt25 The switch hardware block is typically interfaced using MMIO accesses and
31 which is used for indirect PHY accesses)
65 MDIO indirect accesses
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt10 Jeff Muizelaar created a tool for tracing MMIO accesses with the Nouveau
61 accesses to areas that are ioremapped while mmiotrace is active.
107 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
147 zero if it is not recorded. PID is always zero as tracing MMIO accesses
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,kpss-acc.txt5 well as an alias register region that remaps accesses to the ACC associated
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Ddmm.txt5 accesses such as priority generation amongst initiators, configuration of SDRAM
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
Darbiter.c363 unsigned long clients, unsigned long accesses, in crisv32_arbiter_watch() argument
417 rw_op, accesses); in crisv32_arbiter_watch()
433 rw_op, accesses); in crisv32_arbiter_watch()
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
Darbiter.c264 unsigned long clients, unsigned long accesses, in crisv32_arbiter_watch() argument
294 accesses); in crisv32_arbiter_watch()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt21 The data register allows accesses with 8, 16, 32 and 64-bit width (only at
25 have been transferred by byte-wide accesses in chronological order.
Dl2cc.txt36 - arm,data-latency : Cycles of latency for Data RAM accesses. Specifies 3 cells of
39 - arm,tag-latency : Cycles of latency for Tag RAM accesses. Specifies 3 cells of
Dcoresight.txt50 * arm,cp14: must be present if the system accesses ETM/PTM management
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Diommu.txt18 * Provide system protection against "rogue" DMA by forcing all accesses to go
19 through the IOMMU and faulting when encountering accesses to unmapped
31 master IOMMU devices can translate accesses from more than one master.
Darm,smmu-v3.txt33 table walks, stream table accesses etc) are cache
/linux-4.4.14/Documentation/spi/
Dspi-sc18is60231 similar large accesses have to be split into multiple chunks of no more than
/linux-4.4.14/Documentation/w1/slaves/
Dw1_ds28e0416 during memory accesses can optionally be enabled/disabled via the device
/linux-4.4.14/tools/perf/Documentation/
Dperf-mem.txt6 perf-mem - Profile memory accesses
Dperf-record.txt68 If you want to profile read-write accesses in 0x1000, just set
70 If you want to profile write accesses in [0x1000~1008), just set
/linux-4.4.14/security/smack/
DKconfig26 identify which rules are necessary and what accesses
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dsja1000.txt15 - reg-io-width : Specify the size (in bytes) of the IO accesses that
/linux-4.4.14/Documentation/m68k/
DREADME.buddha122 accesses are Byte-wide and have to be made slower according
181 fast accesses) depend on the accelerator card used in the
203 always shows a "no IRQ here" on the Buddha, and accesses to
/linux-4.4.14/Documentation/driver-model/
Doverview.txt61 The PCI bus layer freely accesses the fields of struct device. It knows about
70 (and not the device layer) accesses the struct device, it is only the bus
Dbus.txt78 for each device or driver in the list. All list accesses are
Ddevres.txt205 concurrent accesses to allocated devres data is caller's
Ddriver.txt125 accesses it.
Dporting.txt431 struct bus_type contains an rwsem that protects all core accesses to
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt240 accesses are supported by POWER8. Also, the AFU will be designed
241 with a specific endianness, so all MMIO accesses should consider
333 access. Valid accesses will be handled transparently by the
334 kernel but invalid accesses will generate this event.
Dtransactional_memory.txt48 transactional or non-transactional accesses within the system. In this
Dpci_iov_resource_on_powernv.txt78 32-bit PCIe accesses. We configure that window at boot from FW and
/linux-4.4.14/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt31 - qcom,channel : which of the PMIC Arb provided channels to use for accesses (0-5)
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt33 these expressions, so that subsequent accesses no longer depend
47 accesses to no longer depend on the rcu_dereference(), causing
144 misordering will not affect the accesses that follow
176 o All of the accesses following the comparison are stores,
Dchecklist.txt58 3. Does the update code tolerate concurrent accesses?
109 accesses. The rcu_dereference() primitive ensures that
420 CONFIG_PROVE_RCU: check that accesses to RCU-protected data
DRTFP.txt2391 ,title = {Ordering decoupled metadata accesses in multiprocessors}
/linux-4.4.14/drivers/net/ethernet/wiznet/
DKconfig59 In indirect address mode host system indirectly accesses registers
/linux-4.4.14/arch/arm/kvm/
Dinit.S95 @ Use the same memory attributes for hyp. accesses as the kernel
Dinterrupts_head.S605 bic r3, r2, r3 @ Don't trap defined coproc-accesses
627 orr r2, r2, r3 @ Trap some perfmon accesses
/linux-4.4.14/arch/mips/cavium-octeon/
DKconfig18 CVMSEG LM is a segment that accesses portions of the dcache as a
/linux-4.4.14/arch/arm/mm/
Dcache-v7.S91 dmb @ ensure ordering with previous memory accesses
119 dmb @ ensure ordering with previous memory accesses
DKconfig935 PL310 can handle normal accesses while it is in progress. Under very
/linux-4.4.14/arch/arm/mach-pxa/
Dsleep.S159 @ external accesses after SDRAM is put in self-refresh mode
/linux-4.4.14/Documentation/filesystems/
Ddnotify.txt44 Also, remote accesses to files served by a local kernel NFS server should
Dfiles.txt9 ->file_lock protected accesses to all the file related fields
Daffs.txt21 cache speeds up directory accesses on floppies considerably,
Dhpfs.txt277 2.02 Workaround for bug in breada in Linux. breada could cause accesses beyond
Dxfs-delayed-logging-design.txt609 A fundamental requirement for the CIL is that accesses through transaction
/linux-4.4.14/Documentation/device-mapper/
Dpersistent-data.txt33 is a read/write locking interface to prevent concurrent accesses, and
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt60 correctly configured for SRIO accesses. The property should
Dsrio-rmu.txt29 correctly configured for SRIO accesses. The property should
Dmpc5200.txt117 - just mark GPT0 as watchdog, blocking gpt accesses, and configure it later;
/linux-4.4.14/Documentation/mic/
Dscif_overview.txt18 6. Remote memory mapping for low latency CPU accesses via mmap
/linux-4.4.14/arch/frv/
DKconfig292 generate accesses to the data using GR16-relative addressing which
300 So if the linker starts complaining that accesses to GPREL data are
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt80 accesses in nano seconds.
Dmvebu-devbus.txt59 (in burst accesses).
/linux-4.4.14/drivers/memory/
DKconfig99 Coherency Fabric. Errors reported include accesses to
/linux-4.4.14/Documentation/ia64/
Daliasing.txt72 generate UC accesses only to locations explicitly referenced by
138 eight-byte accesses, and the copy_from_user() path doesn't allow
/linux-4.4.14/arch/mn10300/
DKconfig.debug20 accesses to make sure the misalignment handler deals them with
/linux-4.4.14/Documentation/isdn/
DREADME.concap104 The network interface driver accesses those primitives via callbacks
152 The encapsulation protocol accesses those primitives via callbacks
/linux-4.4.14/drivers/iommu/
DKconfig100 remapping of DMA memory accesses from devices. With an AMD IOMMU you
283 remapping of DMA memory accesses from all of the IP blocks
/linux-4.4.14/Documentation/arm/
DPorting103 out of bounds memory accesses (eg, something writing off the end
DIXP4xx89 three local register accesses plus a spinlock, but in some
Dvlocks.txt150 guarantees coherency between overlapping memory accesses of
/linux-4.4.14/Documentation/parisc/
Dregisters39 SR3 used for userspace accesses (current process)
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-tty137 for accesses on this iomem address.
/linux-4.4.14/Documentation/networking/
Ddm9000.txt143 expensive MII accesses. This method is faster, but does not print
Dfilter.txt1166 Program that accesses stack out of bounds:
1220 accesses the memory with incorrect alignment:
1241 accesses memory with correct alignment in one side of 'if' branch, but fails
Dphy.txt291 The PHY's MMD register accesses are handled by the PAL framework
Dppp_generic.txt195 used around accesses to the internal data structures where necessary
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt136 synchronous, journalled disk accesses (lookup, mkdir, create, setxattr,
169 There are initialisation states in which the object sets itself up and accesses
/linux-4.4.14/Documentation/security/
DSmack.txt254 Thereafter, accesses that involve that label will be logged and
270 you can add access rules in /etc/smack/accesses. They take the form:
476 access control models is not one of them. Smack strives to treat accesses as
515 The configuration file /etc/smack/accesses contains the rules to be set at
579 particular way and does not assume or assign accesses based on them. Some
742 mode is enabled accesses that succeed due to rules marked with the "b"
Dcredentials.txt205 accesses performed by processes, without the necessity of ordinary
216 When a process accesses a key, if not already present, it will normally be
217 cached on one of these keyrings for future accesses to find.
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig148 accesses, sent to the device. If you say yes, iwlwifi will
/linux-4.4.14/arch/blackfin/mach-bf548/
DKconfig32 bool "DMA has priority over core for ext. accesses"
/linux-4.4.14/arch/m68k/
DKconfig.cpu374 bool "Use write-through caching for 68060 supervisor accesses"
380 here will force supervisor (kernel) accesses to use writethrough
/linux-4.4.14/drivers/char/agp/
DKconfig15 due to kernel allocation issues), you could use PCI accesses
/linux-4.4.14/arch/xtensa/
DKconfig146 memory accesses in hardware but through an exception handler.
147 Per default, unaligned memory accesses are disabled in user space.
/linux-4.4.14/Documentation/fmc/
Dmezzanine.txt6 being used: it will perform I/O accesses only by means of
Didentifiers.txt127 This package (generic FMC bus support) only accesses two files in the
/linux-4.4.14/Documentation/locking/
Dlglock.txt18 lglock will be used where the majority of accesses are cpu local
Dspinlocks.txt47 If your data accesses have a very natural pattern where you usually tend
/linux-4.4.14/fs/
DKconfig7 # Use unaligned word dcache accesses
/linux-4.4.14/sound/drivers/
DKconfig144 This driver accesses the serial port hardware directly, so
/linux-4.4.14/fs/squashfs/
DKconfig183 accesses of files in filesystem order) on all media.
/linux-4.4.14/arch/arm/mach-ixp4xx/
DKconfig216 is that every PCI access requires three local register accesses
/linux-4.4.14/fs/cifs/
DKconfig91 Enables an upcall mechanism for CIFS which accesses userspace helper
/linux-4.4.14/Documentation/fb/
Dmatroxfb.txt173 mtrr - enables write combining on frame buffer. It speeds up video accesses
203 displayed through putc/putcs. Direct accesses to framebuffer
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt219 that accesses the Intel MEI driver, can be found here:
/linux-4.4.14/Documentation/frv/
Dkernel-ABI.txt169 Because accesses to the PSR is so slow, and to disable interrupts we have
Dfeatures.txt115 accesses to this region. Userspace is not permitted to access it.
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb24 - TODO: a I2C-chunker. It creates device-specific chunks of register-accesses
/linux-4.4.14/arch/arm64/
DKconfig302 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
669 capable processors, accesses to pages with PTE_AF cleared will
/linux-4.4.14/Documentation/power/
Dfreezing-of-tasks.txt145 a kernel thread that belongs to a device driver accesses the device directly, it
Dpci.txt105 (i.e. the device is required to respond to PCI configuration accesses), although
149 computations and memory or I/O space accesses. This way, in theory, a BIOS
/linux-4.4.14/drivers/crypto/
DKconfig309 accesses made on unaligned boundaries are also supported.
/linux-4.4.14/Documentation/usb/
Dusbmon.txt292 This ioctl is primarily used when the application accesses the buffer
/linux-4.4.14/drivers/acpi/
DKconfig124 The kernel accesses the EC through ACPI parsed code provided by BIOS
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt39 so instead of having a lot of small memory accesses, which is not
/linux-4.4.14/arch/x86/math-emu/
DREADME87 variables. The code which accesses user memory is confined to five
/linux-4.4.14/drivers/spi/
DKconfig156 this code to manage the per-word or per-transfer accesses to the
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre521 fail all accesses immediately.
/linux-4.4.14/Documentation/scsi/
DChangeLog.ncr53c8xx388 - Remove all accesses to the on-chip RAM from the C code:
Dncr53c8xx.txt927 Optimized PCI accesses may be broken for some PCI/memory controllers or
1057 support of features that reduce load of PCI bus and memory accesses
DChangeLog.sym53c8xx551 beyond 0x7f. This broke accesses to 896' new registers.
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt405 (because there are a lot of pages), and also blocks memory accesses of
Dapi.txt982 or any mmio address. The guest may malfunction if it accesses this memory
1102 or any mmio address. The guest may malfunction if it accesses this memory
1749 will be accessed by real-mode (MMU off) accesses in a KVM guest.
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt148 readahead can prevent disk accesses for things like executable pages (which are
/linux-4.4.14/Documentation/PCI/
Dpci.txt511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt143 Multiple windows (apertures) allow multiple concurrent accesses, much like
/linux-4.4.14/arch/x86/
DKconfig359 and accesses the local apic via MSRs not via mmio.
552 MSR's for some register accesses, mostly but not limited to thermal
1178 MSR accesses are directed to a specific CPU on multi-processor
/linux-4.4.14/arch/arm/
DKconfig1076 the L1 caching of the NEON accesses and disables the PLD instruction
1695 Increase kernel security by ensuring that normal kernel accesses
DKconfig.debug1575 bool "Use 32-bit accesses for 8250 UART"
/linux-4.4.14/arch/blackfin/
DKconfig1130 bool "DMA has priority over core for ext. accesses"
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt498 memory accesses. These sysctls control the thresholds for scan delays and
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt734 This program accesses the hwdep device, thus you need to enable the
/linux-4.4.14/drivers/i2c/busses/
DKconfig897 accesses), except that it only supports one slave device.
/linux-4.4.14/Documentation/x86/
Dboot.txt995 If your boot sector accesses a floppy drive, it is recommended to
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME282 checks (authorization checks) on accesses to a file occur
/linux-4.4.14/drivers/mfd/
DKconfig125 a checksum. Failing accesses will be retried three times to
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex223 device driver. When \cdromc\ accesses a \cdrom\ device, it does it
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg96 * as the source and destination of any register accesses in our
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3404 After setting a trap in the SEGV handler for accesses to the signal