Home
last modified time | relevance | path

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

12345678910>>...158

/OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/
H A 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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^…
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0003-or1k-Use-cmodel-large-when-building-crtstuff.patch4 Subject: [PATCH] or1k: Use cmodel=large when building crtstuff
6 When linking gcc runtime objects into large binaries the link may fail
8 -mcmodel=large.
16 -mcmodel=large option to ensure they can be linked into large binaries.
56 +# Compile crtbeginS.o and crtendS.o with -mcmodel=large
57 +CRTSTUFF_T_CFLAGS_S += -mcmodel=large
H A D0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch4 Subject: [PATCH] or1k: Add mcmodel option to handle large GOTs
15 This patch allows specifying a new option -mcmodel=large which can be
24 Support generating gotha relocations if -mcmodel=large is
151 +Specify the code model used for accessing memory addresses. Specifying large
152 +enables generating binaries with large global offset tables. By default the
163 +Enum(or1k_cmodel_type) String(large) Value(CMODEL_LARGE)
191 +@item -mcmodel=large
192 +@opindex mcmodel=large
193 +Generate OpenRISC code for the large model: The GOT may grow up to 4G in size.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_pool_group.c41 kbase_mem_pool_config_set_max_size(&configs->large[gid], in kbase_mem_pool_group_config_set_max_size()
59 err = kbase_mem_pool_init(&mem_pools->large[gid], &configs->large[gid], in kbase_mem_pool_group_init()
61 next_pools ? &next_pools->large[gid] : NULL); in kbase_mem_pool_group_init()
80 kbase_mem_pool_term(&mem_pools->large[gid]); in kbase_mem_pool_group_init()
94 kbase_mem_pool_mark_dying(&mem_pools->large[gid]); in kbase_mem_pool_group_mark_dying()
105 kbase_mem_pool_term(&mem_pools->large[gid]); in kbase_mem_pool_group_term()
H A Dmali_kbase_mem_lowlevel.h125 * large page which was not split to be used partially
128 * Return: true if page belongs to large page, or false
137 * 512 4KB pages within a large page which was not split
141 * Return: true if page is the first page of a large page, or false
152 * large page which was split in 4KB pages to be used
156 * Return: true if page was taken from large page used partially, or false
168 * the large (or 2 MB) physical page.
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0002-or1k-Use-cmodel-large-when-building-crtstuff.patch4 Subject: [PATCH] or1k: Use cmodel=large when building crtstuff
6 When linking gcc runtime objects into large binaries the link may fail
8 -mcmodel=large.
16 -mcmodel=large option to ensure they can be linked into large binaries.
56 +# Compile crtbeginS.o and crtendS.o with -mcmodel=large
57 +CRTSTUFF_T_CFLAGS_S += -mcmodel=large
H A D0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch4 Subject: [PATCH] or1k: Add mcmodel option to handle large GOTs
15 This patch allows specifying a new option -mcmodel=large which can be
24 Support generating gotha relocations if -mcmodel=large is
151 +Specify the code model used for accessing memory addresses. Specifying large
152 +enables generating binaries with large global offset tables. By default the
163 +Enum(or1k_cmodel_type) String(large) Value(CMODEL_LARGE)
191 +@item -mcmodel=large
192 +@opindex mcmodel=large
193 +Generate OpenRISC code for the large model: The GOT may grow up to 4G in size.
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0001-Fix-FBXConverter-use-proper-64-bit-constant.patch8 code/FBXConverter.cpp:2025: error: integer constant is too large for 'long' type
9 code/FBXConverter.cpp:2026: error: integer constant is too large for 'long' type
10 code/FBXConverter.cpp:2794: error: integer constant is too large for 'long' type
11 code/FBXConverter.cpp:2868: error: integer constant is too large for 'long' type
12 code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type
13 code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/cfg/
H A D22000.c320 * 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 …]
/OK3568_Linux_fs/buildroot/package/zip/
H A D0006-unix-configure-borrow-the-LFS-test-from-autotools.patch33 echo Check for Large File Support
76 echo -- no Large File Support
82 - echo -- no Large File Support - no 64-bit off_t
84 - echo -- no Large File Support - no 64-bit stat
86 - echo -- yes we have Large File Support!
89 - echo -- no Large File Support - conftest returned $r
91 + echo -- yes we have Large File Support!
/OK3568_Linux_fs/kernel/drivers/atm/
H A 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
/OK3568_Linux_fs/kernel/kernel/rcu/
H A 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
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Drsa.h64 …T_TOO_LARGE -0x4400 /**< The output buffer for decryption is not large enough. */
216 * \note The input and output buffers must be large
234 * \note The input and output buffers must be large
259 * \note The output buffer must be as large as the size
282 * \note The output buffer must be as large as the size
308 * \note The output buffer must be as large as the size
336 * \note The output buffer must be as large as the size
362 * \note The output buffer must be as large as the size
390 * \note The output buffer must be as large as the size
422 * \note The "sig" buffer must be as large as the size
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_spl.c45 const int large = CONFIG_SYS_NAND_OR_PRELIM & OR_FCM_PGS; in nand_spl_load_image() local
46 const int block_shift = large ? 17 : 14; in nand_spl_load_image()
48 const int page_size = large ? 2048 : 512; in nand_spl_load_image()
49 const int bad_marker = large ? page_size + 0 : page_size + 5; in nand_spl_load_image()
59 if (large) { in nand_spl_load_image()
122 * the code too large for certain SPLs(minimal SPL, maximum size <= 4Kbytes)
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A 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 */
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dset_memory.c60 * 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 …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutresrc.c39 /* 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 …]
/OK3568_Linux_fs/kernel/include/linux/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/
H A 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.
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dmmu.rst24 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
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A 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()
381 slbe->large = (rs & SLB_VSID_L) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
392 if (slbe->large) { in kvmppc_mmu_book3s_64_slbmte()
531 bool large) in kvmppc_mmu_book3s_64_tlbie() argument
541 * POWER6. POWER6 and later don't have the large page flag in kvmppc_mmu_book3s_64_tlbie()
555 if (large) in kvmppc_mmu_book3s_64_tlbie()
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A 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
/OK3568_Linux_fs/u-boot/cmd/fastboot/
H A DKconfig47 The fastboot protocol requires a large memory buffer for
58 The fastboot protocol requires a large memory buffer for
59 downloads. This buffer should be as large as possible for a

12345678910>>...158