| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem_pool_group.c | 41 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/ |
| H A D | sst_pvt.c | 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() 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() 238 ret = sst_create_ipc_msg(&msg, large); in sst_prepare_and_post_msg() 248 task_id, large, pvt_id); in sst_prepare_and_post_msg() 303 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0001-Fix-FBXConverter-use-proper-64-bit-constant.patch | 8 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/buildroot/package/gcc/10.4.0/ |
| H A D | 0003-or1k-Use-cmodel-large-when-building-crtstuff.patch | 4 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 D | 0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 4 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/gcc/11.3.0/ |
| H A D | 0002-or1k-Use-cmodel-large-when-building-crtstuff.patch | 4 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 D | 0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 4 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/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | font-awesome.min.css | 33 …large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^…
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_spl.c | 45 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()
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | dmabounce.c | 78 struct dmabounce_pool large; member 92 device_info->large.allocs, in dmabounce_show() 94 device_info->large.allocs, in dmabounce_show() 119 } else if (size <= device_info->large.size) { in alloc_safe_buffer() 120 pool = &device_info->large; in alloc_safe_buffer() 506 ret = dmabounce_init_pool(&device_info->large, dev, in dmabounce_register_dev() 566 if (device_info->large.pool) in dmabounce_unregister_dev() 567 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu.c | 54 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() 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 555 if (large) in kvmppc_mmu_book3s_64_tlbie()
|
| /OK3568_Linux_fs/buildroot/package/scrypt/ |
| H A D | Config.in | 6 designed to make it costly to perform large-scale custom 7 hardware attacks by requiring large amounts of memory.
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | Kconfig | 13 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/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | simult_flows.sh | 25 rm -f "$large" "$small" 48 large=$(mktemp) 55 dd if=/dev/zero of=$large bs=4096 count=$((size / 4096)) >/dev/null 2>&1 247 do_transfer $small $large $((time * 11 / 10)) 255 do_transfer $large $small $((time * 11 / 10))
|
| /OK3568_Linux_fs/buildroot/package/ipmitool/ |
| H A D | 0008-fru-Fix-buffer-overflow-vulnerabilities.patch | 46 lprintf(LOG_NOTICE, "Read FRU Area length %d too large, " 78 * is too large. return 0 so higher level function 97 lprintf(LOG_NOTICE, "Read FRU Area length %d too large, " 129 * is too large. return 0 so higher level function
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/ |
| H A D | 0001-fru-Fix-buffer-overflow-vulnerabilities.patch | 47 lprintf(LOG_NOTICE, "Read FRU Area length %d too large, " 79 * is too large. return 0 so higher level function 98 lprintf(LOG_NOTICE, "Read FRU Area length %d too large, " 130 * is too large. return 0 so higher level function
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | overlay.dts | 9 hvac_2: hvac-large-1 { 10 compatible = "ot,hvac-large";
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl/ |
| H A D | 0014-demos-benchmark-modify-benchmark-test-scenes.patch | 17 {.name = "Text large", .weight = 20, .create_cb = txt_large_cb}, 22 {.name = "Text large compressed", .weight = 10, .create_cb = txt_large_compr_cb},
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | kexec-x32.patch | 12 purgatory/arch/x86_64/Makefile: Not use mcmodel large when 91 -x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large 93 + x86_64_PURGATORY_EXTRA_CFLAGS = -mcmodel=large
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hdf5/ |
| H A D | hdf5_1.8.21.bb | 1 SUMMARY = "Management suite for extremely large and complex data collections" 3 extremely large and complex data collections"
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0111-fs-nilfs2-Reject-too-large-keys.patch | 4 Subject: [PATCH] fs/nilfs2: Reject too-large keys 29 + grub_error (GRUB_ERR_BAD_FS, "key is too large");
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | util.S | 196 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
|
| /OK3568_Linux_fs/u-boot/cmd/fastboot/ |
| H A D | Kconfig | 47 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
|