Home
last modified time | relevance | path

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

12345

/linux/Documentation/arch/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
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_dsack_mult.pkt23 // Check SACK coalescing (contiguous sequence).
27 // Check we have two SACK ranges for non contiguous sequences.
/linux/Documentation/driver-api/cxl/allocation/
H A Dhugepages.rst11 carves out contiguous capacity.
15 at :code:`__init` time - when CMA carves out contiguous capacity.
/linux/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
/linux/arch/nios2/
H A DKconfig51 int "Order of maximal physically contiguous allocations"
55 contiguous allocations. The limit is called MAX_PAGE_ORDER and it
57 allocated as a single contiguous block. This option allows
59 large blocks of physically contiguous memory is required.
/linux/kernel/dma/
H A DKconfig159 to allocate big physically-contiguous blocks of memory for use with
165 For more information see <kernel/dma/contiguous.c>.
181 comment "Default contiguous memory area size:"
224 int "Maximum PAGE_SIZE order of alignment for contiguous buffers"
232 specify the maximum PAGE_SIZE order for contiguous buffers. Larger
H A DMakefile6 obj-$(CONFIG_DMA_CMA) += contiguous.o
/linux/arch/sh/mm/
H A DKconfig34 int "Order of maximal physically contiguous allocations"
41 contiguous allocations. The limit is called MAX_PAGE:_ORDER and it
43 allocated as a single contiguous block. This option allows
45 large blocks of physically contiguous memory is required.
/linux/Documentation/features/io/dma-contiguous/
H A Darch-support.txt2 # Feature name: dma-contiguous
/linux/arch/xtensa/boot/dts/
H A Dkc705.dts21 /* global autoconfigured region for contiguous allocations */
/linux/Documentation/devicetree/bindings/arm/omap/
H A Ddmm.txt7 translation for initiators which need contiguous dma bus addresses.
/linux/drivers/iio/common/cros_ec_sensors/
H A DKconfig20 Module to handle 3d contiguous sensors like
/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h41 bool contiguous; /** Allocated memory physically member
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c95 bool contiguous; in alloc_device_memory() local
112 contiguous = args->flags & HL_MEM_CONTIGUOUS; in alloc_device_memory()
114 if (contiguous) { in alloc_device_memory()
140 phys_pg_pack->contiguous = contiguous; in alloc_device_memory()
148 if (phys_pg_pack->contiguous) { in alloc_device_memory()
198 if (!phys_pg_pack->contiguous) in alloc_device_memory()
207 if (contiguous) in alloc_device_memory()
321 if (phys_pg_pack->contiguous) { in free_phys_pg_pack()
/linux/Documentation/admin-guide/mm/
H A Dconcepts.rst22 necessarily contiguous; it might be accessible as a set of distinct
198 scattered physical pages as virtually contiguous range, sometimes it is
199 necessary to allocate large physically contiguous memory areas. Such
206 physically contiguous areas become possible.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst28 :ref:`planar-apis`. Unless explicitly documented as supporting non-contiguous
41 For memory contiguous formats, the number of padding pixels at the end of the
47 For non-contiguous formats, no constraints are enforced by the format on the
224 .. [2] Indicates if planes have to be contiguous in memory or can be
446 two non-contiguous planes.
967 For memory contiguous formats, the number of padding pixels at the end of the
973 For non-contiguous formats, no constraints are enforced by the format on the
1077 .. [5] Indicates if planes have to be contiguous in memory or can be
/linux/Documentation/core-api/
H A Dmemory-allocation.rst9 large virtually contiguous areas using `vmalloc` and its derivatives,
159 and related functions is not physically contiguous.
167 physically contiguous.
/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst87 virtually contiguous memory pages from the page level allocator. These
88 pages are mapped into contiguous kernel virtual space with PAGE_KERNEL
/linux/Documentation/filesystems/ext4/
H A Difork.rst37 lot of mapping data even for a large contiguous file! This inefficiency
47 tree. Under the old scheme, allocating a contiguous run of 1,000 blocks
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-msc13 - "single", for contiguous buffer mode (high-order alloc);
/linux/drivers/firmware/qcom/
H A DKconfig30 and physically contiguous.
/linux/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst13 performance of a logical processor on a contiguous and abstract performance
/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h1351 U32 contiguous = 1; in ZSTD_window_update() local
1354 return contiguous; in ZSTD_window_update()
1369 contiguous = 0; in ZSTD_window_update()
1381 return contiguous; in ZSTD_window_update()
/linux/Documentation/arch/powerpc/
H A Dkasan.txt54 requires knowing how much contiguous physical memory a system has _at compile
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,orion-pinctrl.txt13 contiguous MPP registers, and the second one describing the single

12345