| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | kcore.c | 318 size_t tsz; in read_kcore() local 353 tsz = min_t(size_t, buflen, sizeof(struct elfhdr) - *fpos); in read_kcore() 354 if (copy_to_user(buffer, (char *)&ehdr + *fpos, tsz)) { in read_kcore() 359 buffer += tsz; in read_kcore() 360 buflen -= tsz; in read_kcore() 361 *fpos += tsz; in read_kcore() 398 tsz = min_t(size_t, buflen, phdrs_offset + phdrs_len - *fpos); in read_kcore() 400 tsz)) { in read_kcore() 407 buffer += tsz; in read_kcore() 408 buflen -= tsz; in read_kcore() [all …]
|
| H A D | vmcore.c | 228 size_t tsz; in vmcoredd_copy_dumps() local 234 tsz = min(offset + (u64)dump->size - start, (u64)size); in vmcoredd_copy_dumps() 236 if (copy_to(dst, buf, tsz, userbuf)) { in vmcoredd_copy_dumps() 241 size -= tsz; in vmcoredd_copy_dumps() 242 start += tsz; in vmcoredd_copy_dumps() 243 dst += tsz; in vmcoredd_copy_dumps() 264 size_t tsz; in vmcoredd_mmap_dumps() local 270 tsz = min(offset + (u64)dump->size - start, (u64)size); in vmcoredd_mmap_dumps() 273 tsz)) { in vmcoredd_mmap_dumps() 278 size -= tsz; in vmcoredd_mmap_dumps() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 166 ssize_t tsz, avail; in read_opalcore() local 182 tsz = min_t(size_t, oc_conf->opalcorebuf_sz - tpos, count); in read_opalcore() 183 memcpy(to, oc_conf->opalcorebuf + tpos, tsz); in read_opalcore() 184 to += tsz; in read_opalcore() 185 tpos += tsz; in read_opalcore() 186 count -= tsz; in read_opalcore() 197 tsz = min_t(size_t, m->offset + m->size - tpos, count); in read_opalcore() 199 memcpy(to, __va(addr), tsz); in read_opalcore() 200 to += tsz; in read_opalcore() 201 tpos += tsz; in read_opalcore() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | pt.h | 22 static inline unsigned int sizes(unsigned int tsz) in sizes() argument 24 return 1 << (tsz + TOPA_SHIFT); in sizes()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/ |
| H A D | 0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch | 21 size_t tsz; 28 tsz = strlen("#line \"\"\n") + /* constant parts */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | io-pgtable.h | 105 u32 tsz:6; member 119 u32 tsz:6; member
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | dma-jz4780.c | 306 uint32_t width, maxburst, tsz; in jz4780_dma_setup_hwdesc() local 331 tsz = jz4780_dma_transfer_size(jzchan, addr | len | (width * maxburst), in jz4780_dma_setup_hwdesc() 345 desc->dcm |= tsz << JZ_DMA_DCM_TSZ_SHIFT; in jz4780_dma_setup_hwdesc() 456 uint32_t tsz; in jz4780_dma_prep_dma_memcpy() local 462 tsz = jz4780_dma_transfer_size(jzchan, dest | src | len, in jz4780_dma_prep_dma_memcpy() 470 tsz << JZ_DMA_DCM_TSZ_SHIFT | in jz4780_dma_prep_dma_memcpy()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | msg.c | 524 u32 tsz; in tipc_msg_try_bundle() local 548 tsz = msg_size(buf_msg(tskb)); in tipc_msg_try_bundle() 549 if (unlikely(mss < align(INT_H_SIZE + tsz) + msg_size(msg))) in tipc_msg_try_bundle() 551 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE, in tipc_msg_try_bundle() 560 msg_set_size(outer, INT_H_SIZE + tsz); in tipc_msg_try_bundle()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu.h | 386 FIELD_PREP(ARM_SMMU_TCR_T0SZ, cfg->arm_lpae_s1_cfg.tcr.tsz); in arm_smmu_lpae_tcr() 416 FIELD_PREP(ARM_SMMU_VTCR_T0SZ, cfg->arm_lpae_s2_cfg.vtcr.tsz); in arm_smmu_lpae_vtcr()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/ |
| H A D | bdisp-reg.h | 17 u32 tsz; member
|
| H A D | bdisp-debug.c | 344 bdisp_dbg_dump_sz(s, node->tsz, "TSZ"); in last_nodes_show()
|
| H A D | bdisp-hw.c | 852 node->tsz = dst_rect.height << 16 | dst_rect.width; in bdisp_hw_build_node()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | io-pgtable-arm.c | 902 tcr->tsz = 64ULL - cfg->ias; in arm_64_lpae_alloc_pgtable_s1() 1019 vtcr->tsz = 64ULL - cfg->ias; in arm_64_lpae_alloc_pgtable_s2()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 1867 cfg->cd.tcr = FIELD_PREP(CTXDESC_CD_0_TCR_T0SZ, tcr->tsz) | in arm_smmu_domain_finalise_s1() 1913 cfg->vtcr = FIELD_PREP(STRTAB_STE_2_VTCR_S2T0SZ, vtcr->tsz) | in arm_smmu_domain_finalise_s2()
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1156 …63355455665555556532, 9��������ws~������cVdg[^d_^XYbfmse^gYFNn~tsz}}{wlfhjhdb^QEK;.PZ… 2562 …0148<>?>=:64355564665323432313/&:��z�}|~�}|{xy��������������|tsz����}���|yyzyz{{yyx… 5183 7��������ry�����~�xWU`UX^WQSRU]dgleZaaPFQo|tsz}~}wpmllkhaa\M*3RX10/' 7307 …36:==>=:85456544565464343* %��v������������~xty��������������}tsz|QE��|~~��|zyxxvr… 8039 …gghhimpswyyxwrnjgfghhiffggfec`YNC:.*-.155531/-.1/.0120123110/021021%Dei����tsz�����������|}~}}�…
|