/openbmc/u-boot/cmd/ |
H A D | mtd.c | 68 static void mtd_dump_device_buf(struct mtd_info *mtd, u64 start_off, in mtd_dump_device_buf() argument 81 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 83 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 89 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf() 96 len, start_off); in mtd_dump_device_buf() 97 mtd_dump_buf(buf, len, start_off); in mtd_dump_device_buf() 244 u64 start_off, off, len, remaining, default_len; in do_mtd_io() local 283 start_off = argc > 0 ? simple_strtoul(argv[0], NULL, 16) : 0; in do_mtd_io() 284 if (!mtd_is_aligned_with_min_io_size(mtd, start_off)) { in do_mtd_io() 316 read ? "Reading" : "Writing", len, npages, start_off, in do_mtd_io() [all …]
|
/openbmc/linux/fs/isofs/ |
H A D | compress.c | 209 loff_t start_off, end_off; in zisofs_fill_pages() local 229 start_off = page_offset(pages[full_page]); in zisofs_fill_pages() 230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages() 232 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages() 236 WARN_ON(start_off - (full_page << PAGE_SHIFT) != in zisofs_fill_pages()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 31 long start_off; member 75 start = calc_addr(fcur, fcur->start_off); in patch_feature_section_mask() 114 calc_addr(fcur, fcur->start_off), in do_feature_fixups_mask() 726 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching() 758 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching() 790 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big() 820 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small() 928 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix1 + 1); in test_prefix_patching() 950 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix2 + 1); in test_prefix_alt_patching() 972 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix3 + 1); in test_prefix_word_alt_patching()
|
/openbmc/linux/fs/hfsplus/ |
H A D | brec.c | 362 int start_off, end_off; in hfs_brec_update_parent() local 411 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent() 412 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent() 413 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent() 420 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent() 421 end_off - start_off); in hfs_brec_update_parent()
|
/openbmc/linux/fs/hfs/ |
H A D | brec.c | 358 int start_off, end_off; in hfs_brec_update_parent() local 405 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent() 406 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent() 407 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent() 414 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent() 415 end_off - start_off); in hfs_brec_update_parent()
|
/openbmc/qemu/tcg/ |
H A D | perf.c | 65 uint16_t start_off = insn ? tcg_ctx->gen_insn_end_off[insn - 1] : 0; in get_host_pc_size() local 68 *host_pc = (uintptr_t)start + start_off; in get_host_pc_size() 71 *host_size = tcg_ctx->gen_insn_end_off[insn] - start_off; in get_host_pc_size()
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs1_fs_compat.h | 37 __u64 start_off; member
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 335 bool do_unsigned_reads(int start_off) in do_unsigned_reads() argument 343 for (off = start_off; off < 8 && ok; off++) { in do_unsigned_reads() 347 ok = read_ufns[i](start_off); in do_unsigned_reads()
|
/openbmc/linux/drivers/dax/ |
H A D | super.c | 81 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, in fs_dax_get_by_bdev() argument 91 *start_off = get_start_sect(bdev) * SECTOR_SIZE; in fs_dax_get_by_bdev() 93 if (*start_off % PAGE_SIZE || part_size % PAGE_SIZE) { in fs_dax_get_by_bdev()
|
/openbmc/linux/include/linux/ |
H A D | dax.h | 134 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, 146 u64 *start_off, void *holder, in fs_dax_get_by_bdev() argument
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-trbe.c | 679 u64 start_off, end_off; in trbe_get_trace_size() local 709 start_off = PERF_IDX2OFF(handle->head, buf); in trbe_get_trace_size() 711 if (WARN_ON_ONCE(end_off < start_off)) in trbe_get_trace_size() 714 size = end_off - start_off; in trbe_get_trace_size() 722 __trbe_pad_buf(buf, start_off, overwrite_skip); in trbe_get_trace_size()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-apple-aic.c | 917 u32 off, start_off; in aic_of_ic_init() local 952 off = start_off = irqc->info.target_cpu; in aic_of_ic_init() 970 off = start_off = irqc->info.irq_cfg; in aic_of_ic_init() 996 irqc->info.die_stride = off - start_off; in aic_of_ic_init()
|
/openbmc/qemu/block/ |
H A D | parallels.c | 148 int64_t start_off = -2, prev_end_off = -2; in block_status() local 151 while (nb_sectors > 0 || start_off == -2) { in block_status() 155 if (start_off == -2) { in block_status() 156 start_off = offset; in block_status() 171 return start_off; in block_status()
|
/openbmc/linux/drivers/mtd/spi-nor/controllers/ |
H A D | hisi-sfc.c | 229 static int hisi_spi_nor_dma_transfer(struct spi_nor *nor, loff_t start_off, in hisi_spi_nor_dma_transfer() argument 244 writel(start_off, host->regbase + FMC_ADDRL); in hisi_spi_nor_dma_transfer()
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_axienet.c | 916 unsigned int start_off = s->hdr[1] >> 16; in xilinx_axienet_data_stream_push() local 921 tmp_csum = net_checksum_add(s->txpos - start_off, in xilinx_axienet_data_stream_push() 922 buf + start_off); in xilinx_axienet_data_stream_push()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_sai.c | 647 dl_cfg[dl_cfg_idx].start_off[tx] * 0x4; in fsl_sai_hw_params() 1260 cfg[0].start_off[0] = 0; in fsl_sai_read_dlcfg() 1265 cfg[0].start_off[1] = 0; in fsl_sai_read_dlcfg() 1298 cfg[i].start_off[0] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg() 1304 cfg[i].start_off[1] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg()
|
H A D | fsl_sai.h | 273 unsigned int start_off[2]; member
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 1500 uint32_t start_off = 0; in csio_scsi_copy_to_sgl() local 1519 if (start_off >= sg->length) { in csio_scsi_copy_to_sgl() 1520 start_off -= sg->length; in csio_scsi_copy_to_sgl() 1526 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl() 1528 sg->length - start_off); in csio_scsi_copy_to_sgl() 1544 start_off += bytes_copy; in csio_scsi_copy_to_sgl()
|
/openbmc/linux/net/core/ |
H A D | datagram.c | 412 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local 490 iov_iter_revert(to, offset - start_off); in __skb_datagram_iter()
|
/openbmc/linux/fs/gfs2/ |
H A D | bmap.c | 2402 unsigned int start_off, end_len; in __gfs2_punch_hole() local 2404 start_off = offset & (blocksize - 1); in __gfs2_punch_hole() 2406 if (start_off) { in __gfs2_punch_hole() 2408 if (length > blocksize - start_off) in __gfs2_punch_hole() 2409 len = blocksize - start_off; in __gfs2_punch_hole() 2413 if (start_off + length < blocksize) in __gfs2_punch_hole()
|
/openbmc/linux/fs/proc/ |
H A D | vmcore.c | 628 u64 start_off; in mmap_vmcore() local 632 start_off = start - elfcorebuf_sz; in mmap_vmcore() 634 start_off, tsz)) in mmap_vmcore()
|
/openbmc/linux/fs/btrfs/ |
H A D | backref.h | 236 u64 start_off, struct btrfs_path *path,
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 555 unsigned int start_off; member
|
H A D | main.c | 88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START); in nfp_bpf_vnic_alloc()
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1232 if (start_off) { in stbtt__close_shape() 1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local 1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape() 1342 start_off = !(flags & 1); in stbtt_GetGlyphShape() 1343 if (start_off) { in stbtt_GetGlyphShape() 1382 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
|