/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 106 stq_be_p(&rrb->response.reserved1, 0); in list_pci() 141 stq_be_p(&rrb->response.resume_token, resume_token); in list_pci() 290 stq_be_p(&resquery->sdma, pbdev->zpci_fn.sdma); in clp_service_call() 291 stq_be_p(&resquery->edma, pbdev->zpci_fn.edma); in clp_service_call() 333 stq_be_p(&resgrp->dasm, group->zpci_group.dasm); in clp_service_call() 334 stq_be_p(&resgrp->msia, group->zpci_group.msia); in clp_service_call() 1402 stq_be_p(&fib.pba, pbdev->iommu->pba); in stpcifc_service_call() 1403 stq_be_p(&fib.pal, pbdev->iommu->pal); in stpcifc_service_call() 1404 stq_be_p(&fib.iota, pbdev->iommu->g_iota); in stpcifc_service_call() 1405 stq_be_p(&fib.aibv, pbdev->routes.adapter.ind_addr); in stpcifc_service_call() [all …]
|
H A D | ipl.c | 271 stq_be_p(romptr, initrd_offset); in s390_ipl_realize() 272 stq_be_p(romptr + 1, initrd_size); in s390_ipl_realize()
|
/openbmc/qemu/nbd/ |
H A D | server.c | 192 stq_be_p(&rep->magic, NBD_REP_MAGIC); in set_be_option_rep() 530 stq_be_p(buf, client->exp->size); in nbd_negotiate_handle_export_name() 723 stq_be_p(buf, exp->size); in nbd_negotiate_handle_info() 1420 stq_be_p(buf + 8, NBD_OPTS_MAGIC); in nbd_negotiate() 2056 stq_be_p(&reply->cookie, cookie); in set_be_simple_reply() 2111 stq_be_p(&chunk->cookie, request->cookie); in set_be_chunk() 2112 stq_be_p(&chunk->offset, request->from); in set_be_chunk() 2113 stq_be_p(&chunk->length, length); in set_be_chunk() 2121 stq_be_p(&chunk->cookie, request->cookie); in set_be_chunk() 2161 stq_be_p(&chunk.offset, offset); in nbd_co_send_chunk_read() [all …]
|
H A D | client.c | 80 stq_be_p(&req.magic, NBD_OPTS_MAGIC); in nbd_send_option_request() 1388 stq_be_p(buf + 8, request->cookie); in nbd_send_request() 1389 stq_be_p(buf + 16, request->from); in nbd_send_request() 1392 stq_be_p(buf + 24, request->len); in nbd_send_request()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-all.h | 50 #define stq_p(p, v) stq_be_p(p, v)
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-access.h | 117 stq_be_p(ptr, v); in virtio_stq_p()
|
/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 374 static inline void stq_be_p(void *ptr, uint64_t v) in stq_be_p() function
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | mem.c | 197 stq_be_p(p, value.data.u64); in update_region_info()
|
/openbmc/qemu/net/ |
H A D | l2tpv3.c | 195 stq_be_p( in l2tpv3_form_header()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 417 DO_ST(st1d_be, uint64_t, stq_be_p, cpu_stq_be_data_ra) in DO_LD() 420 DO_STQ(sve_st1qq_be, sme_st1q_be, 1, stq_be_p, cpu_stq_be_data_ra) in DO_LD()
|
/openbmc/qemu/system/ |
H A D | memory_ldst.c.inc | 489 stq_be_p(ptr, val);
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nvdimm.c | 348 stq_be_p(buf, data); in h_scm_write_metadata()
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | 778 stq_be_p(&buf[idx], s->wwn); in cmd_inquiry()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 743 stq_be_p(&outbuf[buflen], s->qdev.wwn); in scsi_disk_emulate_vpd_page() 752 stq_be_p(&outbuf[buflen], s->qdev.port_wwn); in scsi_disk_emulate_vpd_page() 2939 stq_be_p(&req->cdb[2], lba); in scsi_block_do_sgio()
|
H A D | megasas.c | 404 stq_be_p(&cdb[2], lba); in megasas_encode_lba()
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 1162 stq_be_p(buf + tmplen, start_list[t]); in qemu_savevm_send_postcopy_ram_discard() 1164 stq_be_p(buf + tmplen, length_list[t]); in qemu_savevm_send_postcopy_ram_discard()
|
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 174 stq_be_p(data + 4, new_l1_table_offset); in qcow2_grow_l1_table()
|
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 872 stq_be_p(host, new_val); in arm_casq_ptw()
|