/linux-4.4.14/lib/ |
D | Kconfig.kasan | 12 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
|
D | Kconfig.kmemcheck | 91 accesses where not all the bits are initialized at the same time.
|
/linux-4.4.14/arch/mips/kvm/ |
D | Kconfig | 38 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/ |
D | common-properties.txt | 9 - 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/ |
D | exprep.c | 99 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/ |
D | unaligned-memory-access.txt | 6 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 …]
|
D | volatile-considered-harmful.txt | 36 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
|
D | memory-barriers.txt | 41 - 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 …]
|
D | this_cpu_ops.txt | 33 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
|
D | kasan.txt | 13 required for detection of out-of-bounds accesses to stack or global variables. 164 Compile-time instrumentation used for checking memory accesses. Compiler inserts
|
D | bus-virt-phys-mapping.txt | 44 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).
|
D | atomic_ops.txt | 95 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.
|
D | circular-buffers.txt | 235 against previous accesses.
|
D | static-keys.txt | 53 be shared with other memory accesses). As we increase the number of tracepoints
|
D | kmemcheck.txt | 177 accesses where not all the bits are initialized at the same time. This 607 Normally, kmemcheck will not report uninitialized accesses in memcpy() calls
|
D | initrd.txt | 203 - removing all accesses to the old (initrd) root file system
|
D | assoc_array.txt | 113 to permit accesses under the RCU read lock to continue. The edit script
|
D | parport-lowlevel.txt | 64 accesses. Each low-level driver handles a particular style of port
|
D | DMA-API.txt | 245 accesses data that may be changed by the device. This memory should
|
D | DMA-API-HOWTO.txt | 359 and for which hardware can optimize for sequential accesses.
|
D | kernel-parameters.txt | 1755 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/ |
D | gpio-control-nand.txt | 10 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.
|
D | mtd-physmap.txt | 23 unaligned accesses as implemented in the JFFS2 code via memcpy().
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83627hf | 5 * 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,
|
D | lm70 | 28 the driver accesses the LM70 using SPI communication: 16 SCLK cycles
|
D | zl6100 | 82 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
|
D | max6650 | 29 The driver provides the following sensor accesses in sysfs:
|
D | amc6821 | 22 The driver provides the following sensor accesses in sysfs:
|
/linux-4.4.14/arch/metag/ |
D | Kconfig.soc | 49 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/ |
D | arbiter.h | 24 unsigned long clients, unsigned long accesses,
|
/linux-4.4.14/arch/ |
D | Kconfig | 113 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/ |
D | arbiter.h | 30 unsigned long clients, unsigned long accesses,
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 64 - 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/ |
D | 8250.txt | 35 - reg-io-width : the size (in bytes) of the IO accesses that should be 37 accesses to the UART (e.g. TI davinci).
|
D | snps-dw-apb-uart.txt | 24 - reg-io-width : the size (in bytes) of the IO accesses that should be 26 accesses are used.
|
D | mtk-uart.txt | 23 - "bus": The bus clock for register accesses (optional)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/altera/ |
D | socfpga-sdram-edac.txt | 2 The EDAC accesses a range of registers in the SDRAM controller.
|
/linux-4.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 27 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
|
D | page_migration | 35 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.
|
D | numa | 32 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
|
D | transhuge.txt | 24 factor will affect all subsequent accesses to the memory for the whole
|
D | unevictable-lru.txt | 593 when an application accesses the page the first time after SHM_LOCK'ing
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | smsc-lan91c111.txt | 10 - reg-io-width : Mask of sizes (in bytes) of the IO accesses that
|
D | smsc911x.txt | 13 - reg-io-width : Specify the size (in bytes) of the IO accesses that
|
D | brcm,unimac-mdio.txt | 7 base register, and the second one is optional and for indirect accesses to
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 25 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/ |
D | mmiotrace.txt | 10 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/ |
D | qcom,kpss-acc.txt | 5 well as an alias register region that remaps accesses to the ACC associated
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | dmm.txt | 5 accesses such as priority generation amongst initiators, configuration of SDRAM
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | arbiter.c | 363 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/ |
D | arbiter.c | 264 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/ |
D | fw-cfg.txt | 21 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.
|
D | l2cc.txt | 36 - 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
|
D | coresight.txt | 50 * arm,cp14: must be present if the system accesses ETM/PTM management
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 18 * 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.
|
D | arm,smmu-v3.txt | 33 table walks, stream table accesses etc) are cache
|
/linux-4.4.14/Documentation/spi/ |
D | spi-sc18is602 | 31 similar large accesses have to be split into multiple chunks of no more than
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_ds28e04 | 16 during memory accesses can optionally be enabled/disabled via the device
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-mem.txt | 6 perf-mem - Profile memory accesses
|
D | perf-record.txt | 68 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/ |
D | Kconfig | 26 identify which rules are necessary and what accesses
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 15 - reg-io-width : Specify the size (in bytes) of the IO accesses that
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 122 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/ |
D | overview.txt | 61 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
|
D | bus.txt | 78 for each device or driver in the list. All list accesses are
|
D | devres.txt | 205 concurrent accesses to allocated devres data is caller's
|
D | driver.txt | 125 accesses it.
|
D | porting.txt | 431 struct bus_type contains an rwsem that protects all core accesses to
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 240 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.
|
D | transactional_memory.txt | 48 transactional or non-transactional accesses within the system. In this
|
D | pci_iov_resource_on_powernv.txt | 78 32-bit PCIe accesses. We configure that window at boot from FW and
|
/linux-4.4.14/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 31 - qcom,channel : which of the PMIC Arb provided channels to use for accesses (0-5)
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 33 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,
|
D | checklist.txt | 58 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
|
D | RTFP.txt | 2391 ,title = {Ordering decoupled metadata accesses in multiprocessors}
|
/linux-4.4.14/drivers/net/ethernet/wiznet/ |
D | Kconfig | 59 In indirect address mode host system indirectly accesses registers
|
/linux-4.4.14/arch/arm/kvm/ |
D | init.S | 95 @ Use the same memory attributes for hyp. accesses as the kernel
|
D | interrupts_head.S | 605 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/ |
D | Kconfig | 18 CVMSEG LM is a segment that accesses portions of the dcache as a
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-v7.S | 91 dmb @ ensure ordering with previous memory accesses 119 dmb @ ensure ordering with previous memory accesses
|
D | Kconfig | 935 PL310 can handle normal accesses while it is in progress. Under very
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | sleep.S | 159 @ external accesses after SDRAM is put in self-refresh mode
|
/linux-4.4.14/Documentation/filesystems/ |
D | dnotify.txt | 44 Also, remote accesses to files served by a local kernel NFS server should
|
D | files.txt | 9 ->file_lock protected accesses to all the file related fields
|
D | affs.txt | 21 cache speeds up directory accesses on floppies considerably,
|
D | hpfs.txt | 277 2.02 Workaround for bug in breada in Linux. breada could cause accesses beyond
|
D | xfs-delayed-logging-design.txt | 609 A fundamental requirement for the CIL is that accesses through transaction
|
/linux-4.4.14/Documentation/device-mapper/ |
D | persistent-data.txt | 33 is a read/write locking interface to prevent concurrent accesses, and
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio.txt | 60 correctly configured for SRIO accesses. The property should
|
D | srio-rmu.txt | 29 correctly configured for SRIO accesses. The property should
|
D | mpc5200.txt | 117 - just mark GPT0 as watchdog, blocking gpt accesses, and configure it later;
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 18 6. Remote memory mapping for low latency CPU accesses via mmap
|
/linux-4.4.14/arch/frv/ |
D | Kconfig | 292 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/ |
D | arm,pl172.txt | 80 accesses in nano seconds.
|
D | mvebu-devbus.txt | 59 (in burst accesses).
|
/linux-4.4.14/drivers/memory/ |
D | Kconfig | 99 Coherency Fabric. Errors reported include accesses to
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 72 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/ |
D | Kconfig.debug | 20 accesses to make sure the misalignment handler deals them with
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 104 The network interface driver accesses those primitives via callbacks 152 The encapsulation protocol accesses those primitives via callbacks
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 100 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/ |
D | Porting | 103 out of bounds memory accesses (eg, something writing off the end
|
D | IXP4xx | 89 three local register accesses plus a spinlock, but in some
|
D | vlocks.txt | 150 guarantees coherency between overlapping memory accesses of
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 39 SR3 used for userspace accesses (current process)
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-tty | 137 for accesses on this iomem address.
|
/linux-4.4.14/Documentation/networking/ |
D | dm9000.txt | 143 expensive MII accesses. This method is faster, but does not print
|
D | filter.txt | 1166 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
|
D | phy.txt | 291 The PHY's MMD register accesses are handled by the PAL framework
|
D | ppp_generic.txt | 195 used around accesses to the internal data structures where necessary
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 136 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/ |
D | Smack.txt | 254 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"
|
D | credentials.txt | 205 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/ |
D | Kconfig | 148 accesses, sent to the device. If you say yes, iwlwifi will
|
/linux-4.4.14/arch/blackfin/mach-bf548/ |
D | Kconfig | 32 bool "DMA has priority over core for ext. accesses"
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 374 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/ |
D | Kconfig | 15 due to kernel allocation issues), you could use PCI accesses
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 146 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/ |
D | mezzanine.txt | 6 being used: it will perform I/O accesses only by means of
|
D | identifiers.txt | 127 This package (generic FMC bus support) only accesses two files in the
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 18 lglock will be used where the majority of accesses are cpu local
|
D | spinlocks.txt | 47 If your data accesses have a very natural pattern where you usually tend
|
/linux-4.4.14/fs/ |
D | Kconfig | 7 # Use unaligned word dcache accesses
|
/linux-4.4.14/sound/drivers/ |
D | Kconfig | 144 This driver accesses the serial port hardware directly, so
|
/linux-4.4.14/fs/squashfs/ |
D | Kconfig | 183 accesses of files in filesystem order) on all media.
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | Kconfig | 216 is that every PCI access requires three local register accesses
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 91 Enables an upcall mechanism for CIFS which accesses userspace helper
|
/linux-4.4.14/Documentation/fb/ |
D | matroxfb.txt | 173 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/ |
D | mei.txt | 219 that accesses the Intel MEI driver, can be found here:
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 169 Because accesses to the PSR is so slow, and to disable interrupts we have
|
D | features.txt | 115 accesses to this region. Userspace is not permitted to access it.
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 24 - TODO: a I2C-chunker. It creates device-specific chunks of register-accesses
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 302 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/ |
D | freezing-of-tasks.txt | 145 a kernel thread that belongs to a device driver accesses the device directly, it
|
D | pci.txt | 105 (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/ |
D | Kconfig | 309 accesses made on unaligned boundaries are also supported.
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 292 This ioctl is primarily used when the application accesses the buffer
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 124 The kernel accesses the EC through ACPI parsed code provided by BIOS
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 39 so instead of having a lot of small memory accesses, which is not
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 87 variables. The code which accesses user memory is confined to five
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 156 this code to manage the per-word or per-transfer accesses to the
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 521 fail all accesses immediately.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 388 - Remove all accesses to the on-chip RAM from the C code:
|
D | ncr53c8xx.txt | 927 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
|
D | ChangeLog.sym53c8xx | 551 beyond 0x7f. This broke accesses to 896' new registers.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 405 (because there are a lot of pages), and also blocks memory accesses of
|
D | api.txt | 982 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/ |
D | laptop-mode.txt | 148 readahead can prevent disk accesses for things like executable pages (which are
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 143 Multiple windows (apertures) allow multiple concurrent accesses, much like
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 359 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/ |
D | Kconfig | 1076 the L1 caching of the NEON accesses and disables the PLD instruction 1695 Increase kernel security by ensuring that normal kernel accesses
|
D | Kconfig.debug | 1575 bool "Use 32-bit accesses for 8250 UART"
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 1130 bool "DMA has priority over core for ext. accesses"
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 498 memory accesses. These sysctls control the thresholds for scan delays and
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 734 This program accesses the hwdep device, thus you need to enable the
|
/linux-4.4.14/drivers/i2c/busses/ |
D | Kconfig | 897 accesses), except that it only supports one slave device.
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 995 If your boot sector accesses a floppy drive, it is recommended to
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 282 checks (authorization checks) on accesses to a file occur
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 125 a checksum. Failing accesses will be retried three times to
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 223 device driver. When \cdromc\ accesses a \cdrom\ device, it does it
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 96 * as the source and destination of any register accesses in our
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3404 After setting a trap in the SEGV handler for accesses to the signal
|