Home
last modified time | relevance | path

Searched refs:qemu_get_be64 (Results 1 – 21 of 21) sorted by relevance

/qemu/target/hppa/
H A Dmachine.c29 cpu_hppa_put_psw(env, qemu_get_be64(f)); in get_psw()
53 ent->itree.start = qemu_get_be64(f); in get_tlb()
54 ent->itree.last = qemu_get_be64(f); in get_tlb()
55 ent->pa = qemu_get_be64(f); in get_tlb()
56 val = qemu_get_be64(f); in get_tlb()
/qemu/include/migration/
H A Dqemu-file-types.h51 uint64_t qemu_get_be64(QEMUFile *f);
77 *pv = qemu_get_be64(f); in qemu_get_be64s()
123 return (int64_t)qemu_get_be64(f); in qemu_get_sbe64()
H A Dcpu.h12 #define qemu_get_betl qemu_get_be64
/qemu/target/ppc/
H A Dmachine.c31 v->u64[0] = qemu_get_be64(f); in get_avr()
32 v->u64[1] = qemu_get_be64(f); in get_avr()
64 v->VsrD(0) = qemu_get_be64(f); in get_fpr()
95 v->VsrD(1) = qemu_get_be64(f); in get_vsr()
494 v->esid = qemu_get_be64(f); in get_slbe()
495 v->vsid = qemu_get_be64(f); in get_slbe()
/qemu/hw/vfio/
H A Dmigration.c299 data = qemu_get_be64(f); in vfio_load_device_config_state()
698 data = qemu_get_be64(f); in vfio_load_state()
710 data = qemu_get_be64(f); in vfio_load_state()
722 uint64_t data_size = qemu_get_be64(f); in vfio_load_state()
755 data = qemu_get_be64(f); in vfio_load_state()
/qemu/target/alpha/
H A Dmachine.c9 cpu_alpha_store_fpcr(env, qemu_get_be64(f)); in get_fpcr()
/qemu/hw/s390x/
H A Ds390-stattrib.c123 addr = qemu_get_be64(f); in cmma_load()
130 count = qemu_get_be64(f); in cmma_load()
H A Dtod.c91 tod.low = qemu_get_be64(f); in s390_tod_load()
H A Ds390-skeys.c386 addr = qemu_get_be64(f); in s390_storage_keys_load()
392 const uint64_t total_count = qemu_get_be64(f); in s390_storage_keys_load()
/qemu/migration/
H A Dram.c3693 addr = qemu_get_be64(f); in ram_load_postcopy()
4056 uint64_t remote_page_size = qemu_get_be64(f); in parse_ramblock()
4065 hwaddr addr = qemu_get_be64(f); in parse_ramblock()
4095 length = qemu_get_be64(f); in parse_ramblocks()
4148 addr = qemu_get_be64(f); in ram_load_precopy()
4395 size = qemu_get_be64(file); in ram_dirty_bitmap_reload()
4405 end_mark = qemu_get_be64(file); in ram_dirty_bitmap_reload()
H A Dvmstate-types.c567 uint64_t w = qemu_get_be64(f); in get_bitmap()
779 key = (void *)(uintptr_t)qemu_get_be64(f); in get_gtree()
H A Dblock-dirty-bitmap.c981 uint64_t first_byte = qemu_get_be64(f) << BDRV_SECTOR_BITS; in dirty_bitmap_load_bits()
995 uint64_t buf_size = qemu_get_be64(f); in dirty_bitmap_load_bits()
H A Dsavevm.c161 expire_time = qemu_get_be64(f); in timer_get()
1862 remote_pagesize_summary = qemu_get_be64(mis->from_src_file); in loadvm_postcopy_handle_advise()
1886 remote_tps = qemu_get_be64(mis->from_src_file); in loadvm_postcopy_handle_advise()
1975 start_addr = qemu_get_be64(mis->from_src_file); in loadvm_postcopy_ram_handle_discard()
1976 block_length = qemu_get_be64(mis->from_src_file); in loadvm_postcopy_ram_handle_discard()
H A Dcolo.c396 value = qemu_get_be64(f); in colo_receive_message_value()
H A Dqemu-file.c772 uint64_t qemu_get_be64(QEMUFile *f) in qemu_get_be64() function
/qemu/hw/intc/
H A Ds390_flic_kvm.c474 count = qemu_get_be64(f); in kvm_flic_load()
/qemu/hw/scsi/
H A Dmptsas.c1250 uint64_t base = qemu_get_be64(f); in mptsas_load_request()
1251 uint64_t len = qemu_get_be64(f); in mptsas_load_request()
/qemu/hw/display/
H A Dvirtio-gpu.c1339 res->addrs[i] = qemu_get_be64(f); in virtio_gpu_load()
1412 res->addrs[i] = qemu_get_be64(f); in virtio_gpu_blob_load()
/qemu/hw/virtio/
H A Dvhost.c1897 size = qemu_get_be64(f); in vhost_dev_load_inflight()
H A Dvirtio.c3049 vdev->vq[i].vring.desc = qemu_get_be64(f); in virtio_load()
/qemu/hw/usb/
H A Dredirect.c2467 id = qemu_get_be64(f); in usbredir_get_packet_id_q()