Searched refs:areas (Results 26 - 41 of 41) sorted by relevance

12

/linux-master/drivers/pmdomain/renesas/
H A Dr8a779g0-sysc.c49 .areas = r8a779g0_areas,
H A Dr8a779h0-sysc.c52 .areas = r8a779h0_areas,
H A Dr8a779a0-sysc.c62 .areas = r8a779a0_areas,
H A Drcar-sysc.h46 const struct rcar_sysc_area *areas; member in struct:rcar_sysc_info
H A Dr8a7795-sysc.c82 .areas = r8a7795_areas,
H A Drcar-gen4-sysc.c258 /* Skip CPUs (handled by SMP code) and areas without control */
337 const struct rcar_gen4_sysc_area *area = &info->areas[i];
H A Drcar-sysc.c248 /* Skip CPUs (handled by SMP code) and areas without control */
395 const struct rcar_sysc_area *area = &info->areas[i];
/linux-master/drivers/s390/net/
H A Dctcm_dbug.c46 /* register the areas */
49 ctcm_dbf[x].areas,
H A Dctcm_dbug.h58 int areas; member in struct:ctcm_dbf_info
H A Dqeth_core.h64 int areas; member in struct:qeth_dbf_info
H A Dqeth_core_main.c6132 /* register the areas */
6135 qeth_dbf[x].areas,
/linux-master/include/linux/
H A Dswiotlb.h80 * @nareas: Number of areas in the pool.
82 * @areas: Array of memory area descriptors.
96 struct io_tlb_area *areas; member in struct:io_tlb_pool
119 * across all areas. Used only for calculating used_hiwater in
124 * are currently used across all areas.
/linux-master/drivers/vfio/pci/nvgrace-gpu/
H A Dmain.c226 size = struct_size(sparse, areas, 1);
238 sparse->areas[0].offset = 0;
239 sparse->areas[0].size = memregion->memlength;
/linux-master/mm/
H A Dpercpu.c11 * The percpu allocator handles both static and dynamic areas. Percpu
12 * areas are allocated in chunks which are divided into units. There is
407 * pcpu_next_fit_region - finds fit areas for a given allocation request
472 * Metadata free area iterators. These perform aggregation of free areas
793 /* iterate over free areas and update the contig hints */
1104 * skip over blocks and chunks that have valid free areas.
1159 * free areas, smaller allocations will eventually fill those holes.
1897 /* clear the areas and return address relative to base address */
1963 * areas can be scarce. Destroy all free chunks except for one.
2340 * static percpu areas ar
3057 void **areas = NULL; local
[all...]
/linux-master/include/uapi/linux/
H A Dvfio.h286 * The sparse mmap capability allows finer granularity of specifying areas
288 * mmap the offset ranges specified by the areas array. mmaps outside of the
289 * areas specified may fail (such as the range covering a PCI MSI-X table) or
305 struct vfio_region_sparse_mmap_area areas[]; member in struct:vfio_region_info_cap_sparse_mmap
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1211 sparse = kzalloc(struct_size(sparse, areas, nr_areas),
1220 sparse->areas[0].offset =
1222 sparse->areas[0].size = vgpu_aperture_sz(vgpu);
1278 struct_size(sparse, areas,

Completed in 185 milliseconds

12