Home
last modified time | relevance | path

Searched refs:contiguous (Results 1 – 25 of 219) sorted by relevance

123456789

/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 Dopenacc.f90179 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 …]
H A Dopenacc_lib.h226 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 …]
/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 Dopenacc.f90179 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 …]
H A Dopenacc_lib.h226 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 …]
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dhugetlbpage.rst26 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/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c81 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/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c65 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()
559 if (contiguous) { in do_dma_buf_te_ioctl_alloc()
/OK3568_Linux_fs/kernel/kernel/dma/
H A DKconfig115 to allocate big physically-contiguous blocks of memory for use with
121 For more information see <kernel/dma/contiguous.c>.
136 comment "Default contiguous memory area size:"
179 int "Maximum PAGE_SIZE order of alignment for contiguous buffers"
187 specify the maximum PAGE_SIZE order for contiguous buffers. Larger
H A DMakefile6 obj-$(CONFIG_DMA_CMA) += contiguous.o
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddell_rbu.rst32 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/
H A Ddma-buf-test-exporter.txt31 * simple allocation of physically non-contiguous buffers
32 * simple allocation of physically contiguous buffers
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-nv16m.rst12 non contiguous in memory.
21 two planes are non-contiguous in memory, i.e. the chroma plane does not
H A Dpixfmt-nv12m.rst15 non contiguous in memory.
24 two planes are non-contiguous in memory, i.e. the chroma plane do not
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-videobuf.rst45 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 */
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/misc/habanalabs/common/
H A Dmemory.c61 bool contiguous; in alloc_device_memory() local
74 contiguous = args->flags & HL_MEM_CONTIGUOUS; in alloc_device_memory()
76 if (contiguous) { in alloc_device_memory()
98 phys_pg_pack->contiguous = contiguous; in alloc_device_memory()
106 if (phys_pg_pack->contiguous) { in alloc_device_memory()
150 if (!phys_pg_pack->contiguous) in alloc_device_memory()
159 if (contiguous) in alloc_device_memory()
274 if (phys_pg_pack->contiguous) { in free_phys_pg_pack()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_mipi.h43 const bool contiguous);
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst24 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/Documentation/devicetree/bindings/reserved-memory/
H A Dreserved-memory.txt72 region for the default pool of the contiguous memory allocator.
88 This example defines 3 contiguous regions are defined for Linux kernel:
106 /* global autoconfigured region for contiguous allocations */
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dmemory-model.rst11 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/arch/c6x/
H A DKconfig91 The kernel memory allocator divides physically contiguous memory
95 blocks of physically contiguous memory, then you may need to
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame.h121 const bool contiguous);
/OK3568_Linux_fs/kernel/Documentation/features/io/dma-contiguous/
H A Darch-support.txt2 # Feature name: dma-contiguous
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dbit305 /// The number of contiguous zero bits, starting from the highest bit.
311 /// The number of contiguous one bits, starting from the highest bit.
317 /// The number of contiguous zero bits, starting from the lowest bit.
323 /// The number of contiguous one bits, starting from the lowest bit.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dbit305 /// The number of contiguous zero bits, starting from the highest bit.
311 /// The number of contiguous one bits, starting from the highest bit.
317 /// The number of contiguous zero bits, starting from the lowest bit.
323 /// The number of contiguous one bits, starting from the lowest bit.
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dfake-numa-for-cpusets.rst13 you can create fake NUMA nodes that represent contiguous chunks of memory and
43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory

123456789