/qemu/docs/ |
H A D | xen-save-devices-state.txt | 19 32 bit big endian: QEMU_VM_FILE_MAGIC 20 32 bit big endian: QEMU_VM_FILE_VERSION 25 32 bit big endian: section_id 28 32 bit big endian: instance_id 29 32 bit big endian: version_id
|
/qemu/include/qemu/ |
H A D | main-loop.h | 259 * bql_locked: Return lock status of the Big QEMU Lock (BQL) 261 * The Big QEMU Lock (BQL) is the coarsest lock in QEMU, and as such it 276 * The Big QEMU Lock (BQL) is used to provide interior mutability to 338 * bql_lock: Lock the Big QEMU Lock (BQL). 340 * This function locks the Big QEMU Lock (BQL). The lock is taken by 354 * bql_unlock: Unlock the Big QEMU Lock (BQL). 356 * This function unlocks the Big QEMU Lock. The lock is taken by 397 * qemu_cond_wait_bql: Wait on condition for the Big QEMU Lock (BQL) 399 * This function atomically releases the Big QEMU Lock (BQL) and causes
|
/qemu/tests/qemu-iotests/ |
H A D | 137.out | 24 qemu-io: Refcount cache size too big 28 qemu-io: Cache clean interval too big 30 qemu-io: L2 cache size too big
|
H A D | 261.out | 202 === Snapshot table too big === 205 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Snapshot table is too big 208 qemu-img: ERROR failed to read the snapshot table: Snapshot table is too big 212 Discarding 1 overhanging snapshots (snapshot table is too big) 233 === Snapshot table too big with one entry with too much extra data === 245 Discarding 1 overhanging snapshots (snapshot table is too big)
|
H A D | 059 | 60 echo "=== Testing too big L2 table size ===" 66 echo "=== Testing too big L1 table size ===" 84 echo "=== Testing big twoGbMaxExtentFlat ==="
|
H A D | 054.out | 9 qemu-img: Could not open 'TEST_DIR/t.qcow2': Image is too big
|
/qemu/docs/specs/ |
H A D | fw_cfg.rst | 20 * Endianness: little-endian (if IOport), or big-endian (if MMIO) 119 Register returns 0x51454d5520434647 (``QEMU CFG`` in big-endian format). 142 uint32_t count; /* number of entries, in big-endian format */ 147 uint32_t size; /* size of referenced fw_cfg item, big-endian */ 148 uint16_t select; /* selector key of fw_cfg item, big-endian */ 186 The address register is in big-endian format. The value for the register is 0 202 The fields of the structure are in big endian mode, and the field at the lowest
|
/qemu/tests/tcg/aarch64_be/ |
H A D | Makefile.target | 3 # A super basic AArch64 BE makefile. As we don't have any big-endian 13 # We need to specify big-endian cflags
|
/qemu/target/hexagon/ |
H A D | fma_emu.c | 179 /* small - big == - (big - small) */ in accum_sub() 183 /* small - big == - (big - small) */ in accum_sub() 232 /* small + big == (big + small) */ in accum_add() 236 /* small + big == (big + small) */ in accum_add()
|
/qemu/docs/devel/ |
H A D | loads-stores.rst | 45 - ``be`` : big endian 120 - ``_be`` : big endian 154 - ``_be`` : big endian 192 - ``_be`` : big endian 231 - ``_be`` : big endian 381 - ``be`` : big endian 437 - ``be`` : big endian 537 - ``be`` : big endian
|
/qemu/qapi/ |
H A D | common.json | 223 # @big: Big endianness 228 'data': [ 'unspecified', 'little', 'big' ] }
|
/qemu/tests/unit/ |
H A D | test-crypto-ivgen.c | 46 /* Big ! */ 73 /* Big ! */ 105 /* Big ! */
|
H A D | test-opts-visitor.c | 344 add_test("/visitor/opts/u64/range/2big", &expect_fail, "u64=0-65536"); in main() 351 add_test("/visitor/opts/i64/range/2big/pos", &expect_fail, in main() 357 add_test("/visitor/opts/i64/range/2big/neg", &expect_fail, in main() 359 add_test("/visitor/opts/i64/range/2big/full", &expect_fail, in main()
|
/qemu/crypto/ |
H A D | block-luks-priv.h | 79 * This struct is written to disk in big-endian format, 96 * This struct is written to disk in big-endian format,
|
/qemu/docs/user/ |
H A D | main.rst | 158 * ``qemu-mips`` executes 32-bit big endian MIPS binaries (MIPS O32 ABI). 162 * ``qemu-mips64`` executes 64-bit big endian MIPS binaries (MIPS N64 ABI). 167 * ``qemu-mipsn32`` executes 32-bit big endian MIPS binaries (MIPS N32 ABI).
|
/qemu/hw/ppc/ |
H A D | pnv_pnor.c | 68 * TODO: Check endianness: skiboot is BIG, Aspeed AHB is LITTLE, flash 69 * is BIG.
|
H A D | pnv.c | 163 /* Only one DT node per (big) core */ in pnv_dt_core() 417 i++; /* Big-core groups two QEMU cores */ in pnv_chip_power9_dt_populate() 482 i++; /* Big-core groups two QEMU cores */ in pnv_chip_power10_dt_populate() 1083 error_report("Cannot support %d threads with big-core option " in pnv_init() 1095 error_report("(use big-core=on for 8 threads per core)"); in pnv_init() 1102 * powernv models PnvCore as a SMT4 core. Big-core requires 2xPnvCore in pnv_init() 1104 * device-tree and TCG SMT code make the 2 cores appear as one big core in pnv_init() 1106 * see the big core as 2 small core halves. in pnv_init() 1152 object_property_set_bool(chip, "big-core", pnv->big_core, in pnv_init() 1284 /* Big-core interleaves thread ID between small-cores */ in pnv_get_pir_tir_p9() [all …]
|
/qemu/include/hw/pci-host/ |
H A D | pnv_phb4.h | 102 * Geometry of the PHB. There are two types, small and big PHBs, a 104 * for a big PHB
|
/qemu/scripts/ |
H A D | analyze-migration.py | 41 return int.from_bytes(self.file.read(8), byteorder='big', signed=False) 44 return int.from_bytes(self.file.read(4), byteorder='big', signed=False) 47 return int.from_bytes(self.file.read(2), byteorder='big', signed=False) 50 return int.from_bytes(self.file.read(1), byteorder='big', signed=True) 401 self.sdata = int.from_bytes(self.data, byteorder='big', signed=True) 402 self.udata = int.from_bytes(self.data, byteorder='big', signed=False)
|
/qemu/tests/functional/ |
H A D | test_mips64_malta.py | 3 # Functional tests for the big-endian 64-bit MIPS Malta board
|
/qemu/hw/microblaze/ |
H A D | petalogix_s3adsp1800_mmu.c | 180 object_property_set_default_str(prop, TARGET_BIG_ENDIAN ? "big" : "little"); in petalogix_s3adsp1800_machine_class_init() 182 "Defines whether the machine runs in big or little endian mode"); in petalogix_s3adsp1800_machine_class_init()
|
/qemu/tests/qtest/migration/s390x/ |
H A D | Makefile | 17 # We use common-page-size=16 to avoid big padding in the ELF file
|
/qemu/system/ |
H A D | memory-internal.h | 41 /* returns true if end is big endian. */
|
/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 49 * CPU_TO_BE64 - convert a constant uint64_t value to big-endian 54 * BE64_TO_CPU - convert a big-endian uint64_t constant 55 * @le_val: big-endian constant to convert 65 * cpu_to_be64 - convert a uint64_t value to big endian. 74 * be64_to_cpu - convert a big-endian uint64_t value 75 * @be_val: big-endian value to convert 437 /* Add number of bits of data (big endian) */ in sha512_done() 491 * hex_str_size - Calculate how big a nul-terminated hex string is
|
/qemu/hw/mips/ |
H A D | cps.c | 80 object_property_set_bool(OBJECT(cpu), "big-endian", s->cpu_is_bigendian, in mips_cps_realize() 173 DEFINE_PROP_BOOL("cpu-big-endian", MIPSCPSState, cpu_is_bigendian, false),
|