/openbmc/qemu/include/exec/ |
H A D | tswap.h | 55 return bswap64(s); in tswap64() 78 *s = bswap64(*s); in tswap64s()
|
H A D | translator.h | 229 ret = bswap64(ret); in translator_ldq_swap()
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | optrom.h | 89 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 D | int128.h | 192 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 D | bswap.h | 8 #undef bswap64 9 #define bswap64(_x) __builtin_bswap64(_x) macro
|
H A D | host-utils.h | 429 x = bswap64(x); in revbit64()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | bswap.h | 20 static inline uint64_t bswap64(uint64_t x) in bswap64() function
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-access.h | 233 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 D | pci-spapr.c | 64 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 D | virtio.c | 68 val = bswap64(val); in qvirtio_writeq()
|
H A D | virtio-pci.c | 86 val = bswap64(val); in qvirtio_pci_config_readq()
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 177 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 D | user-exec.c | 1034 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 D | atomic_template.h | 32 # define BSWAP bswap64
|
H A D | cputlb.c | 2302 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 D | ldst_atomicity.c.inc | 807 v = bswap64(val_le) >> sh; 808 m = bswap64(m) >> sh;
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-blk-test.c | 67 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 D | vhost-user-blk-test.c | 51 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 D | bitmap.c | 429 dst[index] = bswap64(src[index]); in bitmap_to_from_le()
|
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 1180 ret = bswap64(ret); in helper_ld_code() 1257 ret = bswap64(ret); in helper_ld_asi()
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 75 * `bswap64`: Takes an unsigned 64-bit number in either big- or little-endian 338 dst = bswap64(dst)
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 514 *(uint64_t *)dp = bswap64(*(uint64_t *)dp);
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 552 return bswap64(x); in do_constant_folding_2() 1476 z_mask = bswap64(z_mask); in fold_bswap()
|
H A D | tci.c | 900 regs[r0] = bswap64(regs[r1]); in tcg_qemu_tb_exec()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 380 data = bswap64(data); in zpci_endian_swap()
|