Home
last modified time | relevance | path

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

123456

/Linux-v4.19/arch/s390/kernel/
Ddebug.c194 debug_entry_t ***areas; in debug_areas_alloc() local
197 areas = kmalloc_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc()
198 if (!areas) in debug_areas_alloc()
201 areas[i] = kmalloc_array(pages_per_area, in debug_areas_alloc()
204 if (!areas[i]) in debug_areas_alloc()
207 areas[i][j] = kzalloc(PAGE_SIZE, GFP_KERNEL); in debug_areas_alloc()
208 if (!areas[i][j]) { in debug_areas_alloc()
210 kfree(areas[i][j]); in debug_areas_alloc()
211 kfree(areas[i]); in debug_areas_alloc()
216 return areas; in debug_areas_alloc()
[all …]
/Linux-v4.19/drivers/soc/renesas/
Dr8a77990-sysc.c31 static void __init rcar_sysc_fix_parent(struct rcar_sysc_area *areas, in rcar_sysc_fix_parent() argument
38 if (areas[i].isr_bit == id) { in rcar_sysc_fix_parent()
39 areas[i].parent = new_parent; in rcar_sysc_fix_parent()
66 .areas = r8a77990_areas,
Drcar-sysc.c372 syscier |= BIT(info->areas[i].isr_bit); in rcar_sysc_pd_init()
393 const struct rcar_sysc_area *area = &info->areas[i]; in rcar_sysc_pd_init()
425 const struct rcar_sysc_area *area = &info->areas[i]; in rcar_sysc_pd_init()
445 void __init rcar_sysc_nullify(struct rcar_sysc_area *areas, in rcar_sysc_nullify() argument
451 if (areas[i].isr_bit == id) { in rcar_sysc_nullify()
452 areas[i].name = NULL; in rcar_sysc_nullify()
Drcar-sysc.h48 const struct rcar_sysc_area *areas; member
73 extern void rcar_sysc_nullify(struct rcar_sysc_area *areas,
Dr8a77995-sysc.c28 .areas = r8a77995_areas,
Dr8a7743-sysc.c30 .areas = r8a7743_areas,
Dr8a7745-sysc.c30 .areas = r8a7745_areas,
Dr8a77470-sysc.c27 .areas = r8a77470_areas,
Dr8a7794-sysc.c31 .areas = r8a7794_areas,
Dr8a7791-sysc.c31 .areas = r8a7791_areas,
Dr8a7792-sysc.c32 .areas = r8a7792_areas,
Dr8a7779-sysc.c32 .areas = r8a7779_areas,
Dr8a77965-sysc.c35 .areas = r8a77965_areas,
Dr8a77970-sysc.c37 .areas = r8a77970_areas,
Dr8a7790-sysc.c46 .areas = r8a7790_areas,
Dr8a7796-sysc.c46 .areas = r8a7796_areas,
Dr8a77980-sysc.c50 .areas = r8a77980_areas,
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-meta-vsp1-hgt.rst25 between 1 and 16 depending on the Hue areas configuration. Finding the
34 how the HGT Hue areas are configured. There are 6 user configurable Hue
49 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
54 with a hue value included in the overlapping region between two areas (between
55 n+1L and nU excluded) are attributed to both areas and given a weight for each
56 of these areas proportional to their position along the diagonal lines
/Linux-v4.19/Documentation/devicetree/bindings/gpu/
Dbrcm,bcm-v3d.txt8 - reg: Physical base addresses and lengths of the register areas
9 - reg-names: Names for the register areas. The "hub", "bridge", and "core0"
10 register areas are always required. The "gca" register area
/Linux-v4.19/Documentation/cma/
Ddebugfs.txt2 different CMA areas and to test allocation/release in each of the areas.
/Linux-v4.19/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 …]
/Linux-v4.19/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,
/Linux-v4.19/Documentation/admin-guide/mm/
Dksm.rst19 The KSM daemon ksmd periodically scans those areas of user memory
35 KSM only operates on those areas of address space which an application
64 Like other madvise calls, they are intended for use on mapped areas of
66 includes unmapped gaps (though working on the intervening mapped areas),
70 restricting its use to areas likely to benefit. KSM's scans may use a lot
114 leave mergeable areas registered for next run.
171 how many times all mergeable areas have been scanned
/Linux-v4.19/mm/
Dpercpu.c2447 void **areas = NULL; in pcpu_embed_first_chunk() local
2461 areas = memblock_virt_alloc_nopanic(areas_size, 0); in pcpu_embed_first_chunk()
2462 if (!areas) { in pcpu_embed_first_chunk()
2486 areas[group] = ptr; in pcpu_embed_first_chunk()
2489 if (ptr > areas[highest_group]) in pcpu_embed_first_chunk()
2492 max_distance = areas[highest_group] - base; in pcpu_embed_first_chunk()
2513 void *ptr = areas[group]; in pcpu_embed_first_chunk()
2529 ai->groups[group].base_offset = areas[group] - base; in pcpu_embed_first_chunk()
2541 if (areas[group]) in pcpu_embed_first_chunk()
2542 free_fn(areas[group], in pcpu_embed_first_chunk()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dcortina,gemini-ethernet.txt11 memory areas, in total three register sets.
28 - reg: must contain two register areas: the DMA/TOE memory and

123456