| /openbmc/u-boot/fs/ |
| H A D | fs_internal.c | 14 lbaint_t sector, int byte_offset, int byte_len, char *buf) in fs_devread() argument 26 if ((sector + ((byte_offset + byte_len - 1) >> log2blksz)) in fs_devread() 34 sector += byte_offset >> log2blksz; in fs_devread() 35 byte_offset &= blk->blksz - 1; in fs_devread() 37 debug(" <" LBAFU ", %d, %d>\n", sector, byte_offset, byte_len); in fs_devread() 39 if (byte_offset != 0) { in fs_devread() 47 readlen = min((int)blk->blksz - byte_offset, in fs_devread() 49 memcpy(buf, sec_buf + byte_offset, readlen); in fs_devread()
|
| /openbmc/u-boot/fs/btrfs/ |
| H A D | dev.c | 18 int byte_offset; in btrfs_devread() local 21 byte_offset = address % btrfs_blk_desc->blksz; in btrfs_devread() 23 return fs_devread(btrfs_blk_desc, btrfs_part_info, sector, byte_offset, in btrfs_devread()
|
| /openbmc/u-boot/fs/reiserfs/ |
| H A D | dev.c | 24 int reiserfs_devread(int sector, int byte_offset, int byte_len, char *buf) in reiserfs_devread() argument 26 return fs_devread(reiserfs_blk_desc, part_info, sector, byte_offset, in reiserfs_devread()
|
| H A D | reiserfs_private.h | 507 extern int reiserfs_devread (int sector, int byte_offset, int byte_len, char *buf);
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | dev.c | 26 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread() argument 28 return fs_devread(zfs_blk_desc, part_info, sector, byte_offset, in zfs_devread()
|
| /openbmc/u-boot/fs/ext4/ |
| H A D | dev.c | 49 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, in ext4fs_devread() argument 52 return fs_devread(get_fs()->dev_desc, part_info, sector, byte_offset, in ext4fs_devread()
|
| /openbmc/qemu/migration/ |
| H A D | ram.h | 98 bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset); 101 void ramblock_recv_bitmap_set_offset(RAMBlock *rb, uint64_t byte_offset);
|
| H A D | ram.c | 269 bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset) in ramblock_recv_bitmap_test_byte_offset() argument 271 return test_bit(byte_offset >> TARGET_PAGE_BITS, rb->receivedmap); in ramblock_recv_bitmap_test_byte_offset() 287 void ramblock_recv_bitmap_set_offset(RAMBlock *rb, uint64_t byte_offset) in ramblock_recv_bitmap_set_offset() argument 289 set_bit_atomic(byte_offset >> TARGET_PAGE_BITS, rb->receivedmap); in ramblock_recv_bitmap_set_offset()
|
| /openbmc/qemu/include/hw/hyperv/ |
| H A D | vmbus-proto.h | 126 uint32_t byte_offset; member 211 uint32_t byte_offset; member
|
| /openbmc/u-boot/include/ |
| H A D | zfs_common.h | 100 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf);
|
| H A D | ext4fs.h | 147 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, char *buf);
|
| /openbmc/qemu/hw/block/dataplane/ |
| H A D | xen-block.c | 326 int64_t byte_offset; in xen_block_split_discard() local 338 byte_offset = sec_start * dataplane->sector_size; in xen_block_split_discard() 345 blk_aio_pdiscard(dataplane->blk, byte_offset, byte_chunk, in xen_block_split_discard() 348 byte_offset += byte_chunk; in xen_block_split_discard()
|
| /openbmc/qemu/docs/interop/ |
| H A D | qed_spec.rst | 191 def logical_to_cluster_offset(l1_index, l2_index, byte_offset): 195 return cluster_offset + byte_offset
|
| /openbmc/qemu/backends/ |
| H A D | igvm.c | 628 vp_count = (uint32_t *)(param_entry->data + param->byte_offset); in qigvm_directive_vp_count() 652 (IgvmEnvironmentInfo *)(param_entry->data + param->byte_offset); in qigvm_directive_environment_info()
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 1042 if (range.byte_offset & TARGET_PAGE_MASK) { in sgl_from_gpa_ranges() 1046 for (; range.byte_count; range.byte_offset = 0) { in sgl_from_gpa_ranges() 1049 TARGET_PAGE_SIZE - range.byte_offset); in sgl_from_gpa_ranges() 1060 paddr |= range.byte_offset; in sgl_from_gpa_ranges() 1807 if (msg->rangecount != 1 || msg->range[0].byte_offset || in handle_gpadl_header()
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | cfi_flash.c | 211 unsigned int byte_offset = offset * info->portwidth; in flash_map() local 213 return (void *)(info->start[sect] + byte_offset); in flash_map()
|
| /openbmc/qemu/target/riscv/ |
| H A D | vector_helper.c | 244 uint32_t byte_offset = reg_start * esz; in vext_continuous_ldst_host() 248 memcpy(vd + byte_offset, host, size); in vext_continuous_ldst_host() 250 memcpy(host, vd + byte_offset, size); in vext_continuous_ldst_host()
|