Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 88 of 88) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Ddebug.c196 debug_entry_t*** areas; in debug_areas_alloc() local
199 areas = kmalloc(nr_areas * in debug_areas_alloc()
202 if (!areas) in debug_areas_alloc()
205 areas[i] = kmalloc(pages_per_area * in debug_areas_alloc()
207 if (!areas[i]) { in debug_areas_alloc()
211 areas[i][j] = kzalloc(PAGE_SIZE, GFP_KERNEL); in debug_areas_alloc()
212 if(!areas[i][j]) { in debug_areas_alloc()
214 kfree(areas[i][j]); in debug_areas_alloc()
216 kfree(areas[i]); in debug_areas_alloc()
221 return areas; in debug_areas_alloc()
[all …]
Dcrash_dump.c493 if (dump_save_areas.areas[i]->sa.pref_reg == 0) in get_cpu_cnt()
548 sa_ext = dump_save_areas.areas[i]; in notes_init()
Dsmp.c637 dump_save_areas.areas = (void *)memblock_alloc(sizeof(void *) * cpu, 8); in smp_save_dump_cpus()
645 dump_save_areas.areas[cpu] = sa_ext; in smp_save_dump_cpus()
/linux-4.4.14/Documentation/vm/
Dksm.txt8 The KSM daemon ksmd periodically scans those areas of user memory which
23 KSM only operates on those areas of address space which an application
41 Like other madvise calls, they are intended for use on mapped areas of
43 includes unmapped gaps (though working on the intervening mapped areas),
47 restricting its use to areas likely to benefit. KSM's scans may use a lot
79 but leave mergeable areas registered for next run
89 full_scans - how many times all mergeable areas have been scanned
Dpagemap.txt37 determine which areas of memory are actually mapped and llseek to
/linux-4.4.14/Documentation/cma/
Ddebugfs.txt2 different CMA areas and to test allocation/release in each of the areas.
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt23 debug log for the caller. For each debug log exists a number of debug areas
25 pages in memory. In the debug areas there are stored debug entries (log records)
39 The debug areas themselves are also ordered in form of a ring buffer.
109 nr_areas: number of debug areas
125 nr_areas: Number of debug areas
343 /* register 4 debug areas with one page each and 4 byte data field */
377 /* register 4 debug areas with one page each and data field for */
434 Flushing debug areas
436 Debug areas can be flushed with piping the number of the desired
437 area (0...n) to the debugfs file "flush". When using "-" all debug areas
[all …]
D3270.txt183 The driver defines three areas on the 3270 screen: the log area, the
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-platform-docg37 keylocked. Each docg3 chip (or floor) has 2 protection areas,
22 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
Dsysfs-kernel-mm-ksm19 full_scans: how many times all mergeable areas have been
Dsysfs-block232 areas on disk or to initialize drives in a RAID
/linux-4.4.14/mm/
Dpercpu.c1949 void **areas = NULL; in pcpu_embed_first_chunk() local
1962 areas = memblock_virt_alloc_nopanic(areas_size, 0); in pcpu_embed_first_chunk()
1963 if (!areas) { in pcpu_embed_first_chunk()
1986 areas[group] = ptr; in pcpu_embed_first_chunk()
1998 void *ptr = areas[group]; in pcpu_embed_first_chunk()
2015 ai->groups[group].base_offset = areas[group] - base; in pcpu_embed_first_chunk()
2042 if (areas[group]) in pcpu_embed_first_chunk()
2043 free_fn(areas[group], in pcpu_embed_first_chunk()
2047 if (areas) in pcpu_embed_first_chunk()
2048 memblock_free_early(__pa(areas), areas_size); in pcpu_embed_first_chunk()
DKconfig82 # to represent different areas of memory. This variable allows
316 Enable Kernel Samepage Merging: KSM periodically scans those areas
510 int "Maximum count of the CMA areas"
514 CMA allows to create CMA areas for particular purpose, mainly,
/linux-4.4.14/drivers/s390/net/
Dctcm_dbug.c48 ctcm_dbf[x].areas, in ctcm_register_dbf_views()
Dctcm_dbug.h57 int areas; member
Dqeth_core.h48 int areas; member
Dqeth_core_main.c5398 qeth_dbf[x].areas, in qeth_register_dbf_views()
/linux-4.4.14/Documentation/arm/
Dmemory.txt81 Please note that mappings which collide with the above areas may result
87 to TASK_SIZE address range. If they wish to access these areas, they
DPorting130 Machine specific function to map IO areas (including the debug
DIXP4xx12 in industrial control and other areas due to low cost and power
/linux-4.4.14/Documentation/fmc/
Dfmc-chardev.txt20 and write semantics, users can simply fread or fwrite bigger areas in
21 order to dump or store bigger memory areas.
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-attrs.txt55 areas.
60 size for erasing large areas.
/linux-4.4.14/arch/s390/
DKconfig.debug27 who are working in architecture specific areas of the kernel.
/linux-4.4.14/Documentation/x86/
Dpat.txt121 combine areas of IO memory desired to remain uncacheable with areas where
123 set_memory_wc() to white-list effective write-combined areas. Such use is
Dtlb.txt5 from areas other than the one we are trying to flush will be
/linux-4.4.14/arch/s390/include/asm/
Dipl.h93 struct save_area_ext **areas; member
Ddebug.h41 debug_entry_t*** areas; member
/linux-4.4.14/Documentation/virtual/
Dparavirt_ops.txt14 functionalities in various areas. pv-ops allows for optimizations at run
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.txt13 * for "marvell,armada-380-sdhci", three register areas. The first
/linux-4.4.14/drivers/s390/char/
Dzcore.c157 sa_ext = dump_save_areas.areas[0]; in init_cpu_info()
261 struct save_area *save_area = &dump_save_areas.areas[i]->sa; in zcore_add_lc()
596 prefix = dump_save_areas.areas[i]->sa.pref_reg; in zcore_header_init()
/linux-4.4.14/Documentation/devicetree/bindings/misc/
Dsram.txt11 Reserving sram areas:
/linux-4.4.14/Documentation/device-mapper/
Dzero.txt14 device. Reads to previously unwritten areas will return a zero'd buffer. When
Dstatistics.txt53 "<area_size>" - the range is subdivided into areas each containing
56 number of areas.
Dthin-provisioning.txt381 read-only snapshot origin: reads to unprovisioned areas of the
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dmarvell,orion-pinctrl.txt10 - reg: two register areas, the first one describing the first two
/linux-4.4.14/Documentation/input/
Dappletouch.txt9 been improved in some areas:
Devent-codes.txt289 visual/haptic areas for left, middle, right buttons intended to be used
/linux-4.4.14/Documentation/filesystems/
Dhfs.txt10 HFS but is extended in various areas. Use the hfsplus filesystem driver
Dsysv-fs.txt43 separate areas for inodes and for directories/data.
Df2fs.txt38 areas on disk for fast writing, we divide the log into segments and use a
328 F2FS splits the entire volume into six areas, and all the areas except superblock
Dproc.txt615 vmallocinfo Show vmalloced areas
884 Highmem areas are for use by userspace programs, or
944 Provides information about vmalloced/vmaped areas. One line per area,
1622 - (bit 4) ELF header pages in file-backed private memory areas (it is
1850 comparing their inode numbers to figure out which anonymous memory areas
/linux-4.4.14/Documentation/power/
Dswsusp-and-swap-files.txt6 areas:
/linux-4.4.14/arch/arm64/
DKconfig.debug12 who are working in architecture specific areas of the kernel.
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache66 bool "Flush areas by way of automatic purge registers (AM34 only)"
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dste-dma40.txt6 - reg-names: Names of the above areas to use during resource look-up
/linux-4.4.14/fs/jffs2/
DKconfig25 areas which at one point needed debugging, but when the bugs were
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt97 - Memory areas where held locks reside must not be freed.
Dspinlocks.txt32 using spinlocks they tend to expand to areas you might not have noticed
/linux-4.4.14/Documentation/
Dmd-cluster.txt138 of the areas which are suspended. Before a resync starts, the node
Ddebugging-via-ohci1394.txt36 buffer on to debug early boot problems in areas like ACPI where the system
DHOWTO244 is self-contained and does not affect areas outside of the code that
301 happening in the different areas of the kernel. In areas where
Dkmemleak.txt152 kmemleak_scan_area - add scan areas inside a memory block
Drbtree.txt28 red-black tree. Virtual memory areas (VMAs) are tracked with red-black
DManagementStyle198 not necessarily translate to other areas. So you might prod people in
Dcachetlb.txt386 the kernel trying to do I/O to vmap areas must manually manage
Dadding-syscalls.txt270 so needs to parse areas of (__user) memory that could hold either 32-bit or
Dkernel-docs.txt179 virtual memory areas (VMAs), vremap, PCI.
Ddevices.txt88 See block major 144, 145, 146 for expansion areas.
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt48 devres is basically linked list of arbitrarily sized memory areas
/linux-4.4.14/Documentation/fb/
Dudlfb.txt104 module to track changed areas of the framebuffer by page faults.
/linux-4.4.14/Documentation/trace/
Dmmiotrace.txt61 accesses to areas that are ioremapped while mmiotrace is active.
Dftrace.txt513 Traces the areas that disable interrupts and saves
1891 need to see what happens in detail on any areas (or specific
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt94 used in various performance-critical areas of e.g. memory management and
Dhighres.txt46 code out of the architecture-specific areas into a generic management
/linux-4.4.14/Documentation/ia64/
Daliasing.txt182 never generate an uncacheable reference to the WB-only areas unless
Derr_inject.txt864 /* Allocate two memory areas va1 and va2 in shm */
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt488 Work on kconfig is welcomed on both areas of clarifying semantics and on
499 Further work on both of these areas is welcomed on Kconfig. We elaborate
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt45 Test/Analysis has been made in the areas of power, performance,
/linux-4.4.14/arch/x86/
DKconfig.debug79 who are working in architecture specific areas of the kernel.
/linux-4.4.14/arch/xtensa/
DKconfig229 lowermost 128 MB of memory linearly to the areas starting
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt256 perform run-time integrity check of memory areas that should not modified.
/linux-4.4.14/drivers/mtd/maps/
DKconfig360 Map driver for RAM areas described via the platform device
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt248 memory areas.
/linux-4.4.14/Documentation/sysctl/
Dvm.txt373 This file contains the maximum number of memory map areas a process
374 may have. Memory map areas are used as a side-effect of calling
/linux-4.4.14/Documentation/development-process/
D6.Followthrough110 For patches applying to areas for which there is no obvious subsystem tree
D4.Coding344 them, as appropriate, for externally-available functions. Even in areas
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt79 areas in the MMIO Space shown above. The master context driver
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt163 - The device is able to perform XOR operations on memory areas
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt194 the input and output work areas do not need to be word-aligned.
/linux-4.4.14/drivers/misc/
DKconfig517 areas found on many SoCs.
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt419 multiple cgroups dirtying overlapping areas wouldn't work as expected.
/linux-4.4.14/drivers/char/
DKconfig14 The /dev/mem device is used to access areas of physical
/linux-4.4.14/drivers/ata/
DKconfig58 power management, or other areas.
/linux-4.4.14/arch/arm/
DKconfig.debug13 who are working in architecture specific areas of the kernel.
/linux-4.4.14/Documentation/security/
Dkeys.txt832 be broken down into two areas: keys and key types.
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt412 kernel with a list of physical memory areas that are "reserved"
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3303 text or data areas. Let's see what's in the vma:
/linux-4.4.14/
DMAINTAINERS123 Maintainers List (try to look for most precise areas first)