Searched refs:RAM_ADDR_FMT (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 61 # define RAM_ADDR_FMT "%" PRIx64 macro 65 # define RAM_ADDR_FMT "%" PRIxPTR macro
|
H A D | translation-block.h | 26 #define TB_PAGE_ADDR_FMT RAM_ADDR_FMT
|
/openbmc/qemu/hw/arm/ |
H A D | mcimx7d-sabre.c | 31 error_report("RAM size " RAM_ADDR_FMT " above max supported (%08x)", in mcimx7d_sabre_init()
|
H A D | mcimx6ul-evk.c | 29 error_report("RAM size " RAM_ADDR_FMT " above max supported (%08x)", in mcimx6ul_evk_init()
|
H A D | sabrelite.c | 47 error_report("RAM size " RAM_ADDR_FMT " above max supported (%08x)", in sabrelite_init()
|
/openbmc/qemu/migration/ |
H A D | multifd-nocomp.c | 269 " (max " RAM_ADDR_FMT ")", in multifd_ram_unfill_packet() 281 " (max " RAM_ADDR_FMT ")", in multifd_ram_unfill_packet()
|
H A D | ram.c | 1917 "start=" RAM_ADDR_FMT " len=" in ram_save_queue_pages() 1918 RAM_ADDR_FMT " blocklen=" RAM_ADDR_FMT, in ram_save_queue_pages() 1952 "ramblock=%s, start_addr=0x"RAM_ADDR_FMT, in ram_save_queue_pages() 3530 "size 0x" RAM_ADDR_FMT, __func__, block->idstr, in colo_init_ram_cache() 3718 error_report("Illegal RAM offset " RAM_ADDR_FMT, addr); in ram_load_postcopy() 3745 "(rb %s offset 0x"RAM_ADDR_FMT" target_pages %d)", in ram_load_postcopy() 3958 error_prepend(errp, "(%s) failed to read page " RAM_ADDR_FMT in read_ramblock_mapped_ram() 4191 error_report("Illegal RAM offset " RAM_ADDR_FMT, addr); in ram_load_precopy() 4234 RAM_ADDR_FMT, addr); in ram_load_precopy()
|
H A D | postcopy-ram.c | 350 " block %s is 0x" RAM_ADDR_FMT " bytes with a " in test_ramblock_postcopiable()
|
H A D | migration.c | 2198 RAM_ADDR_FMT " len: %zd", start, len); in migrate_handle_rp_req_pages()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 356 error_report("relocate_memory "RAM_ADDR_FMT" pages" in xen_remove_from_physmap() 687 "%s failed for "RAM_ADDR_FMT" ("RAM_ADDR_FMT"): %i, %s\n", in xen_hvm_modified_memory()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 1438 error_setg(errp, "memory size 0x" RAM_ADDR_FMT " must be equal to " in file_ram_alloc() 1725 "Size mismatch: %s: 0x" RAM_ADDR_FMT in qemu_ram_resize() 1726 " != 0x" RAM_ADDR_FMT, block->idstr, in qemu_ram_resize() 1733 "Size too large: %s: 0x" RAM_ADDR_FMT in qemu_ram_resize() 1734 " > 0x" RAM_ADDR_FMT, block->idstr, in qemu_ram_resize() 1783 RAM_ADDR_FMT " length: " RAM_ADDR_FMT, in qemu_ram_msync() 1975 " does not match 'size' option 0x" RAM_ADDR_FMT, in qemu_ram_alloc_from_fd() 2202 RAM_ADDR_FMT "@" RAM_ADDR_FMT "", in qemu_ram_remap() 3736 error_report("%s: Overrun block '%s' (%" PRIu64 "/%zx/" RAM_ADDR_FMT")", in ram_block_discard_range()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 37 warn_report("%s: do not alloc "RAM_ADDR_FMT in xen_ram_alloc() 38 " bytes of ram at "RAM_ADDR_FMT" when runstate is INMIGRATE", in xen_ram_alloc() 57 error_setg(errp, "xen: failed to populate ram at " RAM_ADDR_FMT, in xen_ram_alloc()
|
/openbmc/qemu/backends/ |
H A D | iommufd.c | 286 " size: 0x"RAM_ADDR_FMT") failed", iova, size); in iommufd_backend_get_dirty_bitmap()
|
/openbmc/qemu/hw/mem/ |
H A D | memory-device.c | 207 " in use of total space for memory devices 0x" RAM_ADDR_FMT, in memory_device_check_addable()
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 698 " should equal RAM size (0x" RAM_ADDR_FMT ")", in numa_complete_configuration()
|
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 248 warn_report("SPD cannot represent final " RAM_ADDR_FMT "MB" in generate_eeprom_spd()
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 934 error_report("unsupported amount of maximum memory: " RAM_ADDR_FMT, in pc_memory_init()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 2532 error_setg(errp, "Memory size 0x" RAM_ADDR_FMT in spapr_validate_node_memory() 2540 error_setg(errp, "Maximum memory size 0x" RAM_ADDR_FMT in spapr_validate_node_memory()
|