Home
last modified time | relevance | path

Searched defs:img_size (Results 1 – 13 of 13) sorted by last modified time

/qemu/tcg/
H A Dtcg.c6484 size_t img_size = sizeof(struct ElfImage) + debug_frame_size; in tcg_register_jit_int() local
/qemu/tests/qemu-iotests/tests/
H A Diothreads-nbd-export32 img_size = '10M' variable
H A Diothreads-stream34 img_size = '10M' variable
H A Diothreads-commit-active34 img_size = '10M' variable
/qemu/
H A Dblock.c7210 char *options, uint64_t img_size, int flags, bool quiet, in bdrv_img_create()
H A Dqemu-img.c514 uint64_t img_size = -1; in img_create() local
5367 uint64_t img_size = UINT64_MAX; in img_measure() local
/qemu/hw/s390x/
H A Dipl.c483 int img_size = -1; in load_netboot_image() local
/qemu/tests/qemu-iotests/
H A D20336 img_size = '10M' variable
H A D20237 img_size = '10M' variable
H A D19435 img_size = '1G' variable
H A D21927 img_size = 4 * 1024 * 1024 variable
H A D20833 img_size = '10M' variable
/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py586 def _alloc_data(img_size, cluster_size): argument