Home
last modified time | relevance | path

Searched full:large (Results 1 – 25 of 2493) sorted by relevance

12345678910>>...100

/Linux-v5.15/sound/soc/intel/atom/sst/
Dsst_pvt.c151 * @large: large or short message
153 * this function allocates structures to send a large or short
156 int sst_create_ipc_msg(struct ipc_post **arg, bool large) in sst_create_ipc_msg() argument
163 if (large) { in sst_create_ipc_msg()
172 msg->is_large = large; in sst_create_ipc_msg()
180 * @large: large or short message
186 int sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large, in sst_create_block_and_ipc_msg() argument
192 retval = sst_create_ipc_msg(arg, large); in sst_create_block_and_ipc_msg()
223 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument
236 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg()
[all …]
/Linux-v5.15/drivers/atm/
Dnicstarmac.copyright25 * IDT always receives data into a small buffer, then large buffers
28 * Fix is simple: make large buffers large enough to hold entire
30 * copy small buffer contents to head of large buffer.
31 * Trick is to avoid fragmenting Linux, due to need for a lot of large
35 * recycle large data buffers
/Linux-v5.15/kernel/rcu/
DKconfig13 designed for very large SMP system with hundreds or
23 designed for very large SMP systems with hundreds or
127 large numbers of CPUs. This value must be at least the fourth
128 root of NR_CPUS, which allows NR_CPUS to be insanely large.
131 itself, small RCU_FANOUT values allow you to test large-system
151 lock contention levels acceptably low. Very large systems
157 skew them, which reduces lock contention enough that large
159 fanout to a large number will likely cause problematic
165 Select the maximum permissible value for large systems, but
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/cfg/
D22000.c395 * This device doesn't support receiving BlockAck with a large bitmap
407 * This device doesn't support receiving BlockAck with a large bitmap
477 * This device doesn't support receiving BlockAck with a large bitmap
490 * This device doesn't support receiving BlockAck with a large bitmap
503 * This device doesn't support receiving BlockAck with a large bitmap
515 * This device doesn't support receiving BlockAck with a large bitmap
528 * This device doesn't support receiving BlockAck with a large bitmap
541 * This device doesn't support receiving BlockAck with a large bitmap
553 * This device doesn't support receiving BlockAck with a large bitmap
567 * This device doesn't support receiving BlockAck with a large bitmap
[all …]
/Linux-v5.15/drivers/memstick/host/
Dr592.h19 #define R592_TPC_EXEC_BIG_FIFO (1 << 26) /* If bit 26 is set, large fifo is used (reg 48) */
25 /* Not used in driver, because large fifo does better job */
78 /* IRQ,card detection,large fifo (first word irq status, second enable) */
100 /* DMA address for large FIFO read/writes*/
103 /* PIO access to large FIFO (512 bytes) (big endian)*/
105 #define R592_LFIFO_SIZE 512 /* large fifo size */
108 /* large FIFO DMA settings */
/Linux-v5.15/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst54 SD/MMC cards can erase an arbitrarily large area up to and
55 including the whole card. When erasing a large area it may
65 3. The erase timeout becomes too large to be very
68 the value can end up being several minutes for large
74 size for erasing large areas.
/Linux-v5.15/drivers/acpi/acpica/
Dutresrc.c39 /* Large descriptors */
96 /* Large descriptors */
281 * Examine the large/small bit in the resource header in acpi_ut_validate_resource()
285 /* Verify the large resource type (name) against the max */ in acpi_ut_validate_resource()
292 * Large Resource Type -- bits 6:0 contain the name in acpi_ut_validate_resource()
412 * Large/Small descriptor bit -- this is left alone)
425 * Examine the large/small bit in the resource header in acpi_ut_get_resource_type()
429 /* Large Resource Type -- bits 6:0 contain the name */ in acpi_ut_get_resource_type()
461 * Examine the large/small bit in the resource header in acpi_ut_get_resource_length()
465 /* Large Resource type -- bytes 1-2 contain the 16-bit length */ in acpi_ut_get_resource_length()
[all …]
Drsinfo.c17 * Large or Small) must be reflected in each of these tables, so they are here
20 * The tables for Large descriptors are indexed by bits 6:0 of the AML
76 /* Large descriptors */
153 * 3 bytes for large descriptors)
203 /* Large descriptors */
/Linux-v5.15/arch/x86/mm/pat/
Dset_memory.c62 * Serialize cpa() (for !DEBUG_PAGEALLOC which uses large identity mappings)
63 * using cpa_lock. So that we don't allow any other cpu, with stale large tlb
65 * splitting a large page entry along with changing the attribute.
336 * large page flushing. in __cpa_flush_all()
465 * kernel text mappings for the large page aligned text, rodata sections
469 * This will preserve the large page mappings for kernel text/data at no
484 * need to work hard to preserve large page mappings in this case. in protect_kernel_text_ro()
556 * Special case to preserve a large page. If the change spawns the in static_protections()
557 * full large page mapping then there is no point to split it in static_protections()
628 * Note: We return pud and pmd either when the entry is marked large
[all …]
/Linux-v5.15/include/linux/
Dzstd.h236 * determine how large the workspace must be.
245 * least as large as ZSTD_CCtxWorkspaceBound(params.cParams).
248 * ZSTD_compressBound(srcSize) is guaranteed to be large enough.
279 * determine how large the workspace must be.
289 * @dstCapacity: The size of the destination buffer. Must be at least as large
309 * least as large as ZSTD_CCtxWorkspaceBound(params.cParams).
312 * ZSTD_compressBound(srcSize) is guaranteed to be large enough.
333 * @dstCapacity: The size of the destination buffer. Must be at least as large
389 * least as large as ZSTD_CCtxWorkspaceBound(cParams) where
394 * ZSTD_compressBound(srcSize) is guaranteed to be large enough.
[all …]
/Linux-v5.15/Documentation/infiniband/
Dipoib.rst48 which reduces the number of IP packets needed for handling large UDP
49 datagrams, TCP segments, etc and increases the performance for large
61 TCP/IP checksum and/or Large Send (LSO) offloading capability to the
64 Large Receive (LRO) offloading is also implemented and may be turned
/Linux-v5.15/drivers/char/agp/
Di460-agp.c28 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
78 int refcount; /* number of kernel pages using the large page */
79 u64 paddr; /* physical address of large page */
203 u64 large; in i460_configure() member
209 temp.large = 0; in i460_configure()
223 agp_bridge->gart_bus_addr = temp.large & ~((1UL << 3) - 1); in i460_configure()
359 * large GART pages to work around this issue.
362 * pg_num. i460.lp_desc[pg_num].paddr is the physical address of the large page and
413 /* Figure out what pg_start means in terms of our large GART pages */ in i460_insert_memory_large_io_page()
427 continue; /* OK, the entire large page is available... */ in i460_insert_memory_large_io_page()
[all …]
/Linux-v5.15/Documentation/virt/kvm/
Dmmu.rst24 need to scale to large memory and large vcpu guests
156 Examples include real mode translation, large guest pages backed by small
413 Large pages
416 The mmu supports all combinations of large and small guest and host pages.
421 To instantiate a large spte, four constraints must be satisfied:
423 - the spte must point to a large host page
424 - the guest pte must be a large pte of at least equivalent size (if tdp is
426 - if the spte will be writeable, the large page frame may not overlap any
431 arrays for each memory slot and large page size. Every write protected page
433 a large spte. The frames at the end of an unaligned memory slot have
/Linux-v5.15/drivers/pci/hotplug/
DTODO16 * A large portion of cpqphp_ctrl.c and cpqphp_pci.c concerns resource
44 simplified. A lot of functions are too large and too complex, they need
48 * A large portion of ibmphp_res.c and ibmphp_pci.c concerns resource
/Linux-v5.15/arch/sh/lib/
Dudivsi3_i4i-Os.S13 udiv large divisor: 52 cycles
15 sdiv large divisor, positive result: 56 cycles
17 sdiv large divisor, negative result: 62 cycles (*)
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_64_mmu.c54 vcpu->arch.slb[i].large ? 'l' : ' ', in kvmppc_mmu_book3s_64_find_slbe()
235 if (slbe->large) in kvmppc_mmu_book3s_64_xlate()
242 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate()
268 /* If large page bit is set, check pgsize encoding */ in kvmppc_mmu_book3s_64_xlate()
269 if (slbe->large && in kvmppc_mmu_book3s_64_xlate()
380 slbe->large = (rs & SLB_VSID_L) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
391 if (slbe->large) { in kvmppc_mmu_book3s_64_slbmte()
530 bool large) in kvmppc_mmu_book3s_64_tlbie() argument
540 * POWER6. POWER6 and later don't have the large page flag in kvmppc_mmu_book3s_64_tlbie()
554 if (large) in kvmppc_mmu_book3s_64_tlbie()
/Linux-v5.15/arch/arm64/lib/
Dmemcpy.S52 copies of up to 128 bytes, and large copies. The overhead of the overlap
53 check is negligible since it is only required for large copies.
55 Large copies use a software pipelined loop processing 64 bytes per iteration.
162 add count, count, tmp1 /* Count is now 16 too large. */
201 /* Large backwards copy for overlapping copies.
/Linux-v5.15/Documentation/trace/
Devents-kmem.rst95 consecutively imply the zone->lock being taken once. Large amounts of per-CPU
98 lists should be a larger size. Finally, large amounts of refills on one CPU
99 and drains on another could be a factor in causing large amounts of cache
115 Large numbers of this event implies that memory is fragmenting and
/Linux-v5.15/arch/m68k/lib/
Dudivsi3.S117 greater than the dividend, the tentative quotient was too large. */
124 jne L5 /* if 17 bits, quotient was too large */
126 jcs L5 /* if sum is 33 bits, quotient was too large */
128 jls L6 /* if sum > dividend, quotient was too large */
/Linux-v5.15/usr/
DKconfig123 featuring large dictionary sizes.
151 with bzip2, in comparison to gzip. Bzip2 uses a large amount of
162 This algorithm's compression ratio is best but has a large dictionary
175 XZ uses the LZMA2 algorithm and has a large dictionary which may cause
/Linux-v5.15/arch/m68k/fpsp040/
Dutil.S196 leal EXT_PLRG,%a1 |answer is +/- large number
206 leal EXT_PLRG,%a1 |answer is large positive number
212 leal EXT_PLRG,%a1 |answer is large negative number
227 leal DBL_PLRG,%a1 |answer is +/- large number
237 leal DBL_PLRG,%a1 |answer is large positive number
243 leal DBL_PLRG,%a1 |answer is large negative number
258 leal SGL_PLRG,%a1 |answer is +/- large number
268 leal SGL_PLRG,%a1 |answer is large positive number
274 leal SGL_PLRG,%a1 |answer is large negative number
/Linux-v5.15/Documentation/filesystems/ext4/
Deainode.rst3 Large Extended Attribute Values
13 sharing of large xattr values between multiple owning inodes. For
/Linux-v5.15/arch/s390/include/asm/
Dcpcmd.h23 * but will cap the output, if its too large. Everything that
27 * was large enough by comparing the return value and rlen
/Linux-v5.15/Documentation/filesystems/
Dceph.rst30 across storage nodes in large chunks to distribute workload and
36 Metadata servers effectively form a large, consistent, distributed
45 extremely large directories can be fragmented and managed by
64 the identification of large disk space consumers relatively quick, as
/Linux-v5.15/tools/perf/pmu-events/arch/x86/westmereep-dp/
Dvirtual-memory.json16 "BriefDescription": "DTLB load miss large page walks"
64 "BriefDescription": "DTLB miss large page walks"
137 "BriefDescription": "ITLB miss large page walks"

12345678910>>...100