| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | Kconfig | 111 bool "DMA Contiguous Memory Allocator" 114 This enables the Contiguous Memory Allocator which allows drivers 115 to allocate big physically-contiguous blocks of memory for use with 121 For more information see <kernel/dma/contiguous.c>. 127 bool "Enable separate DMA Contiguous Memory Area for each NUMA Node" 136 comment "Default contiguous memory area size:" 144 Defines the size (in MiB) of the default memory area for Contiguous 155 Defines the size of the default memory area for Contiguous Memory 179 int "Maximum PAGE_SIZE order of alignment for contiguous buffers" 187 specify the maximum PAGE_SIZE order for contiguous buffers. Larger
|
| H A D | contiguous.c | 3 * Contiguous Memory Allocator for DMA mapping framework 9 * Contiguous Memory Allocator 11 * The Contiguous Memory Allocator (CMA) makes it possible to 12 * allocate big contiguous chunks of memory after the system has 18 * IO map support and require contiguous blocks of memory to 161 * dma_contiguous_reserve() - reserve area(s) for contiguous memory handling 213 * dma_contiguous_reserve_area() - reserve custom contiguous area 226 * If @fixed is true, reserve contiguous area at exactly @base. If false, 240 /* Architecture specific contiguous memory fixup. */ in dma_contiguous_reserve_area() 248 * dma_alloc_from_contiguous() - allocate pages from contiguous area [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/ |
| H A D | openacc_lib.h | 226 type (*), dimension (..), contiguous :: a 246 type (*), dimension (..), contiguous :: a 272 type (*), dimension (..), contiguous :: a 292 type (*), dimension (..), contiguous :: a 318 type (*), dimension (..), contiguous :: a 338 type (*), dimension (..), contiguous :: a 358 type (*), dimension (..), contiguous :: a 378 type (*), dimension (..), contiguous :: a 398 type (*), dimension (..), contiguous :: a 418 type (*), dimension (..), contiguous :: a [all …]
|
| H A D | openacc.f90 | 179 type (*), dimension (..), contiguous :: a 197 type (*), dimension (..), contiguous :: a 215 type (*), dimension (..), contiguous :: a 233 type (*), dimension (..), contiguous :: a 251 type (*), dimension (..), contiguous :: a 269 type (*), dimension (..), contiguous :: a 287 type (*), dimension (..), contiguous :: a 305 type (*), dimension (..), contiguous :: a 323 type (*), dimension (..), contiguous :: a 341 type (*), dimension (..), contiguous :: a [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/ |
| H A D | openacc_lib.h | 226 type (*), dimension (..), contiguous :: a 246 type (*), dimension (..), contiguous :: a 272 type (*), dimension (..), contiguous :: a 292 type (*), dimension (..), contiguous :: a 318 type (*), dimension (..), contiguous :: a 338 type (*), dimension (..), contiguous :: a 358 type (*), dimension (..), contiguous :: a 378 type (*), dimension (..), contiguous :: a 398 type (*), dimension (..), contiguous :: a 418 type (*), dimension (..), contiguous :: a [all …]
|
| H A D | openacc.f90 | 179 type (*), dimension (..), contiguous :: a 197 type (*), dimension (..), contiguous :: a 215 type (*), dimension (..), contiguous :: a 233 type (*), dimension (..), contiguous :: a 251 type (*), dimension (..), contiguous :: a 269 type (*), dimension (..), contiguous :: a 287 type (*), dimension (..), contiguous :: a 305 type (*), dimension (..), contiguous :: a 323 type (*), dimension (..), contiguous :: a 341 type (*), dimension (..), contiguous :: a [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | hugetlbpage.rst | 23 2) Using the Contiguous bit 26 The architecture provides a contiguous bit in the translation table entries 28 contiguous set of entries that can be cached in a single TLB entry. 30 The contiguous bit is used in Linux to increase the mapping size at the pmd and 31 pte (last) level. The number of supported contiguous entries varies by page size
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | uio.h | 37 put in IOVEC instead of a contiguous buffer. 48 are taken from IOVEC instead of a contiguous buffer. 63 of a contiguous buffer. 75 contiguous buffer. 102 of a contiguous buffer. 114 contiguous buffer.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | uio.h | 37 put in IOVEC instead of a contiguous buffer. 48 are taken from IOVEC instead of a contiguous buffer. 63 of a contiguous buffer. 75 contiguous buffer. 102 of a contiguous buffer. 114 contiguous buffer.
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cma.c | 3 * Contiguous Memory Allocator 168 * cma_init_reserved_mem() - create custom contiguous area from reserved memory 177 * This function creates custom contiguous area from already reserved memory. 233 * cma_declare_contiguous_nid() - reserve custom contiguous area 249 * If @fixed is true, reserve contiguous area at exactly @base. If false, 288 * you couldn't get a contiguous memory, which is not what we want. in cma_declare_contiguous_nid() 446 * cma_alloc() - allocate pages from contiguous area 447 * @cma: Contiguous memory region for which the allocation is performed. 452 * This function allocates part of contiguous memory on specific 453 * contiguous memory area. [all …]
|
| H A D | percpu-km.c | 8 * Chunks are allocated as a contiguous kernel memory using gfp 24 * PAGE_SIZE. Because each chunk is allocated as a contiguous 30 #error "contiguous percpu allocation is incompatible with paged first chunk"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | dell_rbu.rst | 32 image methods. In case of monolithic the driver allocates a contiguous chunk 35 would place each packet in contiguous physical memory. The driver also 57 copied to a single contiguous block of physical memory. 60 of contiguous memory and the BIOS image is scattered in these packets. 84 the file and spreads it across the physical memory in contiguous packet_sized
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A D | v4l2-videobuf.rst | 45 contiguous; buffers allocated with vmalloc(), in other words. These 47 useful in situations where DMA is not available but virtually-contiguous 50 - Buffers which are physically contiguous. Allocation of this kind of 76 <media/videobuf-dma-contig.h> /* Physically contiguous */ 146 /* Contiguous drivers */ 335 same is normally true of contiguous-DMA drivers as well; videobuf will 342 As of 2.6.31, contiguous-DMA drivers can work with a user-supplied buffer, 343 as long as that buffer is physically contiguous. Normal user-space 385 For contiguous DMA drivers, the function to use is: 391 The contiguous DMA API goes out of its way to hide the kernel-space address
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_gem.c | 31 * if EXYNOS_BO_CONTIG, fully physically contiguous memory in exynos_drm_alloc_buf() 32 * region will be allocated else physically contiguous in exynos_drm_alloc_buf() 191 * contiguous anyway, so drop EXYNOS_BO_NONCONTIG flag in exynos_drm_gem_create() 194 …DRM_WARN("Non-contiguous allocation is not supported without IOMMU, falling back to contiguous buf… in exynos_drm_gem_create() 432 /* check if the entries in the sg_table are contiguous */ in exynos_drm_gem_prime_import_sg_table() 443 * Buffer has been mapped as contiguous into DMA address space, in exynos_drm_gem_prime_import_sg_table()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 149 * Changing some bits of contiguous entries requires us to follow a 150 * Break-Before-Make approach, breaking the whole contiguous set 152 * "Misprogramming of the Contiguous bit", page D4-1762. 189 * Changing some bits of contiguous entries requires us to follow a 190 * Break-Before-Make approach, breaking the whole contiguous set 192 * "Misprogramming of the Contiguous bit", page D4-1762. 389 * For a contiguous huge pte range we need to check whether or not write 391 * all the contiguous ptes we need to check whether or not there is a
|
| /OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/ |
| H A D | dma-buf-test-exporter.c | 65 bool contiguous; member 150 if (alloc->contiguous) in dma_buf_te_map() 160 if (alloc->contiguous) { in dma_buf_te_map() 213 if (alloc->contiguous) { in dma_buf_te_release() 440 static int do_dma_buf_te_ioctl_alloc(struct dma_buf_te_ioctl_alloc __user *buf, bool contiguous) in do_dma_buf_te_ioctl_alloc() argument 482 alloc->contiguous = contiguous; in do_dma_buf_te_ioctl_alloc() 497 if (contiguous) { in do_dma_buf_te_ioctl_alloc() 506 dev_err(te_device.this_device, "%s: couldn't alloc contiguous buffer %zu pages", in do_dma_buf_te_ioctl_alloc() 559 if (contiguous) { in do_dma_buf_te_ioctl_alloc()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | nommu-mmap.rst | 24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of 52 appropriate bit of the file will be read into a contiguous bit of 83 sequence by providing a contiguous sequence of pages to map. In that 93 blockdev must be able to provide a contiguous run of pages without 95 all its memory as a contiguous array upfront. 252 filesystem providing the service will probably allocate a contiguous collection 269 should allocate sufficient contiguous memory to honour any supported mapping.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | io-pgtable.h | 140 * @map: Map a physically contiguous memory region. 141 * @map_pages: Map a physically contiguous range of pages of the same size. 142 * @map_sg: Map a scatter-gather list of physically contiguous memory 145 * @unmap: Unmap a physically contiguous memory region. 146 * @unmap_pages: Unmap a range of virtually contiguous pages of the same size.
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_frame_public.h | 172 bool contiguous; /** memory is allocated physically contiguously */ member 248 /* @brief Allocate a contiguous CSS frame structure 258 * Contiguous frame allocation, only for FPGA display driver which needs 259 * physically contiguous memory. 270 /* @brief Allocate a contiguous CSS frame from a frame info structure. 279 * Only for FPGA display driver which needs physically contiguous memory.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/ |
| H A D | provider.rst | 47 that involve a single contiguous block of data. However, some of the 49 non-contiguous buffers to a contiguous buffer, which is called 216 - If you want to transfer a single contiguous memory buffer, 233 - These transfers can transfer data from a non-contiguous buffer 234 to a non-contiguous buffer, opposed to DMA_SLAVE that can 235 transfer data from a non-contiguous data set to a continuous 626 - Chunk: A contiguous collection of bursts 628 - Transfer: A collection of chunks (be it contiguous or not)
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | memory-model.rst | 11 spans a contiguous range up to the maximal address. It could be, 13 for the CPU. Then there could be several contiguous ranges at 41 non-NUMA systems with contiguous, or mostly contiguous, physical 157 page *vmemmap` pointer that points to a virtually contiguous array of
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_cma_helper.c | 3 * drm gem CMA (contiguous memory allocator) helper functions 28 * The Contiguous Memory Allocator reserves a pool of memory at early boot 29 * that is used to service requests for large blocks of contiguous memory. 32 * objects that are physically contiguous in memory. This is useful for 85 * This function creates a CMA GEM object and allocates a contiguous chunk of 130 * This function creates a CMA GEM object, allocating a physically contiguous 458 * another driver. Imported buffers must be physically contiguous in memory 474 /* check if the entries in the sg_table are contiguous */ in drm_gem_cma_prime_import_sg_table()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 81 bool contiguous); 88 bool contiguous, 537 const bool contiguous) in ia_css_frame_allocate_with_buffer_size() argument 543 0, 0, contiguous, false); in ia_css_frame_allocate_with_buffer_size() 682 frame->contiguous = true; in frame_init_mipi_plane() 806 frame->contiguous ? in frame_allocate_buffer_data() 820 bool contiguous) in frame_allocate_with_data() argument 828 contiguous, in frame_allocate_with_data() 858 bool contiguous, in frame_create() argument 872 me->contiguous = contiguous; in frame_create()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 849 * left edge contiguous, merge into left record. in xfs_rmap_map() 864 * right edge also contiguous, delete right record in xfs_rmap_map() 899 * right edge contiguous, merge into right record. in xfs_rmap_map() 916 * no contiguous edge with identical owner, insert in xfs_rmap_map() 1156 * The left and right neighbors are both contiguous with new. in xfs_rmap_convert() 1211 * The left neighbor is contiguous, the right is not. in xfs_rmap_convert() 1241 * The right neighbor is contiguous, the left is not. in xfs_rmap_convert() 1279 * Neither the left nor right neighbors are contiguous with in xfs_rmap_convert() 1292 * The left neighbor is contiguous. in xfs_rmap_convert() 1314 * The left neighbor is not contiguous. in xfs_rmap_convert() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/cros_ec_sensors/ |
| H A D | Kconfig | 17 tristate "ChromeOS EC Contiguous Sensors" 20 Module to handle 3d contiguous sensors like
|