| /kernel/linux/linux-4.19/sound/soc/intel/atom/sst/ |
| D | sst_pvt.c | 160 * @large: large or short message 162 * this function allocates structures to send a large or short 165 int sst_create_ipc_msg(struct ipc_post **arg, bool large) in sst_create_ipc_msg() argument 172 if (large) { in sst_create_ipc_msg() 181 msg->is_large = large; in sst_create_ipc_msg() 189 * @large: large or short message 195 int sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large, in sst_create_block_and_ipc_msg() argument 201 retval = sst_create_ipc_msg(arg, large); in sst_create_block_and_ipc_msg() 232 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument 245 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
| D | sst_pvt.c | 151 * @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 …]
|
| /kernel/linux/linux-4.19/drivers/atm/ |
| D | nicstarmac.copyright | 25 * 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
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | nicstarmac.copyright | 25 * 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
|
| /kernel/linux/linux-4.19/kernel/rcu/ |
| D | Kconfig | 12 designed for very large SMP system with hundreds or 21 designed for very large SMP systems with hundreds or 130 large numbers of CPUs. This value must be at least the fourth 131 root of NR_CPUS, which allows NR_CPUS to be insanely large. 134 itself, small RCU_FANOUT values allow you to test large-system 152 lock contention levels acceptably low. Very large systems 158 skew them, which reduces lock contention enough that large 160 fanout to a large number will likely cause problematic 166 Select the maximum permissible value for large systems, but
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | Kconfig | 13 designed for very large SMP system with hundreds or 23 designed for very large SMP systems with hundreds or 126 large numbers of CPUs. This value must be at least the fourth 127 root of NR_CPUS, which allows NR_CPUS to be insanely large. 130 itself, small RCU_FANOUT values allow you to test large-system 150 lock contention levels acceptably low. Very large systems 156 skew them, which reduces lock contention enough that large 158 fanout to a large number will likely cause problematic 164 Select the maximum permissible value for large systems, but
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/cfg/ |
| D | 22000.c | 320 * This device doesn't support receiving BlockAck with a large bitmap 332 * This device doesn't support receiving BlockAck with a large bitmap 382 * This device doesn't support receiving BlockAck with a large bitmap 395 * This device doesn't support receiving BlockAck with a large bitmap 408 * This device doesn't support receiving BlockAck with a large bitmap 420 * This device doesn't support receiving BlockAck with a large bitmap 433 * This device doesn't support receiving BlockAck with a large bitmap 446 * This device doesn't support receiving BlockAck with a large bitmap 458 * This device doesn't support receiving BlockAck with a large bitmap 472 * This device doesn't support receiving BlockAck with a large bitmap [all …]
|
| /kernel/linux/linux-4.19/Documentation/mmc/ |
| D | mmc-dev-attrs.txt | 44 SD/MMC cards can erase an arbitrarily large area up to and 45 including the whole card. When erasing a large area it may 54 3. The erase timeout becomes too large to be very 57 the value can end up being several minutes for large 63 size for erasing large areas.
|
| /kernel/linux/linux-5.10/drivers/memstick/host/ |
| D | r592.h | 19 #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 */
|
| /kernel/linux/linux-5.10/Documentation/driver-api/mmc/ |
| D | mmc-dev-attrs.rst | 54 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.
|
| /kernel/linux/linux-4.19/drivers/memstick/host/ |
| D | r592.h | 22 #define R592_TPC_EXEC_BIG_FIFO (1 << 26) /* If bit 26 is set, large fifo is used (reg 48) */ 28 /* Not used in driver, because large fifo does better job */ 81 /* IRQ,card detection,large fifo (first word irq status, second enable) */ 103 /* DMA address for large FIFO read/writes*/ 106 /* PIO access to large FIFO (512 bytes) (big endian)*/ 108 #define R592_LFIFO_SIZE 512 /* large fifo size */ 111 /* large FIFO DMA settings */
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | utresrc.c | 39 /* Large descriptors */ 95 /* Large descriptors */ 280 * Examine the large/small bit in the resource header in acpi_ut_validate_resource() 284 /* Verify the large resource type (name) against the max */ in acpi_ut_validate_resource() 291 * Large Resource Type -- bits 6:0 contain the name in acpi_ut_validate_resource() 411 * Large/Small descriptor bit -- this is left alone) 424 * Examine the large/small bit in the resource header in acpi_ut_get_resource_type() 428 /* Large Resource Type -- bits 6:0 contain the name */ in acpi_ut_get_resource_type() 460 * Examine the large/small bit in the resource header in acpi_ut_get_resource_length() 464 /* Large Resource type -- bytes 1-2 contain the 16-bit length */ in acpi_ut_get_resource_length() [all …]
|
| /kernel/linux/linux-4.19/drivers/acpi/acpica/ |
| D | utresrc.c | 39 /* Large descriptors */ 95 /* Large descriptors */ 280 * Examine the large/small bit in the resource header in acpi_ut_validate_resource() 284 /* Verify the large resource type (name) against the max */ in acpi_ut_validate_resource() 291 * Large Resource Type -- bits 6:0 contain the name in acpi_ut_validate_resource() 411 * Large/Small descriptor bit -- this is left alone) 424 * Examine the large/small bit in the resource header in acpi_ut_get_resource_type() 428 /* Large Resource Type -- bits 6:0 contain the name */ in acpi_ut_get_resource_type() 460 * Examine the large/small bit in the resource header in acpi_ut_get_resource_length() 464 /* Large Resource type -- bytes 1-2 contain the 16-bit length */ in acpi_ut_get_resource_length() [all …]
|
| /kernel/linux/linux-5.10/arch/x86/mm/pat/ |
| D | set_memory.c | 60 * Serialize cpa() (for !DEBUG_PAGEALLOC which uses large identity mappings) 61 * using cpa_lock. So that we don't allow any other cpu, with stale large tlb 63 * splitting a large page entry along with changing the attribute. 328 * large page flushing. in __cpa_flush_all() 457 * kernel text mappings for the large page aligned text, rodata sections 461 * This will preserve the large page mappings for kernel text/data at no 476 * need to work hard to preserve large page mappings in this case. in protect_kernel_text_ro() 548 * Special case to preserve a large page. If the change spawns the in static_protections() 549 * full large page mapping then there is no point to split it in static_protections() 620 * Note: We return pud and pmd either when the entry is marked large [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | zstd.h | 236 * 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | zstd.h | 236 * 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 …]
|
| /kernel/linux/linux-4.19/Documentation/infiniband/ |
| D | ipoib.txt | 44 which reduces the number of IP packets needed for handling large UDP 45 datagrams, TCP segments, etc and increases the performance for large 56 TCP/IP checksum and/or Large Send (LSO) offloading capability to the 59 Large Receive (LRO) offloading is also implemented and may be turned
|
| /kernel/linux/linux-4.19/Documentation/virtual/kvm/ |
| D | mmu.txt | 17 - scaling: need to scale to large memory and large vcpu guests 137 Examples include real mode translation, large guest pages backed by small 382 Large pages 385 The mmu supports all combinations of large and small guest and host pages. 390 To instantiate a large spte, four constraints must be satisfied: 392 - the spte must point to a large host page 393 - the guest pte must be a large pte of at least equivalent size (if tdp is 395 - if the spte will be writeable, the large page frame may not overlap any 400 arrays for each memory slot and large page size. Every write protected page 402 a large spte. The frames at the end of an unaligned memory slot have [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/cfg/ |
| D | 22000.c | 205 * This device doesn't support receiving BlockAck with a large bitmap 252 * This device doesn't support receiving BlockAck with a large bitmap 264 * This device doesn't support receiving BlockAck with a large bitmap 276 * This device doesn't support receiving BlockAck with a large bitmap 288 * This device doesn't support receiving BlockAck with a large bitmap 300 * This device doesn't support receiving BlockAck with a large bitmap 313 * This device doesn't support receiving BlockAck with a large bitmap
|
| /kernel/linux/linux-4.19/arch/x86/mm/ |
| D | pageattr.c | 46 * Serialize cpa() (for !DEBUG_PAGEALLOC which uses large identity mappings) 47 * using cpa_lock. So that we don't allow any other cpu, with stale large tlb 49 * splitting a large page entry along with changing the attribute. 183 * large page flushing. in __cpa_flush_all() 330 * kernel text mappings for the large page aligned text, rodata sections in static_protections() 334 * This will preserve the large page mappings for kernel text/data in static_protections() 345 * No need to work hard to preserve large page mappings in this in static_protections() 418 * Note: We return pud and pmd either when the entry is marked large 592 * Calculate the number of pages, which fit into this large in try_preserve_large_page() 613 * req_prot is in format of 4k pages. It must be converted to large in try_preserve_large_page() [all …]
|
| /kernel/linux/linux-5.10/Documentation/infiniband/ |
| D | ipoib.rst | 48 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
|
| /kernel/linux/linux-4.19/drivers/char/agp/ |
| D | i460-agp.c | 28 * 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 …]
|
| /kernel/linux/linux-5.10/drivers/char/agp/ |
| D | i460-agp.c | 28 * 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 …]
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | mmu.rst | 24 need to scale to large memory and large vcpu guests 156 Examples include real mode translation, large guest pages backed by small 416 Large pages 419 The mmu supports all combinations of large and small guest and host pages. 424 To instantiate a large spte, four constraints must be satisfied: 426 - the spte must point to a large host page 427 - the guest pte must be a large pte of at least equivalent size (if tdp is 429 - if the spte will be writeable, the large page frame may not overlap any 434 arrays for each memory slot and large page size. Every write protected page 436 a large spte. The frames at the end of an unaligned memory slot have
|
| /kernel/linux/linux-5.10/arch/sh/lib/ |
| D | udivsi3_i4i-Os.S | 13 udiv large divisor: 52 cycles 15 sdiv large divisor, positive result: 56 cycles 17 sdiv large divisor, negative result: 62 cycles (*)
|