/qemu/hw/cpu/ |
H A D | cluster.c | 33 CPUClusterState *cluster; member 52 CPUClusterState *cluster = CPU_CLUSTER(dev); in cpu_cluster_realize() local
|
/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-read-bitmap | 39 cluster = 64 * 1024 variable
|
/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 398 def create_table_entry(table_offset, block_cluster, block_size, argument 405 def create_block_entry(block_cluster, block_size, cluster): argument
|
/qemu/scripts/ |
H A D | qcow2-to-stdout.py | 125 def write_features(cluster, offset, data_file_name): argument
|
/qemu/block/ |
H A D | vvfat.c | 325 unsigned char* cluster; /* points to current cluster */ member 642 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set() 666 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get() 902 unsigned int cluster; in init_directories() local 1590 struct { uint32_t cluster; } rename; member 1593 struct { uint32_t cluster; } mkdir; member 1618 uint32_t cluster, char* new_path) in schedule_rename() 1645 static void schedule_mkdir(BDRVVVFATState* s, uint32_t cluster, char* path) in schedule_mkdir() 1780 unsigned int cluster) in modified_fat_get() 2015 unsigned char* cluster = g_malloc(s->cluster_size); in check_directory_consistency() local [all …]
|
H A D | rbd.c | 94 rados_t cluster; member 259 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth() 301 static int qemu_rbd_set_keypairs(rados_t cluster, const char *keypairs_json, in qemu_rbd_set_keypairs() 680 rados_t cluster; in qemu_rbd_do_create() local 897 static int qemu_rbd_connect(rados_t *cluster, rados_ioctx_t *io_ctx, in qemu_rbd_connect()
|
H A D | qed-check.c | 47 uint64_t cluster = qed_bytes_to_clusters(check->s, offset); in qed_set_used_clusters() local
|
H A D | qcow2-refcount.c | 2095 uint64_t offset, cluster; in check_refblocks() local 2387 int64_t cluster = *first_free_cluster, i; in alloc_clusters_imrt() local 2477 int64_t cluster; in rebuild_refcounts_write_refblocks() local
|
H A D | parallels.c | 541 uint32_t cluster, count; in parallels_co_pdiscard() local
|
H A D | qed.c | 957 uint64_t cluster) in qed_update_l2_table()
|
H A D | qcow2-bitmap.c | 1316 uint64_t cluster = offset / limit; in store_bitmap_data() local
|
/qemu/tests/qtest/ |
H A D | numa-test.c | 238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local
|
/qemu/include/hw/arm/ |
H A D | armsse.h | 156 CPUClusterState cluster[SSE_MAX_CPUS]; member
|
H A D | xlnx-versal.h | 62 CPUClusterState cluster; member 93 CPUClusterState cluster; member
|
/qemu/gdbstub/ |
H A D | system.c | 285 CPUClusterState *cluster = CPU_CLUSTER(child); in find_cpu_clusters() local
|