Home
last modified time | relevance | path

Searched refs:size_to_str (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/qemu/hw/misc/
H A Dnpcm7xx_gcr.c184 g_autofree char *sz = size_to_str(dram_size); in npcm7xx_gcr_realize()
185 g_autofree char *min_sz = size_to_str(NPCM7XX_GCR_MIN_DRAM_SIZE); in npcm7xx_gcr_realize()
186 g_autofree char *max_sz = size_to_str(NPCM7XX_GCR_MAX_DRAM_SIZE); in npcm7xx_gcr_realize()
H A Daspeed_sdmc.c255 sz = size_to_str(value); in aspeed_sdmc_set_ram_size()
/openbmc/qemu/hw/arm/
H A Dcollie.c48 char *sz = size_to_str(mc->default_ram_size); in collie_init()
H A Dkzm.c80 char *sz = size_to_str(FSL_IMX31_SDRAM0_SIZE + FSL_IMX31_SDRAM1_SIZE); in kzm_init()
H A Ddigic_boards.c56 char *sz = size_to_str(mc->default_ram_size); in digic4_board_init()
H A Dimx25_pdk.c80 char *sz = size_to_str(FSL_IMX25_SDRAM0_SIZE + FSL_IMX25_SDRAM1_SIZE); in imx25_pdk_init()
H A Domap_sx1.c119 char *sz = size_to_str(mc->default_ram_size); in sx1_init()
H A Draspi.c260 char *size_str = size_to_str(ram_size); in raspi_base_machine_init()
H A Dmps2.c146 char *sz = size_to_str(mc->default_ram_size); in mps2_common_init()
H A Dmusicpal.c1218 char *sz = size_to_str(mc->default_ram_size); in musicpal_init()
H A Dmps2-tz.c813 char *sz = size_to_str(mc->default_ram_size); in mps2tz_common_init()
/openbmc/qemu/include/qemu/
H A Dcutils.h173 char *size_to_str(uint64_t val);
/openbmc/qemu/bsd-user/
H A Dmain.c490 char *s = size_to_str(host_page_size); in main()
551 char *sz = size_to_str(reserved_va + 1); in main()
/openbmc/qemu/hw/rx/
H A Drx-gdbsim.c92 char *sz = size_to_str(mc->default_ram_size); in rx_gdbsim_init()
/openbmc/qemu/block/
H A Dqapi.c758 sizing = size_to_str(sn->vm_state_size); in bdrv_snapshot_dump()
933 dsize_buf = size_to_str(info->actual_size); in bdrv_node_info_dump()
935 size_buf = size_to_str(info->virtual_size); in bdrv_node_info_dump()
/openbmc/qemu/hw/riscv/
H A Dsifive_e.c83 char *sz = size_to_str(mc->default_ram_size); in sifive_e_machine_init()
H A Dopentitan.c86 char *sz = size_to_str(mc->default_ram_size); in opentitan_machine_init()
H A Dmicrochip_pfsoc.c527 char *sz = size_to_str(mc->default_ram_size); in type_init()
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c250 psize = size_to_str(val); in print_type_size()
/openbmc/qemu/backends/
H A Dhostmem.c354 g_autofree char *pagesize_str = size_to_str(pagesize); in host_memory_backend_memory_complete()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c3580 str = size_to_str(0); in test_size_to_str()
3584 str = size_to_str(1); in test_size_to_str()
3588 str = size_to_str(1016); in test_size_to_str()
3592 str = size_to_str(1024); in test_size_to_str()
3596 str = size_to_str(512ull << 20); in test_size_to_str()
/openbmc/qemu/linux-user/
H A Dmain.c836 char *s = size_to_str(host_page_size); in main()
/openbmc/qemu/util/
H A Dcutils.c976 char *size_to_str(uint64_t val) in size_to_str() function
/openbmc/qemu/hw/sd/
H A Dsd.c2766 blk_size_str = size_to_str(blk_size); in sd_realize()
2770 blk_size_str = size_to_str(blk_size_aligned); in sd_realize()
/openbmc/qemu/hw/ppc/
H A Dpnv.c956 char *sz = size_to_str(mc->default_ram_size); in pnv_init()

12