/Linux-v5.10/Documentation/arm64/ |
D | hugetlbpage.rst | 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
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
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()
|
/Linux-v5.10/kernel/dma/ |
D | Kconfig | 115 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
|
D | Makefile | 6 obj-$(CONFIG_DMA_CMA) += contiguous.o
|
/Linux-v5.10/Documentation/admin-guide/ |
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
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | ia_css_mipi.h | 43 const bool contiguous);
|
D | ia_css_frame_public.h | 172 bool contiguous; /** memory is allocated physically contiguously */ member
|
D | ia_css_stream_public.h | 48 bool contiguous; /** Allocated memory physically member
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-nv16m.rst | 12 non contiguous in memory. 21 two planes are non-contiguous in memory, i.e. the chroma plane does not
|
D | pixfmt-nv12m.rst | 15 non contiguous in memory. 24 two planes are non-contiguous in memory, i.e. the chroma plane do not
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
D | ia_css_frame.h | 121 const bool contiguous);
|
/Linux-v5.10/Documentation/features/io/dma-contiguous/ |
D | arch-support.txt | 2 # Feature name: dma-contiguous
|
/Linux-v5.10/Documentation/driver-api/media/ |
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 */ 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
|
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | memory.c | 61 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()
|
/Linux-v5.10/arch/xtensa/boot/dts/ |
D | kc705.dts | 21 /* global autoconfigured region for contiguous allocations */
|
/Linux-v5.10/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 72 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 */
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
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.
|
D | pagemap.rst | 99 An order N block has 2^N physically contiguous pages, with the BUDDY flag 102 A compound page with order N consists of 2^N physically contiguous pages. 121 contiguous pages which construct transparent hugepages
|
/Linux-v5.10/arch/c6x/ |
D | Kconfig | 91 The kernel memory allocator divides physically contiguous memory 95 blocks of physically contiguous memory, then you may need to
|
/Linux-v5.10/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets.rst | 13 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
|
/Linux-v5.10/Documentation/vm/ |
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 158 page *vmemmap` pointer that points to a virtually contiguous array of
|
/Linux-v5.10/drivers/iio/common/cros_ec_sensors/ |
D | Kconfig | 20 Module to handle 3d contiguous sensors like
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/omap/ |
D | dmm.txt | 7 translation for initiators which need contiguous dma bus addresses.
|
/Linux-v5.10/Documentation/driver-api/fpga/ |
D | fpga-mgr.rst | 14 contiguous buffer, or a firmware file. Because allocating contiguous kernel
|
/Linux-v5.10/Documentation/driver-api/dmaengine/ |
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)
|