Home
last modified time | relevance | path

Searched refs:target_words_bigendian (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/exec/
H A Dtswap.h22 bool target_words_bigendian(void);
31 #define target_needs_bswap() (HOST_BIG_ENDIAN != target_words_bigendian())
/openbmc/qemu/disas/
H A Ddisas-common.c64 if (target_words_bigendian()) { in disas_initialize_debug_target()
/openbmc/qemu/hw/core/
H A Dcpu-sysemu.c132 return target_words_bigendian(); in cpu_virtio_is_big_endian()
H A Dgeneric-loader.c137 big_endian = target_words_bigendian(); in generic_loader_realize()
/openbmc/qemu/
H A Dcpu-target.c466 bool target_words_bigendian(void) in target_words_bigendian() function
/openbmc/qemu/system/
H A Dqtest.c707 if (target_words_bigendian()) { in qtest_process_command()
/openbmc/qemu/hw/display/
H A Dvga.c2267 s->default_endian_fb = target_words_bigendian(); in vga_common_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c2251 if (target_words_bigendian()) { in virtio_default_endian()