Searched refs:stq_be_p (Results 1 – 15 of 15) sorted by relevance
/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() 1415 stq_be_p(buf + 8, NBD_OPTS_MAGIC); in nbd_negotiate() 2048 stq_be_p(&reply->cookie, cookie); in set_be_simple_reply() 2103 stq_be_p(&chunk->cookie, request->cookie); in set_be_chunk() 2104 stq_be_p(&chunk->offset, request->from); in set_be_chunk() 2105 stq_be_p(&chunk->length, length); in set_be_chunk() 2113 stq_be_p(&chunk->cookie, request->cookie); in set_be_chunk() 2153 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 | 372 static inline void stq_be_p(void *ptr, uint64_t v) in stq_be_p() function
|
/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/hw/ppc/ |
H A D | spapr_nvdimm.c | 348 stq_be_p(buf, data); in h_scm_write_metadata()
|
/openbmc/qemu/system/ |
H A D | memory_ldst.c.inc | 489 stq_be_p(ptr, val);
|
/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 | 741 stq_be_p(&outbuf[buflen], s->qdev.wwn); in scsi_disk_emulate_vpd_page() 750 stq_be_p(&outbuf[buflen], s->qdev.port_wwn); in scsi_disk_emulate_vpd_page() 2937 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 | 1181 stq_be_p(buf + tmplen, start_list[t]); in qemu_savevm_send_postcopy_ram_discard() 1183 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 | 853 stq_be_p(host, new_val); in arm_casq_ptw()
|