Home
last modified time | relevance | path

Searched refs:bswap64 (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/include/exec/
H A Dtswap.h55 return bswap64(s); in tswap64()
78 *s = bswap64(*s); in tswap64s()
H A Dtranslator.h229 ret = bswap64(ret); in translator_ldq_swap()
/openbmc/qemu/pc-bios/optionrom/
H A Doptrom.h89 static inline uint64_t bswap64(uint64_t x) in bswap64() function
97 return bswap64(x); in cpu_to_be64()
/openbmc/qemu/include/qemu/
H A Dint128.h192 return int128_make128(bswap64(int128_gethi(a)), bswap64(int128_getlo(a))); in bswap128()
454 return int128_make128(bswap64(a.hi), bswap64(a.lo)); in bswap128()
H A Dbswap.h8 #undef bswap64
9 #define bswap64(_x) __builtin_bswap64(_x) macro
H A Dhost-utils.h429 x = bswap64(x); in revbit64()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbswap.h20 static inline uint64_t bswap64(uint64_t x) in bswap64() function
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-access.h233 return virtio_access_is_big_endian(vdev) ? s : bswap64(s); in virtio_tswap64()
235 return virtio_access_is_big_endian(vdev) ? bswap64(s) : s; in virtio_tswap64()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci-spapr.c64 return bswap64(qtest_readq(bus->qts, s->pio_cpu_base + addr)); in qpci_spapr_pio_readq()
70 qtest_writeq(bus->qts, s->pio_cpu_base + addr, bswap64(val)); in qpci_spapr_pio_writeq()
H A Dvirtio.c68 val = bswap64(val); in qvirtio_writeq()
H A Dvirtio-pci.c86 val = bswap64(val); in qvirtio_pci_config_readq()
/openbmc/qemu/target/ppc/
H A Darch_dump.c177 vmxregset->avr[i].u64[0] = bswap64(avr->u64[1]); in ppc_write_elf_vmxregset()
178 vmxregset->avr[i].u64[1] = bswap64(avr->u64[0]); in ppc_write_elf_vmxregset()
/openbmc/qemu/accel/tcg/
H A Duser-exec.c1034 ret = bswap64(ret); in do_ld8_mmu()
1111 val = bswap64(val); in do_st8_mmu()
1225 ret = bswap64(ret); in cpu_ldq_code_mmu()
H A Datomic_template.h32 # define BSWAP bswap64
H A Dcputlb.c2302 ret = bswap64(ret); in do_ld_8()
2308 ret = bswap64(ret); in do_ld_8()
2389 ret = bswap64(ret); in do_ld8_mmu()
2711 val = bswap64(val); in do_st_8()
2719 val = bswap64(val); in do_st_8()
2797 val = bswap64(val); in do_st8_mmu()
H A Dldst_atomicity.c.inc807 v = bswap64(val_le) >> sh;
808 m = bswap64(m) >> sh;
/openbmc/qemu/tests/qtest/
H A Dvirtio-blk-test.c67 req->sector = bswap64(req->sector); in virtio_blk_fix_request()
76 dwz_hdr->sector = bswap64(dwz_hdr->sector); in virtio_blk_fix_dwz_hdr()
H A Dvhost-user-blk-test.c51 req->sector = bswap64(req->sector); in virtio_blk_fix_request()
59 dwz_hdr->sector = bswap64(dwz_hdr->sector); in virtio_blk_fix_dwz_hdr()
/openbmc/qemu/util/
H A Dbitmap.c429 dst[index] = bswap64(src[index]); in bitmap_to_from_le()
/openbmc/qemu/target/sparc/
H A Dldst_helper.c1180 ret = bswap64(ret); in helper_ld_code()
1257 ret = bswap64(ret); in helper_ld_asi()
/openbmc/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst75 * `bswap64`: Takes an unsigned 64-bit number in either big- or little-endian
338 dst = bswap64(dst)
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc514 *(uint64_t *)dp = bswap64(*(uint64_t *)dp);
/openbmc/qemu/tcg/
H A Doptimize.c552 return bswap64(x); in do_constant_folding_2()
1476 z_mask = bswap64(z_mask); in fold_bswap()
H A Dtci.c900 regs[r0] = bswap64(regs[r1]); in tcg_qemu_tb_exec()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c380 data = bswap64(data); in zpci_endian_swap()

12