Home
last modified time | relevance | path

Searched defs:host_offset (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-threads.c457 qcow2_co_encdec(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_encdec()
508 qcow2_co_encrypt(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_encrypt()
522 qcow2_co_decrypt(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_decrypt()
H A Dqcow2-cluster.c587 unsigned int *bytes, uint64_t *host_offset, in qcow2_get_host_offset()
829 int compressed_size, uint64_t *host_offset) in qcow2_alloc_compressed_cluster_offset()
1496 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_copied()
1606 uint64_t *host_offset, uint64_t *nb_clusters) in do_alloc_cluster_offset()
1663 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_alloc()
1785 uint64_t *host_offset, in qcow2_alloc_host_offset()
H A Dqcow2.c2149 uint64_t host_offset; in qcow2_co_block_status() local
2230 uint64_t host_offset, in qcow2_co_preadv_encrypted()
2280 uint64_t host_offset; /* or l2_entry for compressed read */ member
2293 uint64_t host_offset, in qcow2_add_task()
2394 uint64_t host_offset = 0; in qcow2_co_preadv_part() local
2593 int qcow2_co_pwritev_task(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_pwritev_task()
2685 uint64_t host_offset; in qcow2_co_pwritev_part() local
3263 uint64_t host_offset = 0; in preallocate_co() local
4239 uint64_t host_offset; in qcow2_co_copy_range_to() local
4452 int64_t allocation_start, host_offset, guest_offset; in qcow2_co_truncate() local
[all …]
/openbmc/linux/sound/soc/sof/
H A Dipc3-dtrace.c30 u32 host_offset; member
248 u32 host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_set_host_offset() local
265 loff_t host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_avail() local
/openbmc/linux/include/sound/sof/
H A Dtrace.h41 uint32_t host_offset; /* Offset of DMA host buffer */ member
/openbmc/qemu/linux-user/
H A Dmmap.c785 off_t host_offset = offset & -host_page_size; in mmap_h_gt_g() local
922 off_t host_offset = offset & -host_page_size; in target_mmap__locked() local
/openbmc/qemu/bsd-user/
H A Dmmap.c406 abi_ulong ret, end, real_start, real_end, retaddr, host_offset, host_len; in target_mmap() local