Home
last modified time | relevance | path

Searched full:areas (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/linux/arch/s390/kernel/
H A Ddebug.c34 #define ALL_AREAS 0 /* copy all debug areas */
35 #define NO_AREAS 1 /* copy no debug areas */
175 * - Debug areas are implemented as a threedimensonal array:
176 * areas[areanumber][pagenumber][pageoffset]
181 debug_entry_t ***areas; in debug_areas_alloc() local
184 areas = kmalloc_objs(debug_entry_t **, nr_areas); in debug_areas_alloc()
185 if (!areas) in debug_areas_alloc()
189 areas[i] = kmalloc_objs(debug_entry_t *, pages_per_area, in debug_areas_alloc()
191 if (!areas[i]) in debug_areas_alloc()
194 areas[i][j] = kzalloc(PAGE_SIZE, GFP_KERNEL); in debug_areas_alloc()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgt.rst26 between 1 and 16 depending on the Hue areas configuration. Finding the
35 how the HGT Hue areas are configured. There are 6 user configurable Hue
36 Areas which can be configured to cover overlapping Hue values:
59 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
64 with a hue value included in the overlapping region between two areas (between
65 n+1L and nU excluded) are attributed to both areas and given a weight for each
66 of these areas proportional to their position along the diagonal lines
/linux/kernel/dma/
H A Dswiotlb.c124 * otherwise a segment may span two or more areas. It conflicts with free
144 * swiotlb_adjust_nareas() - adjust the number of areas and slots
145 * @nareas: Desired number of areas. Zero is treated as 1.
147 * Adjust the default number of areas in a memory pool.
167 * limit_nareas() - get the maximum number of areas for a given memory pool size
168 * @nareas: Desired number of areas.
171 * Limit the number of areas to the maximum possible number of areas in
174 * Return: Maximum possible number of areas.
282 spin_lock_init(&mem->areas[i].lock); in swiotlb_init_io_tlb_pool()
283 mem->areas[i].index = 0; in swiotlb_init_io_tlb_pool()
[all …]
/linux/arch/s390/include/asm/
H A Ddebug.h20 #define DEBUG_FLUSH_ALL -1 /* parameter to flush all areas */
54 debug_entry_t ***areas; member
417 * Define static areas for early trace data. During boot debug_register_static()
418 * will replace these with dynamically allocated areas to allow custom page and
433 static debug_entry_t **VNAME(var, areas)[EARLY_AREAS] __initdata = { \
449 .areas = VNAME(var, areas), \
460 #define __REGISTER_STATIC_DEBUG_INFO(var, name, pages, areas, view) \ argument
463 debug_register_static(&var, (pages), (areas)); \
475 * @nr_areas: Number of debug areas
485 * Note: Tracing will start with a fixed number of initial pages and areas.
/linux/Documentation/admin-guide/mm/
H A Dksm.rst17 The KSM daemon ksmd periodically scans those areas of user memory
33 KSM only operates on those areas of address space which an application
62 Like other madvise calls, they are intended for use on mapped areas of
64 includes unmapped gaps (though working on the intervening mapped areas),
68 restricting its use to areas likely to benefit. KSM's scans may use a lot
115 leave mergeable areas registered for next run.
210 how many times all mergeable areas have been scanned
H A Dconcepts.rst146 call. Usually, the anonymous mappings only define virtual memory areas
199 necessary to allocate large physically contiguous memory areas. Such
206 physically contiguous areas become possible.
/linux/include/linux/
H A Dswiotlb.h62 * @nareas: Number of areas in the pool.
64 * @areas: Array of memory area descriptors.
78 struct io_tlb_area *areas; member
101 * across all areas. Used only for calculating used_hiwater in
106 * are currently used across all areas.
/linux/include/trace/events/
H A Dvmalloc.h54 * purge_vmap_area_lazy - called when vmap areas were lazily freed
57 * @npurged: numbed of purged vmap areas
94 * outstanding areas and a maximum allowed threshold before
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-docg37 keylocked. Each docg3 chip (or floor) has 2 protection areas,
24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
/linux/Documentation/security/
H A Dself-protection.rst35 areas of the kernel that can be used to redirect execution. This ranges
37 APIs hard to use incorrectly, minimizing the areas of writable kernel
50 Any areas of the kernel with executable memory must not be writable.
73 Vast areas of kernel memory contain function pointers that are looked
177 other memory areas.
251 initializations. If the base address of these areas is not the same
/linux/arch/sh/boards/mach-sdk7786/
H A Dfpga.c17 * The FPGA can be mapped in any of the generally available areas,
30 * Iterate over all of the areas where the FPGA could be mapped. in sdk7786_fpga_probe()
/linux/drivers/s390/net/
H A Dctcm_dbug.c46 /* register the areas */ in ctcm_register_dbf_views()
49 ctcm_dbf[x].areas, in ctcm_register_dbf_views()
/linux/arch/mips/include/asm/sn/sn0/
H A Dkldir.h14 * provides pointers to most other IP27 memory areas. This allows us to
15 * resize and/or relocate memory areas at a later time without breaking all
17 * permanently dedicated to areas listed below. Some memory areas (marked
/linux/drivers/firmware/qcom/
H A Dqcom_tzmem.c36 struct list_head areas; member
227 list_add_tail(&area->list, &pool->areas); in qcom_tzmem_pool_add_memory()
278 INIT_LIST_HEAD(&pool->areas); in qcom_tzmem_pool_new()
326 list_for_each_entry_safe(area, next, &pool->areas, list) { in qcom_tzmem_pool_free()
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst69 areas.
74 size for erasing large areas.
/linux/Documentation/arch/arm/
H A Dmemory.rst96 Please note that mappings which collide with the above areas may result
102 to TASK_SIZE address range. If they wish to access these areas, they
/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h141 * region is copied. If sections is non-null only the areas specified in
142 * sections are copied and rest of the areas are filled with
/linux/fs/jfs/
H A Djfs_dinode.h60 * Extension Areas.
62 * Historically, the inode was partitioned into 4 128-byte areas,
/linux/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c151 * All RTAS functions that consume work areas are OK with in rtas_work_area_allocator_init()
186 * rtas_work_area_reserve_arena() - Reserve memory suitable for RTAS work areas.
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv.rst92 this instruction to be moved to the guest via the two data areas
109 the new lowcore location. On SIE reentry, any KVM data in the data areas
/linux/arch/sparc/include/asm/
H A Deeprom.h8 * for their registers/data areas. The IDPROM lives here too.
/linux/include/dt-bindings/power/
H A Dr8a77995-sysc.h10 * representing the power areas in the various Interrupt Registers
H A Dr8a7745-sysc.h10 * representing the power areas in the various Interrupt Registers
H A Dr8a77470-sysc.h10 * representing the power areas in the various Interrupt Registers
H A Dr8a7791-sysc.h10 * representing the power areas in the various Interrupt Registers

12345678910>>...17